ldapvi [OPTION]... [FILTER]
[AD]...
- ldapvi --discover --host HOSTNAME
Perform an LDAP search and update results using a text editor.
- --add
- (Only with --in, --ldapmodify:) Treat attrval records as new
entries to add.
- -o, --class
OBJCLASS
- Class to add. Can be repeated. Implies -A.
- --config
- Print parameters in ldap.conf syntax.
- -c --continue
- Ignore LDAP errors and continue processing.
- --deleteoldrdn
- (Only with --rename:) Delete the old RDN.
- -a, --deref
- never|searching|finding|always
- -d,
--discover
- Auto-detect naming contexts. [2]
- -A, --empty
- Don't search, start with empty file. See -o.
- --encoding
[ASCII|UTF-8|binary]
- The encoding to allow. Default is UTF-8.
- -H, --help
- This help.
- --ldap-conf
- Always read libldap configuration.
- -m, --may
- Show missing optional attributes as comments.
- -M,
--managedsait
- manageDsaIT control (critical).
- --noquestions
- Commit without asking for confirmation.
- -!, --noninteractive
- Never ask any questions.
- -q, --quiet
- Disable progress output.
- -R, --read
DN
- Same as -b DN -s base '(objectclass=*)' + *
- -Z,
--starttls
- Require startTLS.
- --tls
[never|allow|try|strict]
- Level of TLS strictess.
- -v, --verbose
- Note every update.
- uid=foo,ou=bar,dc=acme,dc=com
- or search filters:
- (uid=foo)
- Note the use of parenthesis, which can be omitted from search filters
usually but are required here. For this searching bind to work, your
client library must be configured with appropriate default search
parameters.
[2] Repeat the search for each naming context found and present
the
- concatenation
of all search results.
- Conflicts with --base.
- With --config, show a BASE configuration line for each
context.
A special (offline) option is --diff, which compares two
files and writes any changes to standard output in LDIF format.
Report bugs to "ldapvi@lists.askja.de".
Assuming a suitably configured LDAP library, run ldapvi without
arguments to see all entries available.
Otherwise, try `ldapvi -h HOSTNAME --discover' to query the ROOT
DSE for available naming contexts.
Once that works, run `ldapvi -h HOSTNAME --discover --config' to
generate sample configuration that can be pasted into ~/.ldaprc or
/etc/ldap/ldap.conf.
ldapvi uses an LDIF-like syntax, but not standard LDIF. Please
refer to http://www.lichteblau.com/ldapvi/manual.xml#syntax
Please report bugs to <ldapvi@lists.askja.de>.
http://www.lichteblau.com/ldapvi/manual.xml
David Lichteblau <david@lichteblau.com>