svn commit: r44713 - head/en_US.ISO8859-1/articles/ldap-auth
Warren Block
wblock at FreeBSD.org
Tue Apr 29 21:51:33 UTC 2014
Author: wblock
Date: Tue Apr 29 21:51:32 2014
New Revision: 44713
URL: http://svnweb.freebsd.org/changeset/doc/44713
Log:
Restore lost <replaceable> tags.
Modified:
head/en_US.ISO8859-1/articles/ldap-auth/article.xml
Modified: head/en_US.ISO8859-1/articles/ldap-auth/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/ldap-auth/article.xml Tue Apr 29 21:49:08 2014 (r44712)
+++ head/en_US.ISO8859-1/articles/ldap-auth/article.xml Tue Apr 29 21:51:32 2014 (r44713)
@@ -288,7 +288,7 @@ tls_cacert /path/to/your/cacert.crt</pro
<para>The base entry for our database is
<literal>dc=example,dc=org</literal>. The default location for
users that most clients seem to expect is something like
- <literal>ou=people,base</literal>, so
+ <literal>ou=people,<replaceable>base</replaceable></literal>, so
that is what will be used here. However keep in mind that this is
configurable.</para>
@@ -410,7 +410,7 @@ cn: tuser</programlisting>
<para>With this set, <package>security/pam_ldap</package> will search the entire
LDAP directory under <literal>base</literal> for the value
- <literal>uid=username</literal>. If it
+ <literal>uid=<replaceable>username</replaceable></literal>. If it
finds one and only one entry, it will attempt to bind as that user
with the password it was given. If it binds correctly, then it
will allow access. Otherwise it will fail.</para>
More information about the svn-doc-head
mailing list