summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-12-16 09:04:32 +0100
committerKarolin Seeger <kseeger@samba.org>2009-01-12 10:12:01 +0100
commit206808c2e88b832b1434a63a54581bbca2fa0434 (patch)
tree2dfc480b609c2de3d8a9d64fe59bdca907cf1be6
parenta436d9ea19d13a2dc4d870b62d0c4af4020dc7b2 (diff)
downloadsamba-206808c2e88b832b1434a63a54581bbca2fa0434.tar.gz
samba-206808c2e88b832b1434a63a54581bbca2fa0434.tar.xz
samba-206808c2e88b832b1434a63a54581bbca2fa0434.zip
docs: Fix typo in the idmap_ad manpage.
Karolin (cherry picked from commit b876e1336bed52e0823e0e88381d223bd6aa95e4) (cherry picked from commit 611ac35a694930693d2f773d15e59be138261a8e) (cherry picked from commit d54a1e49d5fe567bcda7c4c02f6ace2d03e189e9) (cherry picked from commit 2550b433e8764df83197ffb9f3a7088bbceeb215)
-rw-r--r--docs-xml/manpages-3/idmap_ad.8.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs-xml/manpages-3/idmap_ad.8.xml b/docs-xml/manpages-3/idmap_ad.8.xml
index a007b77f890..f488f2f4146 100644
--- a/docs-xml/manpages-3/idmap_ad.8.xml
+++ b/docs-xml/manpages-3/idmap_ad.8.xml
@@ -23,8 +23,8 @@
extensions. This module implements only the &quot;idmap&quot;
API, and is READONLY. Mappings must be provided in advance
by the administrator by adding the posixAccount/posixGroup
- classess and relative attribute/value pairs to the users and
- groups objects in AD</para>
+ classes and relative attribute/value pairs to the user and
+ group objects in the AD.</para>
</refsynopsisdiv>
<refsect1>
@@ -34,7 +34,7 @@
<varlistentry>
<term>range = low - high</term>
<listitem><para>
- Defines the available matching uid and gid range for which the
+ Defines the available matching UID and GID range for which the
backend is authoritative. Note that the range acts as a filter.
If specified any UID or GID stored in AD that fall outside the
range is ignored and the corresponding map is discarded.
@@ -47,7 +47,7 @@
<listitem><para>
Defines the schema that idmap_ad should use when querying
Active Directory regarding user and group information.
- This can either the RFC2307 schema support included
+ This can be either the RFC2307 schema support included
in Windows 2003 R2 or the Service for Unix (SFU) schema.
</para></listitem>
</varlistentry>