diff options
author | John Terpstra <jht@samba.org> | 2005-06-29 20:11:35 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:57 -0500 |
commit | ab59cd7eda87b29c782fa2a591fa607561a066c7 (patch) | |
tree | 3a886bd9f323ec77a968ec5d1978f7125d460ddf /docs/Samba3-HOWTO | |
parent | c0e354c4c132e50e7f70025ec88c627f26e93a1a (diff) | |
download | samba-ab59cd7eda87b29c782fa2a591fa607561a066c7.tar.gz samba-ab59cd7eda87b29c782fa2a591fa607561a066c7.tar.bz2 samba-ab59cd7eda87b29c782fa2a591fa607561a066c7.zip |
Editors updates.
(This used to be commit 6d4f8adafb72fef9622e3b03d68b51fd5c28e5ca)
Diffstat (limited to 'docs/Samba3-HOWTO')
-rw-r--r-- | docs/Samba3-HOWTO/TOSHARG-Passdb.xml | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/docs/Samba3-HOWTO/TOSHARG-Passdb.xml b/docs/Samba3-HOWTO/TOSHARG-Passdb.xml index 5fe8e52ff8..5d2607f885 100644 --- a/docs/Samba3-HOWTO/TOSHARG-Passdb.xml +++ b/docs/Samba3-HOWTO/TOSHARG-Passdb.xml @@ -881,8 +881,13 @@ Samba provides two tools for management of user and machine accounts: </para> <para> +<indexterm><primary>pdbedit</primary></indexterm> +<indexterm><primary>password aging</primary></indexterm> +<indexterm><primary>failed logins</primary></indexterm> The <command>pdbedit</command> can be used to manage account policies in addition to -Samba user account information. +Samba user account information. The policy management capability is used to administer +domain default settings for password aging and management controls to handle failed login +attempts. </para> <para> @@ -897,7 +902,7 @@ is being added to the <command>net</command> toolset (see <link linkend="NetComm </para> <sect2> - <title>The <command>smbpasswd</command> Command</title> + <title>The <command>smbpasswd</command> Utility</title> <para> <indexterm><primary>smbpasswd</primary></indexterm> @@ -998,7 +1003,7 @@ is being added to the <command>net</command> toolset (see <link linkend="NetComm </sect2> <sect2 id="pdbeditthing"> - <title>The <command>pdbedit</command> Command</title> + <title>The <command>pdbedit</command> Utility</title> <para> <indexterm><primary>pdbedit</primary></indexterm> @@ -1015,6 +1020,21 @@ is being added to the <command>net</command> toolset (see <link linkend="NetComm </itemizedlist> <para> + Domain global policy controls available include: + </para> + + <itemizedlist> + <listitem><para>Maximum Password Age</para></listitem> + <listitem><para>Minimum Password Age</para></listitem> + <listitem><para>Mimimum Password Length</para></listitem> + <listitem><para>Password Uniqueness (remembers number of prior passwords)</para></listitem> + <listitem><para>Account Lockout</para></listitem> + <listitem><para>Bad Logon Attempts</para></listitem> + <listitem><para>Lockout Reset Delay</para></listitem> + <listitem><para>Lockout Duration</para></listitem> + </itemizedlist> + + <para> <indexterm><primary>pdbedit</primary></indexterm> <indexterm><primary>policy settings</primary></indexterm> <indexterm><primary>account security</primary></indexterm> |