]> git.sur5r.net Git - openldap/blob - doc/man/man8/slapdn.8
typo
[openldap] / doc / man / man8 / slapdn.8
1 .TH SLAPDN 8C "RELEASEDATE" "OpenLDAP LDVERSION"
2 .\" Copyright 2004 The OpenLDAP Foundation All Rights Reserved.
3 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
4 .SH NAME
5 slapdn \- Check a list of string-represented DNs based on schema syntax.
6 .SH SYNOPSIS
7 .B SBINDIR/slapdn
8 .B [\-v]
9 .B [\-d level]
10 .B [\-f slapd.conf]
11 .B DN [...]
12 .LP
13 .SH DESCRIPTION
14 .LP
15 .B Slapdn
16 is used to check the conformance of a DN based on the schema
17 defined in
18 .BR slapd (8)
19 and that loaded via 
20 .BR slapd.conf (5).
21 It opens the
22 .BR slapd.conf (5)
23 configuration file, reads in the schema definitions, and then
24 parses the 
25 .B DN
26 list given on the command-line.
27 .LP
28 .SH OPTIONS
29 .TP
30 .B \-v
31 enable verbose mode.
32 .TP
33 .BI \-d " level"
34 enable debugging messages as defined by the specified
35 .IR level .
36 .TP
37 .BI \-f " slapd.conf"
38 specify an alternative
39 .BR slapd.conf (5)
40 file.
41 .SH EXAMPLES
42 To check a
43 .B DN
44 give the command:
45 .LP
46 .nf
47 .ft tt
48         SBINDIR/slapdn -f /ETCDIR/slapd.conf -v DN
49 .ft
50 .fi
51 .SH "SEE ALSO"
52 .BR ldap (3),
53 .BR slapd (8)
54 .BR slaptest (8)
55 .LP
56 "OpenLDAP Administrator's Guide" (http://www.OpenLDAP.org/doc/admin/)
57 .SH ACKNOWLEDGEMENTS
58 .B OpenLDAP
59 is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
60 .B OpenLDAP
61 is derived from University of Michigan LDAP 3.3 Release.