Page 1 of 1

external OpenLDAP (using samba schema) and user passwords

Posted: Mon May 29, 2006 6:22 am
by pstrauss
Hello,
I've got a test setup using type 13 external ldap syncronisation, using
a samba schema, but I'm wondering how to get the scalix password
also syncronized on the external ldap?

Posted: Mon May 29, 2006 2:39 pm
by florian
Passwords are never synced when using external directories. In fact, most LDAP-based directories don't let you even read the password entry.

What you would do is setup LDAP authentication against he external directory. This would also have the advantage that there is no delay with password changes.

See the om_ldap man page for details.

Hope this helps,
Florian.