docs: Fix documentation for require_membership_of of pam_winbind.conf
authorAndreas Schneider <asn@samba.org>
Fri, 17 Jul 2020 10:14:16 +0000 (12:14 +0200)
committerKarolin Seeger <kseeger@samba.org>
Thu, 6 Aug 2020 13:32:38 +0000 (13:32 +0000)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14358

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Isaac Boukris <iboukris@samba.org>
(cherry picked from commit 71b7140fd0a33e7e8c5bf37c2897cea8224b3f01)

docs-xml/manpages/pam_winbind.conf.5.xml

index c4a7771fb31ccf4e308540e04c6774c51882e5f1..0bc288f91a1b2ded882e4e81c213640f01a86f81 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>. This setting is empty by default.
+               <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>.
+               This setting is empty by default.
                </para>
                <para>This option only operates during password authentication, and will not restrict access if a password is not required for any reason (such as SSH key-based login).</para>
                </listitem>