mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-27 03:20:22 +08:00
Fix up examples
This commit is contained in:
parent
52223bd699
commit
66552eb0bb
@ -114,7 +114,7 @@ The next line is the default location under which new entries are created.
|
||||
It should be a string-represented Distringuished Name. E.g.,
|
||||
.nf
|
||||
.ft B
|
||||
"dc=OpenLDAP, dc=org"
|
||||
"dc=example, dc=com"
|
||||
.ft
|
||||
.fi
|
||||
.LP
|
||||
@ -246,7 +246,7 @@ for display of people entries and one for display of contries.
|
||||
|
||||
#
|
||||
# default location when adding new entries (DN; "" means no default)
|
||||
"dc=OpenLDAP, dc=Org"
|
||||
"dc=example, dc=com"
|
||||
|
||||
#
|
||||
# rules used to define default values for new entries
|
||||
|
@ -33,8 +33,8 @@ or tab, e.g.,
|
||||
.LP
|
||||
.nf
|
||||
.ft tt
|
||||
dn: cn=Barbara J Jensen, dc=Open
|
||||
LDAP, dc=org
|
||||
dn: cn=Barbara J Jensen, dc=exam
|
||||
ple, dc=com
|
||||
.ft
|
||||
.fi
|
||||
.LP
|
||||
@ -78,20 +78,20 @@ Here is an example of an LDIF file containing three entries.
|
||||
.LP
|
||||
.nf
|
||||
.ft tt
|
||||
dn: cn=Barbara J Jensen, dc=OpenLDAP, dc=Org
|
||||
dn: cn=Barbara J Jensen, dc=example, dc=com
|
||||
cn: Barbara J Jensen
|
||||
cn: Babs Jensen
|
||||
objectclass: person
|
||||
description:< file://tmp/babs
|
||||
sn: Jensen
|
||||
|
||||
dn: cn=Bjorn J Jensen, dc=OpenLDAP, dc=Org
|
||||
dn: cn=Bjorn J Jensen, dc=example, dc=com
|
||||
cn: Bjorn J Jensen
|
||||
cn: Bjorn Jensen
|
||||
objectclass: person
|
||||
sn: Jensen
|
||||
|
||||
dn: cn=Jennifer J Jensen, dc=OpenLDAP, dc=Org
|
||||
dn: cn=Jennifer J Jensen, dc=example, dc=com
|
||||
cn: Jennifer J Jensen
|
||||
cn: Jennifer Jensen
|
||||
objectclass: person
|
||||
|
@ -242,6 +242,12 @@ Turn schema checking on or off. The default is on.
|
||||
Specify the maximum number of entries to return from a search operation.
|
||||
The default size limit is 500.
|
||||
.TP
|
||||
.B sasl-realm <realm>
|
||||
Specify SASL realm. Default is empty.
|
||||
.TP
|
||||
.B sasl-secprops <props>
|
||||
Cyrus SASL security properties. Default is "noanonymous,noplain".
|
||||
.TP
|
||||
.B srvtab <filename>
|
||||
Specify the srvtab file in which the kerberos keys necessary for
|
||||
authenticating clients using kerberos can be found. This option is only
|
||||
|
Loading…
Reference in New Issue
Block a user