2012/10/29 Emilio García <[email protected]>: > Thanks Clement. You are making my day. Thanks for spending your time in this > great project. > > Now last question for today. > > I have only LDAP enabled right now. So I wasn't setting the password as I > think in AD I can only do it if I use LDAPS. > > The users are being created suspended. Although I added: > > <dataset> > <name>userAccountControl</name> > <policy>KEEP</policy> > <createValues> > <string>AD.userAccountControlSet( "0", [AD.UAC_SET_NORMAL_ACCOUNT])</string> > </createValues> > </dataset> > > It is still created like disabled user (546 value). Is this an AD problem (I > need to set up the password too) or I am misconfiguring it?
It is an AD problem. To have enabled accounts, you must supply a password, so you must use LDAPS. Read this to get some advices on dealing with AD: http://lsc-project.org/wiki/documentation/2.0/howtos/activedirectory Clément. _______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

