Skip Navigation Links | |
Exit Print View | |
Working With Naming and Directory Services in Oracle Solaris 11.1 Oracle Solaris 11.1 Information Library |
Part I About Naming and Directory Services
1. Naming and Directory Services (Overview)
2. Name Service Switch (Overview)
4. Setting Up Oracle Solaris Active Directory Clients (Tasks)
Part II NIS Setup and Administration
5. Network Information Service (Overview)
6. Setting Up and Configuring NIS (Tasks)
9. Introduction to LDAP Naming Services (Overview)
LDAP Naming Services Compared to Other Naming Services
Advantages of LDAP Naming Services
Restrictions of LDAP Naming Services
LDAP Naming Services Setup (Task Map)
Using Fully Qualified Domain Names With LDAP
Default Directory Information Tree
Service Search Descriptors and Schema Mapping
LDAP Client Profile Attributes
LDAP Naming Services Security Model
Assigning Client Credential Levels
LDAP anonymous Credential Level
LDAP proxy anonymous Credential Level
Credential Storage for LDAP Clients
Choosing Authentication Methods for the LDAP Naming Service
Specifying Authentication Methods for Specific Services in LDAP
Pluggable Authentication Methods
LDAP Account Management With the pam_unix_* Modules
10. Planning Requirements for LDAP Naming Services (Tasks)
11. Setting Up Oracle Directory Server Enterprise Edition With LDAP Clients (Tasks)
12. Setting Up LDAP Clients (Tasks)
13. LDAP Troubleshooting (Reference)
14. LDAP Naming Service (Reference)
ldap_cachemgr is a daemon that runs on LDAP client machines. The svc:/network/ldap/client service manages the ldap_cachemgr daemon, so the service must be enabled in order for the daemon to run properly. The daemon performs the following key functions.
Refreshes the client configuration information stored in the profiles on the server and pulls this data from the clients
Maintains a sorted list of active LDAP servers to use
Improves lookup efficiency by caching some common lookup requests submitted by various clients
Improves the efficiency of host lookups
If the enableShadowUpdate switch is set to true, gains access to the configured administrator credential and performs updates to the shadow data.
Note - ldap_cachemgr must be running at all times for LDAP naming services to work.
Refer to the ldap_cachemgr(1M) man page for detailed information.