I have an Active Directory, an OpenLDAP Server and Linux Clients. My goal
is to authenticate the users on the Linux client using
the AD accounts which are replicated to the OpenLDAP Server except the
passwords.
The way it should work:
A user logs in on the Linux Client. The Client looks in the OpenLDAP
database and the OpenLDAP server directs the password
to the Active Directory, which generates a ticket and send it back to
OpenLDAP and this passes it through to the client.
I read something about configuring the user accounts in OpenLDAP with
{SASL}user@domain.com or {KERBEROS}user@domain.com.
Can anyone help me to get this working???