aboutsummaryrefslogtreecommitdiff
path: root/src/kdc/krb5kdc.M
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2006-12-20 21:12:35 +0000
committerKen Raeburn <raeburn@mit.edu>2006-12-20 21:12:35 +0000
commit8101af84048197bd67be6f030fff6f3dd0b90eec (patch)
treea9340ceb6ab381e680ad53f9c684f773eed4bc0c /src/kdc/krb5kdc.M
parentfba30d5e89d7efcd8e6527853f5f3c1554d29035 (diff)
downloadkrb5-8101af84048197bd67be6f030fff6f3dd0b90eec.zip
krb5-8101af84048197bd67be6f030fff6f3dd0b90eec.tar.gz
krb5-8101af84048197bd67be6f030fff6f3dd0b90eec.tar.bz2
Merge r18962 to trunk, with minor tweaks; ready to merge to 1.6 branch
Changes fix up some sample names used, remove some options described from certain commands, and fix filling in man pages. ticket: 5116 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19000 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kdc/krb5kdc.M')
-rw-r--r--src/kdc/krb5kdc.M8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/kdc/krb5kdc.M b/src/kdc/krb5kdc.M
index c9ff75b..2056eec 100644
--- a/src/kdc/krb5kdc.M
+++ b/src/kdc/krb5kdc.M
@@ -68,17 +68,21 @@ Options supported for LDAP database are:
.nf
.RS 8
\-x nconns=<number_of_connections>
+.fi
specifies the number of connections to be maintained per LDAP server.
+.nf
\-x host=<ldapuri>
specifies the LDAP server to connect to by a LDAP URI.
\-x binddn=<binddn>
+.fi
specifies the DN of the object used by the KDC server to bind to the LDAP server.
-This object should have the rights to read the realm container and the subtree that is referenced
-by the realm.
+This object should have the rights to read the realm container, principal container
+and the subtree that is referenced by the realm.
\-x bindpwd=<bind_password>
+.fi
specifies the password for the above mentioned binddn. It is recommended not to use this option.
Instead, the password can be stashed using the stashsrvpw command of kdb5_ldap_util.
.RE