summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/manpages-3/pdbedit.8.xml17
1 files changed, 16 insertions, 1 deletions
diff --git a/docs/manpages-3/pdbedit.8.xml b/docs/manpages-3/pdbedit.8.xml
index e26bf2777d..bfe6bffe70 100644
--- a/docs/manpages-3/pdbedit.8.xml
+++ b/docs/manpages-3/pdbedit.8.xml
@@ -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;