Forum OpenACS Q&A: Re: LDAP functionalities

Collapse
3: Re: LDAP functionalities (response to 1)
Posted by Rocael Hernández Rizzardini on
Hello Lars,
yes, I realized that the best way to implement this is to mimic what the auth-ldap does when creates all the SC.

So, now with the new SC proc calls I do the account checking as described above, plus the change of passwords on both sides, plus added the use of ns_passwd since ns_sha1 doesn't work for ssha. I will post more on this later, and probably contribute this file as well since others might find it useful.