From e4db14bda4a31372f493f6cb891db30e0672941a Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 30 Jan 2006 19:02:05 +0000 Subject: Document procedure to move account policies to ldapsam. Guenther (This used to be commit 8e83a361eba34060e72baddf5cf394ea58503b99) --- docs/manpages-3/pdbedit.8.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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 @@ -P account-policy -C value -c account-control + -y @@ -383,7 +384,21 @@ account policy value for bad lockout attempt is now 3 - + + + -y + If you specify -y, + then -i in-backend -e out-backend + applies to the account policies instead of the user database. + + This option will allow to migrate account policies from their default + tdb-store into a passdb backend, e.g. an LDAP directory server. + + Example: pdbedit -y -i tdbsam: -e ldapsam:ldap://my.ldap.host + + + + &stdarg.help; &popt.common.samba; -- cgit