docs-xml: remove explicit "constant"
[Samba.git] / docs-xml / smbdotconf / security / smbpasswdfile.xml
blobfab70378c4f94e253455c9908033bee078f103da
1 <samba:parameter name="smb passwd file"
2                  type="string"
3                  context="G"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6     <para>This option sets the path to the encrypted smbpasswd file. By
7     default the path to the smbpasswd file  is compiled into Samba.</para>
9     <para>
10     An example of use is:
11 <programlisting>
12 smb passwd file = /etc/samba/smbpasswd
13 </programlisting>
14     </para>
15 </description>
17 <value type="default">&pathconfig.SMB_PASSWD_FILE;</value>
18 </samba:parameter>