diff options
author | Günther Deschner <gd@samba.org> | 2006-01-30 19:02:05 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:15 -0500 |
commit | e4db14bda4a31372f493f6cb891db30e0672941a (patch) | |
tree | b58c6ab389e40a47cc50226be96c43423ead25ca | |
parent | dea5c452c7d6ba3c5faecdb702e834f9ce1c325d (diff) | |
download | samba-e4db14bda4a31372f493f6cb891db30e0672941a.tar.gz samba-e4db14bda4a31372f493f6cb891db30e0672941a.tar.bz2 samba-e4db14bda4a31372f493f6cb891db30e0672941a.zip |
Document procedure to move account policies to ldapsam.
Guenther
(This used to be commit 8e83a361eba34060e72baddf5cf394ea58503b99)
-rw-r--r-- | docs/manpages-3/pdbedit.8.xml | 17 |
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; |