1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-14 19:24:43 +03:00

Document procedure to move account policies to ldapsam.

Guenther
(This used to be commit 8e83a361eba34060e72baddf5cf394ea58503b99)
This commit is contained in:
Günther Deschner 2006-01-30 19:02:05 +00:00 committed by Gerald W. Carter
parent dea5c452c7
commit e4db14bda4

@ -38,6 +38,7 @@
<arg choice="opt">-P account-policy</arg>
<arg choice="opt">-C value</arg>
<arg choice="opt">-c account-control</arg>
<arg choice="opt">-y</arg>
</cmdsynopsis>
</refsynopsisdiv>
@ -383,7 +384,21 @@ account policy value for bad lockout attempt is now 3
</programlisting></para>
</listitem>
</varlistentry>
<varlistentry>
<term>-y</term>
<listitem><para>If you specify <parameter>-y</parameter>,
then <parameter>-i in-backend -e out-backend</parameter>
applies to the account policies instead of the user database.</para>
<para>This option will allow to migrate account policies from their default
tdb-store into a passdb backend, e.g. an LDAP directory server.</para>
<para>Example: <command>pdbedit -y -i tdbsam: -e ldapsam:ldap://my.ldap.host</command></para>
</listitem>
</varlistentry>
&stdarg.help;
&popt.common.samba;