Issue with AD provisioning.
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) {