summaryrefslogtreecommitdiffstats
path: root/src/kadmin/server
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2006-09-18 23:51:50 +0000
committerKen Raeburn <raeburn@mit.edu>2006-09-18 23:51:50 +0000
commit6aeb027d3dc6fa54ee83c856e2ab004abb9c5e28 (patch)
treed9231d12f4d2ee260c39366c70750d329e7626d8 /src/kadmin/server
parent112ac1b55322512bc782c4984cd860f617593f9a (diff)
downloadkrb5-6aeb027d3dc6fa54ee83c856e2ab004abb9c5e28.tar.gz
krb5-6aeb027d3dc6fa54ee83c856e2ab004abb9c5e28.tar.xz
krb5-6aeb027d3dc6fa54ee83c856e2ab004abb9c5e28.zip
Savitha's patches for:
- LDAP URI support for specifying server and port - support for ldapi interface - updated to newer LDAP APIs - updated documentation git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18592 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kadmin/server')
-rw-r--r--src/kadmin/server/kadmind.M8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/kadmin/server/kadmind.M b/src/kadmin/server/kadmind.M
index 6e4cb5252..dbe4ee86b 100644
--- a/src/kadmin/server/kadmind.M
+++ b/src/kadmin/server/kadmind.M
@@ -66,12 +66,8 @@ Options supported for LDAP database are:
\-x nconns=<number_of_connections>
specifies the number of connections to be maintained per LDAP server.
-\-x port=<port_number>
-specifies the secure port number where the LDAP server is listening.
-
-\-x host=<hostname>
-specifies the host on which the LDAP server is running.
-The <hostname> should be the same as the host name set in the LDAP server certificate.
+\-x host=<ldapuri>
+specifies the LDAP server to connect to by a LDAP URI.
\-x binddn=<binddn>
specifies the DN of the object used by the administration server to bind to the LDAP server.