diff options
author | Magnus Hagander <magnus@hagander.net> | 2015-08-09 14:49:47 +0200 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2015-08-09 14:50:42 +0200 |
commit | 8ff0eb8c6b9ea07707c9ffcf08f75b16c243defa (patch) | |
tree | 6ed812affe855d499c645638bfcb5f9cdfa5cf3e | |
parent | 868bfd1f3db3f79d5f86577e3171fdff40ce21fe (diff) |
Fix typo in LDAP example
Reported by William Meitzen
-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 a9785c1a5cc..4690aad6344 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -1584,7 +1584,7 @@ host ... ldap ldapserver=ldap.example.net ldapbasedn="dc=example, dc=net" ldapse <para> Here is the same search+bind configuration written as a URL: <programlisting> -host ... ldap lapurl="ldap://ldap.example.net/dc=example,dc=net?uid?sub" +host ... ldap ldapurl="ldap://ldap.example.net/dc=example,dc=net?uid?sub" </programlisting> Some other software that supports authentication against LDAP uses the same URL format, so it will be easier to share the configuration. |