am new to this but is familiar with the purpose of ldap.
I just can't visualize how it works.
What we would want to happen is have linux desktops to authenticate with a linux server to be able to gain access to network resources.
currently. We have linux server with samba as PDC and windows clients that connect to network shared resourced. Users just login via the "domain" and network drives are mapped. When server is unavailable (in cases of laptops) user just logs in and work with the local resources
We would like to have the same thing going with linux desktops and laptops. With LDAP how is this implemented? Hope someone can help us visualize so we know what softwares and configurations should be done in the side of both the server and the clients.
On 21/03/11 15:24 +0800, Lumeng Lim wrote:
am new to this but is familiar with the purpose of ldap.
I just can't visualize how it works.
What we would want to happen is have linux desktops to authenticate with a linux server to be able to gain access to network resources.
currently. We have linux server with samba as PDC and windows clients that connect to network shared resourced. Users just login via the "domain" and network drives are mapped. When server is unavailable (in cases of laptops) user just logs in and work with the local resources
We would like to have the same thing going with linux desktops and laptops. With LDAP how is this implemented? Hope someone can help us visualize so we know what softwares and configurations should be done in the side of both the server and the clients.
Two popular approaches to performing LDAP authentication on a Linux system are PAM and NSS.
There are at least 3 alternatives that support both approaches:
1. nssov (found in the contrib directory within the OpenLDAP source). This approach may require you to run a instance of the OpenLDAP server on each client (at least in proxy/cache mode). 2. nslcd 3. PADL's pam_ldap and nss_ldap
openldap-technical@openldap.org