From 6aeb027d3dc6fa54ee83c856e2ab004abb9c5e28 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Mon, 18 Sep 2006 23:51:50 +0000 Subject: 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 --- src/kadmin/server/kadmind.M | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/kadmin/server') 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= specifies the number of connections to be maintained per LDAP server. -\-x port= -specifies the secure port number where the LDAP server is listening. - -\-x host= -specifies the host on which the LDAP server is running. -The should be the same as the host name set in the LDAP server certificate. +\-x host= +specifies the LDAP server to connect to by a LDAP URI. \-x binddn= specifies the DN of the object used by the administration server to bind to the LDAP server. -- cgit