docs-xml: Fix usernames in pam_winbind manpages
authorAndreas Schneider <asn@samba.org>
Tue, 28 Apr 2020 15:25:35 +0000 (17:25 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 29 Apr 2020 09:44:55 +0000 (09:44 +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

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

index 003020d8b7c3c4787a5e9c35244d6f5bd5a1136b..622e9e188d9ead3fec4f849a1d973543eeacb714 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 918450c4643273fd8563b7616c2bbb13c3ce9650..c4a7771fb31ccf4e308540e04c6774c51882e5f1 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>