diff options
author | James Peach <jpeach@samba.org> | 2007-06-26 17:50:20 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:34 -0500 |
commit | 0c6d17474d364955c87a21fe0478d1ddf5e449c6 (patch) | |
tree | 57b44b385878da2543fbd131af0a5bfe2e4f6f1b /docs/smbdotconf/security/restrictanonymous.xml | |
parent | 028979a3ba9e74dbd347c270ce9d39978cab088c (diff) | |
download | samba-0c6d17474d364955c87a21fe0478d1ddf5e449c6.tar.gz samba-0c6d17474d364955c87a21fe0478d1ddf5e449c6.tar.bz2 samba-0c6d17474d364955c87a21fe0478d1ddf5e449c6.zip |
Double-up on some backslashes so they don't get interpreted by nroff.
(This used to be commit 5c12662d28a3317b37b510b20b4641713c373ac7)
Diffstat (limited to 'docs/smbdotconf/security/restrictanonymous.xml')
-rw-r--r-- | docs/smbdotconf/security/restrictanonymous.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/smbdotconf/security/restrictanonymous.xml b/docs/smbdotconf/security/restrictanonymous.xml index 1fbf983d54..29af7b257a 100644 --- a/docs/smbdotconf/security/restrictanonymous.xml +++ b/docs/smbdotconf/security/restrictanonymous.xml @@ -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 |