diff options
author | Peter Eisentraut | 2012-11-02 02:58:36 +0000 |
---|---|---|
committer | Peter Eisentraut | 2012-11-02 02:58:36 +0000 |
commit | 4bb106ef4f6924312a67768571292c6f247122de (patch) | |
tree | 2a642c2625a66f13ec8db5f7b684b77cd253c5b7 | |
parent | ef28e05ac50a557b6c1214171c93b576a6709802 (diff) |
Fix typo
-rw-r--r-- | doc/src/sgml/client-auth.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index 5b39269067e..d053fcebfd0 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -1507,7 +1507,7 @@ host ... ldap ldapserver=ldap.example.net ldapprefix="cn=" ldapsuffix=", dc=exam </para> <para> - Here is an exaple for a search+bind configuration: + Here is an example for a search+bind configuration: <programlisting> host ... ldap ldapserver=ldap.example.net ldapbasedn="dc=example, dc=net" ldapsearchattribute=uid </programlisting> |