~ttx/openldap/lucid-gssapi-495418

« back to all changes in this revision

Viewing changes to doc/man/man8/slapdn.8

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2009-07-28 10:17:15 UTC
  • mto: (0.3.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20090728101715-g0isvetelfeqm48k
Tags: upstream-2.4.17
ImportĀ upstreamĀ versionĀ 2.4.17

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.TH SLAPDN 8C "RELEASEDATE" "OpenLDAP LDVERSION"
2
2
.\" Copyright 2004-2009 The OpenLDAP Foundation All Rights Reserved.
3
3
.\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
4
 
.\" $OpenLDAP: pkg/ldap/doc/man/man8/slapdn.8,v 1.6.2.9 2009/01/30 19:34:31 quanah Exp $
 
4
.\" $OpenLDAP: pkg/ldap/doc/man/man8/slapdn.8,v 1.6.2.10 2009/06/03 01:42:01 quanah Exp $
5
5
.SH NAME
6
6
slapdn \- Check a list of string-represented LDAP DNs based on schema syntax
7
7
.SH SYNOPSIS
8
8
.B SBINDIR/slapdn
9
 
.B [\-d level]
10
 
.B [\-f slapd.conf]
11
 
.B [\-F confdir]
12
 
.B [\-N | \-P]
13
 
.B [\-o name[=value]]
14
 
.B [\-v]
15
 
.B DN [...]
 
9
[\c
 
10
.BI \-d \ debug-level\fR]
 
11
[\c
 
12
.BI \-f \ slapd.conf\fR]
 
13
[\c
 
14
.BI \-F \ confdir\fR]
 
15
[\c
 
16
.BR \-N | \-P ]
 
17
[\c
 
18
.BI \-o \ option\fR[ = value\fR]]
 
19
[\c
 
20
.BR \-v ]
 
21
.IR DN \ [...]
16
22
.LP
17
23
.SH DESCRIPTION
18
24
.LP
24
30
.BR slapd.conf (5).
25
31
It opens the
26
32
.BR slapd.conf (5)
27
 
configuration file or the slapd-config (5) backend, reads in the schema definitions, and then
 
33
configuration file or the slapd\-config (5) backend, reads in the schema definitions, and then
28
34
parses the 
29
 
.B DN
 
35
.I DN
30
36
list given on the command-line.
31
37
.LP
32
38
.SH OPTIONS
33
39
.TP
34
 
.BI \-d " level"
 
40
.BI \-d \ debug-level
35
41
enable debugging messages as defined by the specified
36
 
.IR level ;
 
42
.IR debug-level ;
37
43
see
38
44
.BR slapd (8)
39
45
for details.
40
46
.TP
41
 
.BI \-f " slapd.conf"
 
47
.BI \-f \ slapd.conf
42
48
specify an alternative
43
49
.BR slapd.conf (5)
44
50
file.
45
51
.TP
46
 
.BI \-F " confdir"
 
52
.BI \-F \ confdir
47
53
specify a config directory.
48
54
If both
49
 
.B -f
 
55
.B \-f
50
56
and
51
 
.B -F
 
57
.B \-F
52
58
are specified, the config file will be read and converted to
53
59
config directory format and written to the specified directory.
54
60
If neither option is specified, an attempt to read the
57
63
default config file is ignored.
58
64
.TP
59
65
.BI \-N
60
 
only output a normalized form of the DN, suitable to be used
 
66
only output a normalized form of the \fIDN\fP, suitable to be used
61
67
in a normalization tool; incompatible with
62
68
.BR \-P .
63
69
.TP
64
 
.BI \-o " option[=value]"
 
70
.BI \-o \ option\fR[ = value\fR]
65
71
Specify an
66
 
.BR option
 
72
.I option
67
73
with a(n optional)
68
 
.BR value .
 
74
.IR value .
69
75
Possible generic options/values are:
70
76
.LP
71
77
.nf
72
78
              syslog=<subsystems>  (see `\-s' in slapd(8))
73
 
              syslog-level=<level> (see `\-S' in slapd(8))
74
 
              syslog-user=<user>   (see `\-l' in slapd(8))
 
79
              syslog\-level=<level> (see `\-S' in slapd(8))
 
80
              syslog\-user=<user>   (see `\-l' in slapd(8))
75
81
 
76
82
.fi
77
83
.TP
78
84
.BI \-P
79
 
only output a prettified form of the DN, suitable to be used
 
85
only output a prettified form of the \fIDN\fP, suitable to be used
80
86
in a check and beautification tool; incompatible with
81
87
.BR \-N .
82
88
.TP
89
95
.LP
90
96
.nf
91
97
.ft tt
92
 
        SBINDIR/slapdn -f /ETCDIR/slapd.conf -v DN
 
98
        SBINDIR/slapdn \-f /ETCDIR/slapd.conf \-v DN
93
99
.ft
94
100
.fi
95
101
.SH "SEE ALSO"
96
102
.BR ldap (3),
97
 
.BR slapd (8)
 
103
.BR slapd (8),
98
104
.BR slaptest (8)
99
105
.LP
100
106
"OpenLDAP Administrator's Guide" (http://www.OpenLDAP.org/doc/admin/)