|
|||
Part I About Naming and Directory Services 1. Naming and Directory Services (Overview) 2. The Name Service Switch (Overview) Part II DNS Setup and Administration 3. DNS Setup and Administration (Reference) Part III NIS Setup and Administration 4. Network Information Service (NIS) (Overview) 5. Setting Up and Configuring NIS Service Part IV LDAP Naming Services Setup and Administration 8. Introduction to LDAP Naming Services (Overview/Reference) 9. LDAP Basic Components and Concepts (Overview) 10. Planning Requirements for LDAP Naming Services (Tasks) 11. Setting Up Sun Java System Directory Server With LDAP Clients (Tasks) 12. Setting Up LDAP Clients (Tasks) 13. LDAP Troubleshooting (Reference) 14. LDAP General Reference (Reference) 15. Transitioning From NIS to LDAP (Overview/Tasks) 16. Transitioning From NIS+ to LDAP Part V Active Directory Naming Service 17. Setting Up Solaris Active Directory Clients Overview of the nss_ad Naming Service Module A. Solaris 10 Software Updates to DNS, NIS, and LDAP |
How the nss_ad Naming Service Module Retrieves Data From ADThe following section describes how the nss_ad module resolves naming service requests for the passwd, shadow, and group files by retrieving corresponding data from AD. Retrieving passwd InformationThe following syntax shows the proper form of a passwd entry: username:password:uid:gid:gecos:home-directory:login-shell See the passwd(4) man page for more information. The nss_ad module retrieves passwd information from AD as follows:
Retrieving shadow InformationThe following syntax shows the proper form of a shadow entry: username:password:lastchg:min:max:warn:inactive:expire:flag See the shadow(4) man page for more information. The nss_ad module retrieves shadow information from AD as follows:
The rest of the shadow fields are left empty because shadow fields are irrelevant with AD and Kerberos v5. Retrieving group InformationThe following syntax shows the proper form of a group entry: groupname:password:gid:user-list See the group(4) for man page for more information. The nss_ad module retrieves information from AD as follows:
|
||
|