]> git.sur5r.net Git - openldap/blobdiff - tests/data/acl.out.master
allow a friendly behavior of write stress testers...
[openldap] / tests / data / acl.out.master
index 023e1a7fc86b12855272dd32dbcaab1eac82d20f..db6c1fb0157aecec6462cc674c7afe3c8560d956 100644 (file)
@@ -1,6 +1,5 @@
 # Try to read an entry inside the Alumni Association container.
 # It should give us noSuchObject if we're not bound...
-No such object (32)
 # ... and should return all attributes if we're bound as anyone
 # under Example.
 dn: cn=James A Jones 1,ou=Alumni Association,ou=People,dc=example,dc=com
@@ -22,6 +21,22 @@ facsimileTelephoneNumber: +1 313 555 4332
 telephoneNumber: +1 313 555 0895
 
 # Using ldapsearch to retrieve all the entries...
+dn: ou=Add & Delete,dc=example,dc=com
+objectClass: organizationalUnit
+ou: Add & Delete
+
+dn: cn=Added by Bjorn (must succeed),ou=Add & Delete,dc=example,dc=com
+objectClass: inetOrgPerson
+cn: Added by Bjorn (must succeed)
+sn: None
+description: this attribute value has been added __after__entry creation
+description: Bjorn will try to delete this attribute value (should fail)
+
+dn: cn=Added by Bjorn (renamed by Jaj),ou=Add & Delete,dc=example,dc=com
+objectClass: inetOrgPerson
+sn: None
+cn: Added by Bjorn (renamed by Jaj)
+
 dn: cn=All Staff,ou=Groups,dc=example,dc=com
 member: cn=Manager,dc=example,dc=com
 member: cn=Barbara Jensen,ou=Information Technology Division,ou=People,dc=exam