From: Andreas Schneider Date: Thu, 9 Jul 2020 09:48:26 +0000 (+0200) Subject: docs: Fix documentation for require_membership_of of pam_winbind X-Git-Tag: samba-4.11.12~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76d466f579f13fa116ecd0b5c2395387415cae55;p=thirdparty%2Fsamba.git 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 Reviewed-by: Alexander Bokovoy (cherry picked from commit 4c74db6978c682f8ba4e74a6ee8157cfcbb54971) --- diff --git a/docs-xml/manpages/pam_winbind.8.xml b/docs-xml/manpages/pam_winbind.8.xml index a9a227f1647..a61fb2d58e5 100644 --- a/docs-xml/manpages/pam_winbind.8.xml +++ b/docs-xml/manpages/pam_winbind.8.xml @@ -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 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: MYDOMAIN\mygroup or - MYDOMAIN\myuser. 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 wbinfo --user-sids=SID. + MYDOMAIN\myuser (where '\' character corresponds to the value of + winbind separator parameter). It is also possible to use a UPN in the form + user@REALM or group@REALM. 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 wbinfo --user-sids=SID.