Restore lost <replaceable> tags.

This commit is contained in:
Warren Block 2014-04-29 21:51:32 +00:00
parent b9eada1987
commit c906a8aa77
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44713

View file

@ -288,7 +288,7 @@ tls_cacert /path/to/your/cacert.crt</programlisting>
<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>