diff options
author | Gerald Carter <jerry@samba.org> | 2002-02-19 16:47:59 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2002-02-19 16:47:59 +0000 |
commit | 34ab1844469b8e98ad2a2a30e5fd21fb7375f894 (patch) | |
tree | e6b84fe85800741ddf023620cbe98106ce105542 /docs/docbook | |
parent | d04aeaace97b5328de5fb6b04b843a1f18ea30f0 (diff) | |
download | samba-34ab1844469b8e98ad2a2a30e5fd21fb7375f894.tar.gz samba-34ab1844469b8e98ad2a2a30e5fd21fb7375f894.tar.bz2 samba-34ab1844469b8e98ad2a2a30e5fd21fb7375f894.zip |
merge from 2.2
(This used to be commit 8b357e6551c3a91aa7017ae8dcf38558f15f1c0b)
Diffstat (limited to 'docs/docbook')
-rw-r--r-- | docs/docbook/manpages/smb.conf.5.sgml | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/docs/docbook/manpages/smb.conf.5.sgml b/docs/docbook/manpages/smb.conf.5.sgml index ac428f88d1..5779f72da5 100644 --- a/docs/docbook/manpages/smb.conf.5.sgml +++ b/docs/docbook/manpages/smb.conf.5.sgml @@ -1068,8 +1068,8 @@ <emphasis>ON DEMAND</emphasis> when a user accesses the Samba server.</para> <para>In order to use this option, <ulink url="smbd.8.html">smbd</ulink> - must be set to <parameter>security = server</parameter> or <parameter> - security = domain</parameter> and <parameter>add user script</parameter> + must <emphasis>NOT</emphasis> be set to <parameter>security = share</parameter> + and <parameter>add user script</parameter> must be set to a full pathname for a script that will create a UNIX user given one argument of <parameter>%u</parameter>, which expands into the UNIX user name to create.</para> @@ -1879,19 +1879,11 @@ Windows NT user no longer exists.</para> <para>In order to use this option, <command>smbd</command> must be - set to <parameter>security = domain</parameter> and <parameter>delete - user script</parameter> must be set to a full pathname for a script - that will delete a UNIX user given one argument of <parameter>%u - </parameter>, which expands into the UNIX user name to delete. - <emphasis>NOTE</emphasis> that this is different to the <link - linkend="ADDUSERSCRIPT"><parameter>add user script</parameter></link> - which will work with the <parameter>security = server</parameter> option - as well as <parameter>security = domain</parameter>. The reason for this - is only when Samba is a domain member does it get the information - on an attempted user logon that a user no longer exists. In the - <parameter>security = server</parameter> mode a missing user - is treated the same as an invalid password logon attempt. Deleting - the user in this circumstance would not be a good idea.</para> + set to <parameter>security = domain</parameter> or <parameter>security = + user</parameter> and <parameter>delete user script</parameter> + must be set to a full pathname for a script + that will delete a UNIX user given one argument of <parameter>%u</parameter>, + which expands into the UNIX user name to delete.</para> <para>When the Windows user attempts to access the Samba server, at <emphasis>login</emphasis> (session setup in the SMB protocol) |