- Timestamp:
- Jun 17, 2009, 2:19:52 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/docs-xml/Samba3-HOWTO/TOSHARG-Passdb.xml
r217 r274 758 758 The POSIX and sambaSamAccount components of computer (machine) accounts are both used by Samba. 759 759 Thus, machine accounts are treated inside Samba in the same way that Windows NT4/200X treats 760 them. A user account and a machine account are indistin quishable from each other, except that760 them. A user account and a machine account are indistinguishable from each other, except that 761 761 the machine account ends in a $ character, as do trust accounts. 762 762 </para> … … 1051 1051 </row> 1052 1052 <row> 1053 <entry><para>Mi mimum Password Length</para></entry>1053 <entry><para>Minimum Password Length</para></entry> 1054 1054 <entry><para>min password length</para></entry> 1055 1055 <entry><para>1 - 14 (Chars)</para></entry> … … 1616 1616 account policy value for maximum password age was 4294967295 1617 1617 account policy value for maximum password age is now 7776000 1618 &rootprompt; pdbedit -P "minimum password age" -C 71618 &rootprompt; pdbedit -P "minimum password age" -C 604800 1619 1619 account policy value for minimum password age was 0 1620 1620 account policy value for minimum password age is now 7 … … 1736 1736 <indexterm><primary>lookups</primary></indexterm> 1737 1737 The first problem is that all lookups must be performed sequentially. Given that 1738 there are approximately two lookups per domain logon (one during in tial logon validation1738 there are approximately two lookups per domain logon (one during initial logon validation 1739 1739 and one for a session connection setup, such as when mapping a network drive or printer), this 1740 1740 is a performance bottleneck for large sites. What is needed is an indexed approach … … 2627 2627 2628 2628 <sect3> 2629 <title>Using OpenLDAP Overlay for Password Sync ronization</title>2629 <title>Using OpenLDAP Overlay for Password Synchronization</title> 2630 2630 2631 2631 <para>
Note:
See TracChangeset
for help on using the changeset viewer.