From d7dc065a91bcd1a075c219c89aec4f06cb811925 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 14 Sep 2001 12:30:14 +0000 Subject: Update manpage for new 'add machine script' paramater (This used to be commit 68dc525e8e7906a8618b6d28c5543ce89768563d) --- docs/docbook/manpages/smb.conf.5.sgml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'docs') diff --git a/docs/docbook/manpages/smb.conf.5.sgml b/docs/docbook/manpages/smb.conf.5.sgml index eab2a277e6..ff56260f2b 100644 --- a/docs/docbook/manpages/smb.conf.5.sgml +++ b/docs/docbook/manpages/smb.conf.5.sgml @@ -589,6 +589,7 @@ add printer command add share command add user script + add machine script allow trusted domains announce as announce version @@ -996,6 +997,25 @@ + + add machine script (G) + This is the full pathname to a script that will + be run by smbd(8) when a machine is added + to it's domain using the administrator username and password method. + + This option is only required when using sam backends tied to the + unix uid method of RID calculation such as smbpasswd. This option is only + avaliable in Samba 3.0. + + Default: add user script = <empty string> + + + Example: add machine script = /usr/sbin/adduser -n -g machines -c Machine -d /dev/null -s /bin/false %u + + + + + add user script (G) This is the full pathname to a script that will -- cgit