1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

Fix more entries with back slashes that need to use literal formatting

(This used to be commit 0dd087ade4)
This commit is contained in:
Alexander Bokovoy 2008-04-07 05:43:55 +00:00 committed by Gerald W. Carter
parent cf820a7ba0
commit cc8cfd8e91
2 changed files with 3 additions and 2 deletions

View File

@ -772,7 +772,7 @@ chmod 1770 /usr/local/samba/lib/usershares
The registry configuration can be accessed with
tools like <emphasis>regedit</emphasis> or <emphasis>net rpc
registry</emphasis> in the key
<emphasis>HKLM\Software\Samba\smbconf</emphasis>.
<emphasis><literal>HKLM\Software\Samba\smbconf</literal></emphasis>.
More conveniently, the <emphasis>conf</emphasis> subcommand of the
<citerefentry><refentrytitle>net</refentrytitle>

View File

@ -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>