typos
This commit is contained in:
parent
a6b39d522f
commit
9198187a26
|
@ -257,7 +257,7 @@ semodule -i httpdlocal.pp</programlisting>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>directory contents must be accessible by browser but directory
|
<para>directory contents must be accessible by browser but directory
|
||||||
itself needs not to be browseable</para>
|
itself needs not to be browsable</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
@ -2283,7 +2283,7 @@ AuthorizedKeysCommandUser root</literallayout>
|
||||||
security reasons.</para>
|
security reasons.</para>
|
||||||
|
|
||||||
<para>The user name can either be a fixed name (e.g. "admin") or it can
|
<para>The user name can either be a fixed name (e.g. "admin") or it can
|
||||||
be generated with LDAP attributes of the LAM admn user. E.g. $uid$ will
|
be generated with LDAP attributes of the LAM admin user. E.g. $uid$ will
|
||||||
be transformed to "myUser" if you login with
|
be transformed to "myUser" if you login with
|
||||||
"uid=myUser,ou=people,dc=example,dc=com".</para>
|
"uid=myUser,ou=people,dc=example,dc=com".</para>
|
||||||
|
|
||||||
|
@ -5840,7 +5840,7 @@ OK (10 msec)</programlisting>
|
||||||
<para>LAM Pro allows you to execute scripts whenever an account is
|
<para>LAM Pro allows you to execute scripts whenever an account is
|
||||||
created, modified or deleted. This can be useful to automate processes
|
created, modified or deleted. This can be useful to automate processes
|
||||||
which needed manual work afterwards (e.g. sending your user a welcome mail
|
which needed manual work afterwards (e.g. sending your user a welcome mail
|
||||||
or register a mailbox). Additionally, you can specify manual scipts that
|
or register a mailbox). Additionally, you can specify manual scripts that
|
||||||
can be executed from within LAM Pro.</para>
|
can be executed from within LAM Pro.</para>
|
||||||
|
|
||||||
<para>To activate this feature please add the "Custom scripts" module to
|
<para>To activate this feature please add the "Custom scripts" module to
|
||||||
|
|
|
@ -1153,7 +1153,7 @@
|
||||||
<para>To enable this feature please activate the checkbox "Enable
|
<para>To enable this feature please activate the checkbox "Enable
|
||||||
password self reset link".</para>
|
password self reset link".</para>
|
||||||
|
|
||||||
<para><emphasis role="bold">Hint:</emphasis> Plese note that LAM Pro
|
<para><emphasis role="bold">Hint:</emphasis> Please note that LAM Pro
|
||||||
uses security questions by default. Activate confirmation mails and then
|
uses security questions by default. Activate confirmation mails and then
|
||||||
deactivate security questions if you want to use only email
|
deactivate security questions if you want to use only email
|
||||||
validation.</para>
|
validation.</para>
|
||||||
|
|
|
@ -1026,7 +1026,7 @@ abstract class baseModule {
|
||||||
* <li><b>Text (required)</b><br>
|
* <li><b>Text (required)</b><br>
|
||||||
* The text of the help entry which may contain any alphanumeric characters.</li>
|
* The text of the help entry which may contain any alphanumeric characters.</li>
|
||||||
* <li><b>SeeAlso (optional)</b><br>
|
* <li><b>SeeAlso (optional)</b><br>
|
||||||
* A reference to anonther related web site. It must be an array containing a field called "text" with the link text
|
* A reference to another related web site. It must be an array containing a field called "text" with the link text
|
||||||
* that should be displayed and a field called "link" which is the link target.</li>
|
* that should be displayed and a field called "link" which is the link target.</li>
|
||||||
* </ul>
|
* </ul>
|
||||||
* <br>
|
* <br>
|
||||||
|
|
Loading…
Reference in New Issue