mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
Double-up on some backslashes so they don't get interpreted by nroff.
(This used to be commit 5c12662d28a3317b37b510b20b4641713c373ac7)
This commit is contained in:
parent
028979a3ba
commit
0c6d17474d
@ -30,7 +30,7 @@
|
||||
|
||||
<para>The string can contain the macro <parameter moreinfo="none">%n</parameter> which is substituted
|
||||
for the new password. The chat sequence can also contain the standard
|
||||
macros \n, \r, \t and \s to
|
||||
macros \\n, \\r, \\t and \\s to
|
||||
give line-feed, carriage-return, tab and space. The chat sequence string can also contain
|
||||
a '*' which matches any sequence of characters. Double quotes can be used to collect strings with spaces
|
||||
in them into a single string.</para>
|
||||
@ -41,7 +41,7 @@
|
||||
|
||||
<para>If the <smbconfoption name="pam password change"/> parameter is set to <constant>yes</constant>, the
|
||||
chat pairs may be matched in any order, and success is determined by the PAM result, not any particular
|
||||
output. The \n macro is ignored for PAM conversions.
|
||||
output. The \\n macro is ignored for PAM conversions.
|
||||
</para>
|
||||
|
||||
</description>
|
||||
|
@ -8,8 +8,8 @@
|
||||
group list information is returned for an anonymous connection.
|
||||
and mirrors the effects of the
|
||||
<programlisting>
|
||||
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\
|
||||
Control\LSA\RestrictAnonymous
|
||||
HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\
|
||||
Control\\LSA\\RestrictAnonymous
|
||||
</programlisting>
|
||||
registry key in Windows 2000 and Windows NT. When set to 0, user
|
||||
and group list information is returned to anyone who asks. When set
|
||||
|
Loading…
x
Reference in New Issue
Block a user