From 93448f4be92d4e018aaf2f9705f0351360b2ed0f Mon Sep 17 00:00:00 2001 From: Garming Sam Date: Tue, 6 May 2014 14:56:46 +1200 Subject: 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 Reviewed-by: Andrew Bartlett Reviewed-by: Nadezhda Ivanova --- docs-xml/smbdotconf/protocol/nameresolveorder.xml | 4 ++-- docs-xml/smbdotconf/protocol/smbports.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs-xml') diff --git a/docs-xml/smbdotconf/protocol/nameresolveorder.xml b/docs-xml/smbdotconf/protocol/nameresolveorder.xml index 387bc9db48..662c3fbee9 100644 --- a/docs-xml/smbdotconf/protocol/nameresolveorder.xml +++ b/docs-xml/smbdotconf/protocol/nameresolveorder.xml @@ -65,6 +65,6 @@ -lmhosts, wins, host, bcast -lmhosts, bcast, host +lmhosts wins host bcast +lmhosts bcast host diff --git a/docs-xml/smbdotconf/protocol/smbports.xml b/docs-xml/smbdotconf/protocol/smbports.xml index c5bec22e41..aaf4919db0 100644 --- a/docs-xml/smbdotconf/protocol/smbports.xml +++ b/docs-xml/smbdotconf/protocol/smbports.xml @@ -7,5 +7,5 @@ Specifies which ports the server should listen on for SMB traffic. -445, 139 +445 139 -- cgit