Skip to content
Snippets Groups Projects
Commit 1d420df7 authored by Jan Synacek's avatar Jan Synacek Committed by Quanah Gibson-Mount
Browse files

ITS#7423 Update slapo-constraint tests

parent b9f7fb07
No related branches found
No related tags found
No related merge requests found
Showing
with 44 additions and 17 deletions
......@@ -12,6 +12,8 @@ OK
OK
OK
OK
OK
FAIL
FAIL
FAIL
FAIL
......
......@@ -3,3 +3,23 @@ objectclass: dcObject
objectclass: organization
dc: example
o: My Domain corp.
dn: ou=users,dc=example,dc=com
ou: users
objectclass: organizationalUnit
dn: ou=groups,dc=example,dc=com
ou: groups
objectclass: organizationalUnit
dn: uid=1,ou=groups,dc=example,dc=com
objectclass: inetOrgPerson
cn: test 1
sn: test1
uid: 1
dn: uid=2,ou=groups,dc=example,dc=com
objectclass: inetOrgPerson
cn: test 2
sn: test2
uid: 2
dn: cn=John Doe,dc=example,dc=com
dn: cn=John Doe,ou=users,dc=example,dc=com
changetype: modify
add: mail
mail: b@example.com
......
dn: cn=John Doe,dc=example,dc=com
dn: cn=John Doe,ou=users,dc=example,dc=com
changetype: modify
add: mail
mail: b@example.com
......
dn: cn=John Doe,dc=example,dc=com
dn: cn=John Doe,ou=users,dc=example,dc=com
changetype: modify
add: mail
mail: b@example.com
......
dn: cn=John Doe,dc=example,dc=com
dn: cn=John Doe,ou=users,dc=example,dc=com
changetype: modify
add: mail
mail: b@example.com
......
dn: cn=John Doe,dc=example,dc=com
dn: cn=John Doe,ou=users,dc=example,dc=com
changetype: modify
add: mail
mail: b@example.com
......
dn: cn=John Doe,dc=example,dc=com
dn: cn=John Doe,ou=users,dc=example,dc=com
changetype: modify
replace: mail
mail: a@example.com
......
dn: cn=John Doe,dc=example,dc=com
dn: cn=John Doe,ou=users,dc=example,dc=com
changetype: modify
replace: mail
mail: a@example.com
......
dn: cn=John Doe,dc=example,dc=com
dn: cn=John Doe,ou=users,dc=example,dc=com
changetype: modify
add: mail
mail: b@example.com
......
dn: cn=John Doe,dc=example,dc=com
dn: cn=John Doe,ou=users,dc=example,dc=com
changetype: modify
add: mail
mail: b@example.com
......
dn: cn=John Doe,dc=example,dc=com
dn: cn=John Doe,ou=users,dc=example,dc=com
changetype: modify
add: mail
mail: example@not-allowed.com
dn: cn=John Doe,dc=example,dc=com
dn: cn=John Doe,ou=users,dc=example,dc=com
changetype: modify
delete: mail
mail: original@example.com
......
dn: cn=John Doe,dc=example,dc=com
dn: cn=John Doe,ou=users,dc=example,dc=com
changetype: modify
delete: mail
mail: original@example.com
......
dn: cn=John Doe,dc=example,dc=com
dn: cn=John Doe,ou=users,dc=example,dc=com
changetype: modify
replace: givenname
givenname: Joe
dn: cn=John Doe,dc=example,dc=com
dn: cn=John Doe,ou=users,dc=example,dc=com
changetype: modify
replace: sn
sn: Down
dn: cn=John Doe,ou=users,dc=example,dc=com
changetype: modify
replace: uid
uid: 3
dn: cn=John Doe,dc=example,dc=com
dn: cn=John Doe,ou=users,dc=example,dc=com
changetype: modify
delete: mail
dn: cn=John Doe,dc=example,dc=com
dn: cn=John Doe,ou=users,dc=example,dc=com
changetype: modify
replace: mail
mail: a@example.com
......
dn: cn=John Doe,dc=example,dc=com
dn: cn=John Doe,ou=users,dc=example,dc=com
changetype: modify
replace: mail
mail: a@example.com
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment