mirror of
https://github.com/samba-team/samba.git
synced 2024-12-29 11:21:54 +03:00
Fix syntax errors
This commit is contained in:
parent
934dbcb1ae
commit
c7f18b38e6
@ -208,7 +208,7 @@ Join a domain. If the account already exists on the server, and
|
|||||||
[TYPE] is MEMBER, the machine will attempt to join automatically.
|
[TYPE] is MEMBER, the machine will attempt to join automatically.
|
||||||
(Assuming that the machine has been created in server manager)
|
(Assuming that the machine has been created in server manager)
|
||||||
Otherwise, a password will be prompted for, and a new account may
|
Otherwise, a password will be prompted for, and a new account may
|
||||||
be created.</param>
|
be created.</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
[TYPE] may be PDC, BDC or MEMBER to specify the type of server
|
[TYPE] may be PDC, BDC or MEMBER to specify the type of server
|
||||||
@ -224,6 +224,7 @@ using the old style of domain joining - you need to create a trust
|
|||||||
account in server manager first.</para>
|
account in server manager first.</para>
|
||||||
</refsect2>
|
</refsect2>
|
||||||
|
|
||||||
|
<refsect2>
|
||||||
<title>[RPC|ADS] USER</title>
|
<title>[RPC|ADS] USER</title>
|
||||||
|
|
||||||
<refsect3>
|
<refsect3>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
|
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
|
||||||
<!ENTITY % globalentities SYSTEM '../global.ent'> %globalentities;
|
<!ENTITY % globalentities SYSTEM '../global.ent'> %globalentities;
|
||||||
]>
|
]>
|
||||||
<refentry id="ntlm_auth.1">
|
<refentry id="ntlm-auth.1">
|
||||||
|
|
||||||
<refmeta>
|
<refmeta>
|
||||||
<refentrytitle>ntlm_auth</refentrytitle>
|
<refentrytitle>ntlm_auth</refentrytitle>
|
||||||
@ -41,6 +41,7 @@
|
|||||||
<refsect1>
|
<refsect1>
|
||||||
<title>OPTIONS</title>
|
<title>OPTIONS</title>
|
||||||
|
|
||||||
|
<variablelist>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>--helper-protocol=PROTO</term>
|
<term>--helper-protocol=PROTO</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
|
Loading…
Reference in New Issue
Block a user