mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
docs: Fix documentation for require_membership_of of pam_winbind
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14358 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Fri Jul 10 09:40:37 UTC 2020 on sn-devel-184
This commit is contained in:
committed by
Andreas Schneider
parent
cd4122d91e
commit
4c74db6978
@ -84,9 +84,11 @@
|
|||||||
If this option is set, pam_winbind will only succeed if the user is a member of the given SID or NAME. A SID
|
If this option is set, pam_winbind will only succeed if the user is a member of the given SID or NAME. A SID
|
||||||
can be either a group-SID, an alias-SID or even an user-SID. It is also possible to give a NAME instead of the
|
can be either a group-SID, an alias-SID or even an user-SID. It is also possible to give a NAME instead of the
|
||||||
SID. That name must have the form: <parameter>MYDOMAIN\mygroup</parameter> or
|
SID. That name must have the form: <parameter>MYDOMAIN\mygroup</parameter> or
|
||||||
<parameter>MYDOMAIN\myuser</parameter>. pam_winbind will, in that case, lookup the SID internally. Note that
|
<parameter>MYDOMAIN\myuser</parameter> (where '\' character corresponds to the value of
|
||||||
NAME may not contain any spaces. It is thus recommended to only use SIDs. You can verify the list of SIDs a
|
<parameter>winbind separator</parameter> parameter). It is also possible to use a UPN in the form
|
||||||
user is a member of with <command>wbinfo --user-sids=SID</command>.
|
<parameter>user@REALM</parameter> or <parameter>group@REALM</parameter>. pam_winbind will, in that case, lookup
|
||||||
|
the SID internally. Note that NAME may not contain any spaces. It is thus recommended to only use SIDs. You can
|
||||||
|
verify the list of SIDs a user is a member of with <command>wbinfo --user-sids=SID</command>.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Reference in New Issue
Block a user