|
LDAP is commonly used by large organizations as a standard directory service, and most used-based Solaris applications can now use LDAP. Although LDAP is a complex service to configure and administer, it certainly simplifies the management of large user bases.
| 1. | What is the purpose of the ldapsearch command?
| |
| 2. | What is LDAP?
| |
| 3. | How is the organization of entries in an LDAP directory defined?
| |
| 4. | How can all entries within the directory be identified?
| |
| 5. | How can attributes of an entry be identified?
| |
| 6. | Which of the following is the correct BaseDN for engineer.paulwatters.com ?
| |
| 7. | What is the default port for LDAP services?
| |
| 8. | Which of the following organizational units is not supported by Solaris?
| |
| 9. | Which of the following cannot be used with the ldapclient mod command?
| |
| 10. | What command is used for configuring iDS?
| |
Answers
| 1. | A. The ldapsearch command is used to query the directory for a specific entry. |
| 2. | C. LDAP is a white pages type of service. |
| 3. | D. The organization of entries in an LDAP directory is defined by a schema. |
| 4. | B. All entries in the directory are identified by a Distinguished Name (DN). |
| 5. | C. All attributes of an entry in the directory can be identified by a Relative Distinguished Name (DN). |
| 6. | A. dc=engineer,dc=paulwatters,dc=com is the correct BaseDN for engineer.paulwatters.com . |
| 7. | C. The default port for LDAP services is 389. |
| 8. | D. The db organizational unit is not supported by Solaris. |
| 9. | C. certificateKey cannot be used with the ldapclient mod command. |
| 10. | A. The idsconfig command is used to configure iDS. |