]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
docs-xml: Fix usernames in pam_winbind manpages
authorAndreas Schneider <asn@samba.org>
Tue, 28 Apr 2020 15:25:35 +0000 (17:25 +0200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 18 May 2020 09:23:44 +0000 (09:23 +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): Wed Apr 29 09:44:55 UTC 2020 on sn-devel-184

(cherry picked from commit 3abd92d7824e803f1ff53425088ebee30b58894b)

Autobuild-User(v4-10-test): Karolin Seeger <kseeger@samba.org>
Autobuild-Date(v4-10-test): Mon May 18 09:23:44 UTC 2020 on sn-devel-144

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

index b8af5b54c58ecc148eaeb93ce8a5d610d2a63349..a9a227f164748a4bf8ebe9762ba1fdf6e8cda071 100644 (file)
@@ -83,8 +83,8 @@
                <listitem><para>
                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
+               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>.
                </para>
index 537007ba2fade6c2f87d652a86cc260156e6f3ae..fcac1ee7036a8351bb12f65981acb767f45b3e01 100644 (file)
@@ -68,8 +68,8 @@
                <listitem><para>
                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
+               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.
                </para>