Hi,
I'm trying to create openldap2ad synchronization. Everything works fine,
but there is one simple thing and I can't figure out whats wrong.
I need that after sync all accounts would be normal (not disabled),
password never expires, user can't change password and uncheck field in AD
"User must change password at next login".

I've tried many things, but nothing. Now I got this:

                <dataset>
                    <name>userAccountControl</name>
                    <policy>KEEP</policy>
                    <forceValues>
                        <string>AD.userAccountControlSet( "0",
[AD.UAC_SET_NORMAL_ACCOUNT, AD.UAC_SET_DONT_EXPIRE_PASSWORD]);
                        AD.userAccountControlSet( "1",
AD.UAC_SET_PASSWD_CANT_CHANGE])
                        </string>
                    </forceValues>
                </dataset>

p.s I tried to set all to "0".

Thanks.
_______________________________________________________________
Ldap Synchronization Connector (LSC) - http://lsc-project.org

lsc-users mailing list
[email protected]
http://lists.lsc-project.org/listinfo/lsc-users

Reply via email to