svn commit: samba-docs r910 - in trunk/manpages-3: .

gd at samba.org gd at samba.org
Mon Jan 30 19:02:06 GMT 2006


Author: gd
Date: 2006-01-30 19:02:05 +0000 (Mon, 30 Jan 2006)
New Revision: 910

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=910

Log:
Document procedure to move account policies to ldapsam.

Guenther

Modified:
   trunk/manpages-3/pdbedit.8.xml


Changeset:
Modified: trunk/manpages-3/pdbedit.8.xml
===================================================================
--- trunk/manpages-3/pdbedit.8.xml	2006-01-28 14:00:25 UTC (rev 909)
+++ trunk/manpages-3/pdbedit.8.xml	2006-01-30 19:02:05 UTC (rev 910)
@@ -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 @@
 </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;
 



More information about the samba-cvs mailing list