diff options
author | John Terpstra <jht@samba.org> | 2006-10-06 22:43:22 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:22 -0500 |
commit | 3849dff0c5e4c58c7eb1cd237b5e6e6ab25eaf08 (patch) | |
tree | d246143a2cea151b475611a21762501f75c7736a | |
parent | 12930317748d24400d81bf64c6f83e97060613f0 (diff) | |
download | samba-3849dff0c5e4c58c7eb1cd237b5e6e6ab25eaf08.tar.gz samba-3849dff0c5e4c58c7eb1cd237b5e6e6ab25eaf08.tar.bz2 samba-3849dff0c5e4c58c7eb1cd237b5e6e6ab25eaf08.zip |
Fix incorrect value contributed by
Maria Nunzia Galdi <galdi@ds.unifi.it>
(This used to be commit 468708a9c6a67849badc29568c6a042b4c2a8a85)
-rw-r--r-- | docs/Samba3-HOWTO/TOSHARG-Passdb.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Samba3-HOWTO/TOSHARG-Passdb.xml b/docs/Samba3-HOWTO/TOSHARG-Passdb.xml index ed6fa3d2ab..20c1278fd3 100644 --- a/docs/Samba3-HOWTO/TOSHARG-Passdb.xml +++ b/docs/Samba3-HOWTO/TOSHARG-Passdb.xml @@ -1613,9 +1613,9 @@ account policy value for min password length is now 8 &rootprompt; pdbedit -P "password history" -C 4 account policy value for password history was 0 account policy value for password history is now 4 -&rootprompt; pdbedit -P "maximum password age" -C 90 +&rootprompt; pdbedit -P "maximum password age" -C 7776000 account policy value for maximum password age was 4294967295 -account policy value for maximum password age is now 90 +account policy value for maximum password age is now 7776000 &rootprompt; pdbedit -P "minimum password age" -C 7 account policy value for minimum password age was 0 account policy value for minimum password age is now 7 |