From af09297cbc1f8aa046847728077b34f9a5186872 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 24 Oct 2002 13:30:45 +0000 Subject: Document -P and -V (patch from Guenther Deschner ) (This used to be commit 5845f17c927a84ba502c834b3a38499959b7ae40) --- docs/docbook/manpages/pdbedit.8.sgml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/docs/docbook/manpages/pdbedit.8.sgml b/docs/docbook/manpages/pdbedit.8.sgml index 45ccbaee64..fd8ce375e5 100644 --- a/docs/docbook/manpages/pdbedit.8.sgml +++ b/docs/docbook/manpages/pdbedit.8.sgml @@ -31,6 +31,8 @@ -e passdb-backend -b passdb-backend -D debuglevel + -P account-policy + -V value @@ -268,6 +270,36 @@ Example: pdbedit -b xml:/root/pdb-backup.xml -l + + + -P account-policy + Display an account policy + Valid policies are: minimum password age, reset count minutes, disconnect time, + user must logon to change password, password history, lockout duration, min password length, + maximum password age and bad lockout attempt. + + Example: pdbedit -P "bad lockout attempt" + + account policy value for bad lockout attempt is 0 + + + + + + + -V account-policy-value + Sets an account policy to a specified value. + This option may only be used in conjunction + with the -P option. + + Example: pdbedit -P "bad lockout attempt" -V 3 + + account policy value for bad lockout attempt was 0 + account policy value for bad lockout attempt is now 3 + + + + -- cgit