diff options
author | Alexander Bokovoy <ab@samba.org> | 2004-04-08 12:37:02 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:45:46 -0500 |
commit | d9e6b361888e2492991be6522e0113cf30c63694 (patch) | |
tree | 5bb7433a544ffd8f6973f80898174d57efe0aa9a /docs/manpages | |
parent | 2ef8f9a5fafc7c66f46405bad09c4098d6ee37df (diff) | |
download | samba-d9e6b361888e2492991be6522e0113cf30c63694.tar.gz samba-d9e6b361888e2492991be6522e0113cf30c63694.tar.bz2 samba-d9e6b361888e2492991be6522e0113cf30c63694.zip |
Document --require-membership-of={SID|Name}
(This used to be commit 83e7f9692302a7c459dda7ef35e26b836c85c23f)
Diffstat (limited to 'docs/manpages')
-rw-r--r-- | docs/manpages/ntlm_auth.1.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/manpages/ntlm_auth.1.xml b/docs/manpages/ntlm_auth.1.xml index fc5b34c3e4..422b58fc4e 100644 --- a/docs/manpages/ntlm_auth.1.xml +++ b/docs/manpages/ntlm_auth.1.xml @@ -198,6 +198,13 @@ or prompts for one.</para> </listitem> </varlistentry> + + <varlistentry> + <term>--require-membership-of={SID|Name}</term> + <listitem><para>Require that a user be a member of specified + group (either name or SID) for authentication to succeed.</para> + </listitem> + </varlistentry> &popt.common.samba; &stdarg.help; @@ -223,6 +230,13 @@ auth_param basic credentialsttl 2 hours path, and that the group permissions on <filename>winbindd_privileged</filename> are as described above.</para></note> + <para>To setup ntlm_auth for use by squid 2.5 with group limitation in addition to the above + example, the following should be added to the <filename>squid.conf</filename> file. +<programlisting> +auth_param ntlm program ntlm_auth --helper-protocol=squid-2.5-ntlmssp --require-membership-of='WORKGROUP\Domain Users' +auth_param basic program ntlm_auth --helper-protocol=squid-2.5-basic --require-membership-of='WORKGROUP\Domain Users' +</programlisting></para> + </refsect1> <refsect1> |