Fix a typo in krb5.conf: ldap_server should be ldap_servers, as the
authorRuss Allbery <rra@stanford.edu>
Sun, 11 May 2008 03:54:41 +0000 (03:54 +0000)
committerRuss Allbery <rra@stanford.edu>
Sun, 11 May 2008 03:54:41 +0000 (03:54 +0000)
latter is what the LDAP KDB plugin looks for.

Ticket: 5544
Tags: pullup

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20316 dc483132-0cff-0310-8789-dd5450dbe970

src/config-files/krb5.conf.M

index 92460a79b952b0ad0ddc0f5393b1432e698ad3be..95a3f773a63c7d4d30ed33a51e9f82609fec89db 100644 (file)
@@ -600,7 +600,7 @@ 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_server
+.IP ldap_servers
 This LDAP specific tag indicates the list of LDAP servers. The list of LDAP servers
 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
@@ -641,7 +641,7 @@ 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_server
+.IP ldap_servers
 This LDAP specific tag indicates the list of LDAP servers. The list of LDAP servers
 is whitespace-separated. The LDAP server is specified by a LDAP URI.