Date: Tue, 29 Apr 2014 21:51:32 +0000 (UTC) From: Warren Block <wblock@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44713 - head/en_US.ISO8859-1/articles/ldap-auth Message-ID: <201404292151.s3TLpWor058504@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404292151.s3TLpWor058504>