Identity Management (MOSC)

MOSC Banner

Issue with AD provisioning.

edited Jun 25, 2018 2:27PM in Identity Management (MOSC) 3 commentsAnswered

Hi,

I have a scenario where if user is employee the homedirectory should get updated else the homedirectory value should be null.  Home directory has two fields localpath and connect.  If the value is not null basically means employee the value should be updated in Connect else if the value is coming null it should update in localpath field in home folder of AD system. below is the code i used.  However it is updating in connect only as null.

public class PopulateHomeFolder {

    private static Logger myLogger = Logger.getLogger("RTA.CUSTOM.LOGGER");

    public PopulateHomeFolder() {

        super();

    }

    public String populateHomeFolder(String samAccountName) {

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center