Ignore:
Timestamp:
Jun 17, 2009, 2:19:52 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.3 branch to 3.3.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/docs-xml/Samba3-HOWTO/TOSHARG-Passdb.xml

    r217 r274  
    758758                The POSIX and sambaSamAccount components of computer (machine) accounts are both used by Samba.
    759759                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 indistinquishable from each other, except that
     760                them. A user account and a machine account are indistinguishable from each other, except that
    761761                the machine account ends in a $ character, as do trust accounts.
    762762                </para>
     
    10511051                    </row>
    10521052                    <row>
    1053                                         <entry><para>Mimimum Password Length</para></entry>
     1053                                        <entry><para>Minimum Password Length</para></entry>
    10541054                                        <entry><para>min password length</para></entry>
    10551055                                        <entry><para>1 - 14 (Chars)</para></entry>
     
    16161616account policy value for maximum password age was 4294967295
    16171617account policy value for maximum password age is now 7776000
    1618 &rootprompt; pdbedit -P "minimum password age" -C 7
     1618&rootprompt; pdbedit -P "minimum password age" -C 604800
    16191619account policy value for minimum password age was 0
    16201620account policy value for minimum password age is now 7
     
    17361736<indexterm><primary>lookups</primary></indexterm>
    17371737                The first problem is that all lookups must be performed sequentially. Given that
    1738                 there are approximately two lookups per domain logon (one during intial logon validation
     1738                there are approximately two lookups per domain logon (one during initial logon validation
    17391739                and one for a session connection setup, such as when mapping a network drive or printer), this
    17401740                is a performance bottleneck for large sites. What is needed is an indexed approach
     
    26272627
    26282628                <sect3>
    2629                 <title>Using OpenLDAP Overlay for Password Syncronization</title>
     2629                <title>Using OpenLDAP Overlay for Password Synchronization</title>
    26302630
    26312631                <para>
Note: See TracChangeset for help on using the changeset viewer.