Document procedure to move account policies to ldapsam.
authorGünther Deschner <gd@samba.org>
Mon, 30 Jan 2006 19:02:05 +0000 (19:02 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:47:15 +0000 (08:47 -0500)
Guenther
(This used to be commit 8e83a361eba34060e72baddf5cf394ea58503b99)

docs/manpages-3/pdbedit.8.xml

index e26bf2777df6228817e2aef6e0c8f8cb1db5062b..bfe6bffe7018a6265de1e5d901b1dd91798ad759 100644 (file)
@@ -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;