From b222f37839ec18895198f6f7610f1c2e0bad052d Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Mon, 7 Apr 2008 05:43:55 +0000 Subject: [PATCH] Fix more entries with back slashes that need to use literal formatting --- docs/manpages-3/smb.conf.5.xml | 2 +- docs/smbdotconf/ldap/clientldapsaslwrapping.xml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/manpages-3/smb.conf.5.xml b/docs/manpages-3/smb.conf.5.xml index 0e00f8517be..ff94ab696e0 100644 --- a/docs/manpages-3/smb.conf.5.xml +++ b/docs/manpages-3/smb.conf.5.xml @@ -772,7 +772,7 @@ chmod 1770 /usr/local/samba/lib/usershares The registry configuration can be accessed with tools like regedit or net rpc registry in the key - HKLM\Software\Samba\smbconf. + HKLM\Software\Samba\smbconf. More conveniently, the conf subcommand of the net diff --git a/docs/smbdotconf/ldap/clientldapsaslwrapping.xml b/docs/smbdotconf/ldap/clientldapsaslwrapping.xml index f0a16a4f2b1..a926cec6458 100644 --- a/docs/smbdotconf/ldap/clientldapsaslwrapping.xml +++ b/docs/smbdotconf/ldap/clientldapsaslwrapping.xml @@ -21,7 +21,8 @@ This option is needed in the case of Domain Controllers enforcing the usage of signed LDAP connections (e.g. Windows 2000 SP3 or higher). LDAP sign and seal can be controlled with the registry key - "HKLM\System\CurrentControlSet\Services\ NTDS\Parameters\LDAPServerIntegrity" + "HKLM\System\CurrentControlSet\Services\ + NTDS\Parameters\LDAPServerIntegrity" on the Windows server side. -- 2.11.4.GIT