aboutsummaryrefslogtreecommitdiff
path: root/src/config-files
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2008-05-11 03:54:41 +0000
committerRuss Allbery <rra@stanford.edu>2008-05-11 03:54:41 +0000
commit02c0570f9cf2502743d56efc7ba4ce12c42492dd (patch)
treeb156a70ed4d176261fdd8c046513a711b05aea5c /src/config-files
parent39cae9c5f63ff24e24cffabe223a6c253bfa7503 (diff)
downloadkrb5-02c0570f9cf2502743d56efc7ba4ce12c42492dd.zip
krb5-02c0570f9cf2502743d56efc7ba4ce12c42492dd.tar.gz
krb5-02c0570f9cf2502743d56efc7ba4ce12c42492dd.tar.bz2
Fix a typo in krb5.conf: ldap_server should be ldap_servers, as the
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
Diffstat (limited to 'src/config-files')
-rw-r--r--src/config-files/krb5.conf.M4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config-files/krb5.conf.M b/src/config-files/krb5.conf.M
index 92460a7..95a3f77 100644
--- a/src/config-files/krb5.conf.M
+++ b/src/config-files/krb5.conf.M
@@ -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.