1 .TH SLAPDN 8C "2008/07/16" "OpenLDAP 2.4.11"
2 .\" Copyright 2004-2008 The OpenLDAP Foundation All Rights Reserved.
3 .\" Copying restrictions apply. See COPYRIGHT/LICENSE.
5 slapdn \- Check a list of string-represented LDAP DNs based on schema syntax
19 is used to check the conformance of a DN based on the schema
26 configuration file, reads in the schema definitions, and then
29 list given on the command-line.
34 enable debugging messages as defined by the specified
41 specify an alternative
46 specify a config directory.
51 are specified, the config file will be read and converted to
52 config directory format and written to the specified directory.
53 If neither option is specified, an attempt to read the
54 default config directory will be made before trying to use the default
55 config file. If a valid config directory exists then the
56 default config file is ignored.
59 only output a normalized form of the DN, suitable to be used
60 in a normalization tool; incompatible with
63 .BI \-o " option[=value]"
68 Possible generic options/values are:
71 syslog=<subsystems> (see `\-s' in slapd(8))
72 syslog-level=<level> (see `\-S' in slapd(8))
73 syslog-user=<user> (see `\-l' in slapd(8))
78 only output a prettified form of the DN, suitable to be used
79 in a check and beautification tool; incompatible with
91 /usr/sbin/slapdn -f //etc/openldap/slapd.conf -v DN
99 "OpenLDAP Administrator's Guide" (http://www.OpenLDAP.org/doc/admin/)
101 .\" Shared Project Acknowledgement Text
102 .B "OpenLDAP Software"
103 is developed and maintained by The OpenLDAP Project <http://www.openldap.org/>.
104 .B "OpenLDAP Software"
105 is derived from University of Michigan LDAP 3.3 Release.