From dd3eb7142ca85e7be566eddb2498e1bb2c471a26 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Tue, 18 Jun 2013 15:48:40 +0000
Subject: [PATCH] Typos
---
opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-privileges-acis.xml | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-privileges-acis.xml b/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-privileges-acis.xml
index ac10d27..644b0b7 100644
--- a/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-privileges-acis.xml
+++ b/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-privileges-acis.xml
@@ -28,7 +28,7 @@
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:schemaLocation='http://docbook.org/ns/docbook http://docbook.org/xml/5.0/xsd/docbook.xsd'
xmlns:xlink='http://www.w3.org/1999/xlink'
- >
+ xmlns:xinclude='http://www.w3.org/2001/XInclude'>
<title>Configuring Privileges & Access Control</title>
<para>OpenDJ supports two mechanisms to protect access to the directory,
@@ -613,7 +613,7 @@
<literal>uid=bjensen,ou=People,dc=example,dc=com</literal> to add an entry
is:</para>
<programlisting language="ldif">aci: (version 3.0;acl "Add entry"; allow (add)(userdn =
- "ldap://uid=bjensen,ou=People,dc=example,dc=com");)
+ "ldap:///uid=bjensen,ou=People,dc=example,dc=com");)
</programlisting>
</listitem>
</varlistentry>
@@ -639,7 +639,7 @@
values against the <literal>sn</literal> attribute is:</para>
<programlisting language="ldif">aci: (targetattr = "sn")(version 3.0;acl "Compare surname";
allow (compare)(userdn =
- "ldap://uid=bjensen,ou=People,dc=example,dc=com");)
+ "ldap:///uid=bjensen,ou=People,dc=example,dc=com");)
</programlisting>
</listitem>
</varlistentry>
@@ -654,7 +654,7 @@
<literal>uid=bjensen,ou=People,dc=example,dc=com</literal> to delete an
entry is:</para>
<programlisting language="ldif">aci: (version 3.0;acl "Delete entry"; allow (delete)
- (userdn = "ldap://uid=bjensen,ou=People,dc=example,dc=com");)
+ (userdn = "ldap:///uid=bjensen,ou=People,dc=example,dc=com");)
</programlisting>
</listitem>
</varlistentry>
@@ -671,7 +671,7 @@
<literal>description</literal> attribute in an entry is:</para>
<programlisting language="ldif">aci: (targetattr = "description")(version 3.0;
acl "Modify description"; allow (write)(userdn =
- "ldap://uid=bjensen,ou=People,dc=example,dc=com");)
+ "ldap:///uid=bjensen,ou=People,dc=example,dc=com");)
</programlisting>
</listitem>
</varlistentry>
@@ -693,7 +693,7 @@
locations:</para>
<programlisting language="ldif">aci: (targetattr = "uid")(version 3.0;acl "Rename uid= entries";
allow (write, import, export)(userdn =
- "ldap://uid=bjensen,ou=People,dc=example,dc=com");)
+ "ldap:///uid=bjensen,ou=People,dc=example,dc=com");)
</programlisting>
</listitem>
</varlistentry>
@@ -716,7 +716,7 @@
matching entries is:</para>
<programlisting language="ldif">aci: (targetattr = "uid")(version 3.0;acl "Search and read uid";
allow (search, read)(userdn =
- "ldap://uid=bjensen,ou=People,dc=example,dc=com");)
+ "ldap:///uid=bjensen,ou=People,dc=example,dc=com");)
</programlisting>
</listitem>
</varlistentry>
--
Gitblit v1.10.0