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/config-files/krb5.conf.M | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'src/config-files') diff --git a/src/config-files/krb5.conf.M b/src/config-files/krb5.conf.M index 8f3ec39b43..0791c5fa8b 100644 --- a/src/config-files/krb5.conf.M +++ b/src/config-files/krb5.conf.M @@ -594,14 +594,10 @@ This LDAP specific tag indicates the file containing the stashed passwords for t objects used for starting the Kerberos servers. This value is used if no service password file is mentioned in the configuration section under dbmodules. -.IP ldap_ssl_port -This LDAP specific tag indicates the value of the SSL port for the LDAP server. -This value is used if no SSL port is mentioned in the configuration section under dbmodules. - .IP ldap_server This LDAP specific tag indicates the list of LDAP servers. The list of LDAP servers -is whitespace-separated. The port value can be specified with the server separated by -a colon. This value is used if no LDAP servers are mentioned in the configuration +is whitespace-separated. The LDAP server is specified by a LDAP URI. +This value is used if no LDAP servers are mentioned in the configuration section under dbmodules. .IP ldap_conns_per_server @@ -639,12 +635,9 @@ as this object. This LDAP specific tag indicates the file containing the stashed passwords for the objects used for starting the Kerberos servers. -.IP ldap_ssl_port -This LDAP specific tag indicates the value of the SSL port for the LDAP server. - .IP ldap_server This LDAP specific tag indicates the list of LDAP servers. The list of LDAP servers -is whitespace-separated. The port value can be specified with the server separated by a colon. +is whitespace-separated. The LDAP server is specified by a LDAP URI. .IP ldap_conns_per_server This LDAP specific tag indicates the number of connections to be maintained per -- cgit