]> 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>
Thu, 14 May 2020 15:42:16 +0000 (15:42 +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-11-test): Karolin Seeger <kseeger@samba.org>
Autobuild-Date(v4-11-test): Thu May 14 15:42:16 UTC 2020 on sn-devel-184

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 a5aaa01504db0e2bf14292f94689c2c573a7a5de..193a0dc971c44fb251d09bb143eab8e95e651a2a 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>