ldbedit 1 ldbedit Edit LDB databases using your favorite editor ldbedit -h -s base|one|sub -b basedn -a -e editor -H LDB-URL expression attributes DESCRIPTION ldbedit is a utility that allows you to edit LDB files using your favorite editor. ldbedit generates an LDIF file based on your query, allows you to edit it and then merges it back into the LDB database. OPTIONS -h Show list of available options. -H <ldb-url> LDB URL to connect to. See ldb(7) for details. -s one|sub|base Search scope to use. One-level, subtree or base. -a Edit all records. -e editor Specify the editor that should be used (overrides the VISUAL and EDITOR environment variables). -b basedn Specify Base DN to use. ENVIRONMENT LDB_URL LDB URL to connect to (can be overrided by using the -H command-line option.) VISUAL and EDITOR Environment variables used to determine what editor to use. If VISUAL isn't set, EDITOR is used. VERSION This man page is correct for version 4.0 of the Samba suite. SEE ALSO ldb(7), ldbmodify, ldbdel, ldif(5) AUTHOR &man.credits.samba; ldbedit was written by Andrew Tridgell. This manpage was written by Jelmer Vernooij.