healthkeron.blogg.se

Linux ldap query tool
Linux ldap query tool











#Linux ldap query tool series

Reads a series of lines from file, performing one LDAP search for each line. binddn should be a string-represented DN as defined in RFC 1779.įiles the certificate filename for SSL bind. Uses binddn to bind to the LDAP directory. The ldapmodify tool must be compiled with LDAP_DEBUG defined for this option to have any effect. Sets the LDAP debugging level to debuglevel. These are listed in the following table: OptionĮnables referral following. There are some options that are common to all ldap tools. (By default, replica: lines are compared against the LDAP server host and port in use to decide if a replog record should actually be applied.) The maximum length of a record is 4096 lines.įorces the application of all changes regardless of the contents of input lines that begin with replica. Reads the entry modification information from an LDIF file instead of from standard input.

linux ldap query tool linux ldap query tool

The default is to exit after reporting an error. Errors are reported, but ldapmodify will continue with modifications. If invoked as ldapadd, this flag is always set.Ĭontinuous operation mode. The default for ldapmodify is to modify existing entries. If the utility exits before you can view the output, redirect the output to a file, for example, ldapadd > out.txt. HINT: Output from the ldap utilities is sent to stdout. If the -f option is not specified, ldapadd reads the modifications from stdin. If the -f option is specified, ldapadd reads the modifications from a file. NOTE: On a NetWare server, this utility is called ladd. It has the following syntax: ldapadd ] | ] ] To perform secure LDAP tools operations, refer to Ensuring Secure eDirectory Operations on Linux, Solaris, AIX, and HP-UX Systems and include the DER file in all command line LDAP operations that establish secure LDAP connections to eDirectory. The filter should conform to the string representation for LDAP filters as defined in RFC 2254.Ĭreates, lists, suspends, resumes, or deletes indexes.įor more information, see LDAP Tools in the LDAP Libraries for C Guide. Opens a connection to an LDAP server, binds, and performs a search using the specified filter. Searches entries in an LDAP directory server. Opens a connection to an LDAP server, binds, and modifies the RDN of entries.

linux ldap query tool

Modifies the relative distinguished name (RDN) of entries in an LDAP directory server. Opens a connection to an LDAP server, binds, and modifies or adds entries. The ldapdelete tool opens a connection to an LDAP server, binds, and deletes one or more entries. Imports entries from a file to an LDAP directory, modifies the entries in a directory from a file, exports the entries to a file, and adds attribute and class definitions from a file.ĭeletes entries from an LDAP directory server. Using LDAP Tools on Linux, Solaris, AIX, or HP-UXĮDirectory includes the following LDAP tools, stored in /usr/ldaptools/bin (except ice which is stored in /usr/bin), to help you manage the LDAP directory sever.











Linux ldap query tool