diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-10-19 08:33:31 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-10-19 08:33:31 +0200 |
commit | 47902702b3e6390de05f8fca2bc457936af9f5c1 (patch) | |
tree | 753d16520120953a54bedae8cb197f7d0672bfac /docs-xml/smbdotconf/security | |
parent | aad30c062fd176fa15994a44a0178d51764cdbf7 (diff) | |
download | samba-47902702b3e6390de05f8fca2bc457936af9f5c1.tar.gz samba-47902702b3e6390de05f8fca2bc457936af9f5c1.tar.bz2 samba-47902702b3e6390de05f8fca2bc457936af9f5c1.zip |
smb.conf(5): Fix mixing of tabs and spaces.
Diffstat (limited to 'docs-xml/smbdotconf/security')
-rw-r--r-- | docs-xml/smbdotconf/security/lognttokencommand.xml | 2 | ||||
-rw-r--r-- | docs-xml/smbdotconf/security/sambakcccommand.xml | 2 | ||||
-rw-r--r-- | docs-xml/smbdotconf/security/tlsenabled.xml | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/docs-xml/smbdotconf/security/lognttokencommand.xml b/docs-xml/smbdotconf/security/lognttokencommand.xml index 69703b5b2f..33ec23b810 100644 --- a/docs-xml/smbdotconf/security/lognttokencommand.xml +++ b/docs-xml/smbdotconf/security/lognttokencommand.xml @@ -1,6 +1,6 @@ <samba:parameter name="log nt token command" context="G" - type="string" + type="string" advanced="1" developer="1" xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> diff --git a/docs-xml/smbdotconf/security/sambakcccommand.xml b/docs-xml/smbdotconf/security/sambakcccommand.xml index 6f6ba14fc0..9621792c9f 100644 --- a/docs-xml/smbdotconf/security/sambakcccommand.xml +++ b/docs-xml/smbdotconf/security/sambakcccommand.xml @@ -1,6 +1,6 @@ <samba:parameter name="samba kcc command" context="G" - type="string" + type="string" advanced="1" xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> diff --git a/docs-xml/smbdotconf/security/tlsenabled.xml b/docs-xml/smbdotconf/security/tlsenabled.xml index 9bd736a5c1..106dddade6 100644 --- a/docs-xml/smbdotconf/security/tlsenabled.xml +++ b/docs-xml/smbdotconf/security/tlsenabled.xml @@ -1,8 +1,8 @@ <samba:parameter name="tls enabled" - type="boolean" + type="boolean" context="G" basic="1" - xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>If this option is set to <constant>yes</constant>, then Samba will use TLS when possible in communication.</para> |