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.
What is the purpose of the ldapsearch command?
| ||
What is LDAP?
| ||
How is the organization of entries in an LDAP directory defined?
| ||
How can all entries within the directory be identified?
| ||
How can attributes of an entry be identified?
| ||
Which of the following is the correct BaseDN for engineer.paulwatters.com?
| ||
What is the default port for LDAP services?
| ||
Which of the following organizational units is not supported by Solaris?
| ||
Which of the following cannot be used with the ldapclient mod command?
| ||
What command is used for configuring iDS?
|
Answers
A. The ldapsearch command is used to query the directory for a specific entry. |
|
C. LDAP is a “white pages” type of service. |
|
D. The organization of entries in an LDAP directory is defined by a schema. |
|
B. All entries in the directory are identified by a Distinguished Name (DN). |
|
C. All attributes of an entry in the directory can be identified by a Relative Distinguished Name (DN). |
|
A. dc=engineer,dc=paulwatters,dc=com is the correct BaseDN for engineer.paulwatters.com. |
|
C. The default port for LDAP services is 389. |
|
D. The db organizational unit is not supported by Solaris. |
|
C. certificateKey cannot be used with the ldapclient mod command. |
|
A. The idsconfig command is used to configure iDS. |