From 8101af84048197bd67be6f030fff6f3dd0b90eec Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 20 Dec 2006 21:12:35 +0000 Subject: 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 --- src/kadmin/server/kadmind.M | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/kadmin/server') diff --git a/src/kadmin/server/kadmind.M b/src/kadmin/server/kadmind.M index dbe4ee86b..ad810e6f2 100644 --- a/src/kadmin/server/kadmind.M +++ b/src/kadmin/server/kadmind.M @@ -64,17 +64,21 @@ Options supported for LDAP database are: .nf .RS 12 \-x nconns= +.fi specifies the number of connections to be maintained per LDAP server. +.nf \-x host= specifies the LDAP server to connect to by a LDAP URI. \-x binddn= +.fi specifies the DN of the object used by the administration server to bind to the LDAP server. -This object should have the read rights on the realm container and write rights on the subtree -that is referenced by the realm. +This object should have the read and write rights on the realm container, principal container +and the subtree that is referenced by the realm. \-x bindpwd= +.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 -- cgit