> Hi, > > I have just commited a utility package to manage specific attributes for > AD. > > Now you can do something like that in the interldap.properties : > > lsc.syncoptions.user.description.default_value = > AD.set(srcBean.UserAccountControl, [AD.SET_SCRIPT, > AD_UNSET_HOMEDIR_REQUIRED]) > > The method AD.set(integer, Array) allows you to set and/or unset some > properties from a single attribute. > > You can find the constants for the array in the class > org.interldap.lsc.utils.directory.AD
Does this concern AD as a source directory, or also as target directory (for exampel to create an account on AD, and activate it)?

