Convert 'Security' section of smb.conf to new format
[Samba/gebeck_regimport.git] / docs / docbook / smbdotconf / security / encryptpasswords.xml
blob4f83a776c813eee3c7530f2b47b360f73809df40
1 <samba:parameter name="encrypt passwords"
2                  context="G"
3                  basic="1" advanced="1" wizard="1" developer="1"
4                  xmlns:samba="http://samba.org/common">
5 <listitem>
6     <para>This boolean controls whether encrypted passwords 
7     will be negotiated with the client. Note that Windows NT 4.0 SP3 and 
8     above and also Windows 98 will by default expect encrypted passwords 
9     unless a registry entry is changed. To use encrypted passwords in 
10     Samba see the file ENCRYPTION.txt in the Samba documentation 
11     directory <filename moreinfo="none">docs/</filename> shipped 
12     with the source code.</para>
14     <para>In order for encrypted passwords to work correctly
15     <citerefentry><refentrytitle>smbd</refentrytitle>
16     <manvolnum>8</manvolnum></citerefentry> must either 
17     have access to a local <citerefentry><refentrytitle>smbpasswd</refentrytitle>
18     <manvolnum>5</manvolnum></citerefentry> file (see the <citerefentry><refentrytitle>smbpasswd</refentrytitle>
19     <manvolnum>8</manvolnum></citerefentry> program for information on how to set up 
20     and maintain this file), or set the <link linkend="SECURITY">security = [server|domain|ads]</link> parameter which 
21     causes <command moreinfo="none">smbd</command> to authenticate against another 
22     server.</para>
23                 
24     <para>Default: <command moreinfo="none">encrypt passwords = yes</command></para>
25 </listitem>
26 </samba:parameter>