docs: Fix documentation for require_membership_of of pam_winbind
authorAndreas Schneider <asn@samba.org>
Thu, 9 Jul 2020 09:48:26 +0000 (11:48 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 10 Jul 2020 09:40:37 +0000 (09:40 +0000)
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

docs-xml/manpages/pam_winbind.8.xml

index 622e9e188d9ead3fec4f849a1d973543eeacb714..32030ef0ecc2535a3e07589b79f3a6a0d0995b42 100644 (file)
                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: <parameter>MYDOMAIN\mygroup</parameter> or
-               <parameter>MYDOMAIN\myuser</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>.
+               <parameter>MYDOMAIN\myuser</parameter> (where '\' character corresponds to the value of
+               <parameter>winbind separator</parameter> parameter). It is also possible to use a UPN in the form
+               <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>