diff options
author | Alexander Bokovoy <ab@samba.org> | 2008-04-07 05:43:55 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:45 -0500 |
commit | cc8cfd8e9108b4cbf3c0ef3f1c7daf2c1990de47 (patch) | |
tree | b60d8101e6ece8f5b9840c4a15f29d55bbaa221f /docs/smbdotconf | |
parent | cf820a7ba0f1b41545817157382d20e642f9ef75 (diff) | |
download | samba-cc8cfd8e9108b4cbf3c0ef3f1c7daf2c1990de47.tar.gz samba-cc8cfd8e9108b4cbf3c0ef3f1c7daf2c1990de47.tar.bz2 samba-cc8cfd8e9108b4cbf3c0ef3f1c7daf2c1990de47.zip |
Fix more entries with back slashes that need to use literal formatting
(This used to be commit 0dd087ade47d3dc7e916e5c661ea99b6a0ac343d)
Diffstat (limited to 'docs/smbdotconf')
-rw-r--r-- | docs/smbdotconf/ldap/clientldapsaslwrapping.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/smbdotconf/ldap/clientldapsaslwrapping.xml b/docs/smbdotconf/ldap/clientldapsaslwrapping.xml index f0a16a4f2b..a926cec645 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" + "<literal>HKLM\System\CurrentControlSet\Services\</literal> + <literal>NTDS\Parameters\LDAPServerIntegrity</literal>" on the Windows server side. </para> |