We've just linked one of our Linux host to LDAP and ActiveDirectory. Now I'm trying to check how I get list of users and their details from within the Linux side.
|
feedback
|
|
You can achieve that by either typing in
or performing a LDAP search, such as
(assuming that the bind DN and credentials are set in the ldap.conf file or you have read access to AD in other ways). | |||
|
feedback
|
|
Linux usually uses PAM for its authentication needs. It's an open architecture, so you can use the | |||
|
feedback
|
|
Use the | |||
|
feedback
|
|
If you want to check if your Linux sees the POSIX entries from a LDAP server, use
The output should display entries both from local | ||||
|
feedback
|