The branch, master has been updated
       via  4c74db6978c docs: Fix documentation for require_membership_of of 
pam_winbind
      from  cd4122d91e9 winbind: Fix lookuprids cache problem

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 4c74db6978c682f8ba4e74a6ee8157cfcbb54971
Author: Andreas Schneider <[email protected]>
Date:   Thu Jul 9 11:48:26 2020 +0200

    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 <[email protected]>
    Reviewed-by: Alexander Bokovoy <[email protected]>
    
    Autobuild-User(master): Andreas Schneider <[email protected]>
    Autobuild-Date(master): Fri Jul 10 09:40:37 UTC 2020 on sn-devel-184

-----------------------------------------------------------------------

Summary of changes:
 docs-xml/manpages/pam_winbind.8.xml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/docs-xml/manpages/pam_winbind.8.xml 
b/docs-xml/manpages/pam_winbind.8.xml
index 622e9e188d9..32030ef0ecc 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: 
<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>


-- 
Samba Shared Repository

Reply via email to