summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2014-05-06 14:56:46 +1200
committerAndrew Bartlett <abartlet@samba.org>2014-07-07 23:32:35 +0200
commit93448f4be92d4e018aaf2f9705f0351360b2ed0f (patch)
tree5a7651887fee82581d6c062b1fc8bfb176ac1d42 /docs-xml
parentd6486cf0d2bb206dd20b4e5ee2e17f1e770eeea7 (diff)
downloadsamba-93448f4be92d4e018aaf2f9705f0351360b2ed0f.tar.gz
param: change a number of parameters from P_LIST to P_CMDLIST
These parameters are being changed to use their original syntax to match source3. netbios aliases, interfaces, auth methods, invalid users, valid users, admin users, read list, write list, hosts allow, hosts deny, preload modules, smb ports, name resolve order, svcctl list, cluster addresses, init logon delayed hosts, wins server, eventlog list, usershare prefix allow list, usershare prefix deny list, vfs objects, winbind nss info The documentation has also been changed to be consistent with the change. Change-Id: I536481098a508e0366c910b180f2db6a6f0634a9 Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Nadezhda Ivanova <nivanova@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/smbdotconf/protocol/nameresolveorder.xml4
-rw-r--r--docs-xml/smbdotconf/protocol/smbports.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs-xml/smbdotconf/protocol/nameresolveorder.xml b/docs-xml/smbdotconf/protocol/nameresolveorder.xml
index 387bc9db48c..662c3fbee95 100644
--- a/docs-xml/smbdotconf/protocol/nameresolveorder.xml
+++ b/docs-xml/smbdotconf/protocol/nameresolveorder.xml
@@ -65,6 +65,6 @@
</description>
-<value type="default">lmhosts, wins, host, bcast</value>
-<value type="example">lmhosts, bcast, host</value>
+<value type="default">lmhosts wins host bcast</value>
+<value type="example">lmhosts bcast host</value>
</samba:parameter>
diff --git a/docs-xml/smbdotconf/protocol/smbports.xml b/docs-xml/smbdotconf/protocol/smbports.xml
index c5bec22e410..aaf4919db03 100644
--- a/docs-xml/smbdotconf/protocol/smbports.xml
+++ b/docs-xml/smbdotconf/protocol/smbports.xml
@@ -7,5 +7,5 @@
<para>Specifies which ports the server should listen on for SMB traffic.</para>
</description>
-<value type="default">445, 139</value>
+<value type="default">445 139</value>
</samba:parameter>