Working With Oracle® Solaris 11.2 Directory and Naming Services: LDAP

Exit Print View

Updated: July 2014
 
 

General LDAP Commands

General LDAP commands can be run on any system and do not require the system to be configured with LDAP naming service. LDAP command-line tools support a common set of options, including authentication and bind parameters. The tools support a common text-based format for representing directory information called the LDAP Data Interchange Format (LDIF). You can use the following commands to manipulate directory entries directly:

Command
Description
Man Page
ldapsearch
Searches the LDAP schema for specified entries.
ldapmodify
Modifies LDAP entries in the schema.
ldapadd
Adds LDAP entries in the schema.
ldapdelete
Removes LDAP entries from the schema.