# ACIs with 8-bit characters.
# The attribute userPassword is a binary.
# So it MUST not be converted. We have to convert this file into UTF-8 and then change
# the line which contains the userPassword by the original line ( non converted ).
#
dn: o=��ndide R�iz
objectClass: top
objectClass: organization
o: ��ndide R�iz
dn: ou=Authentication Tests, o=��ndide R�iz
objectclass: top
objectclass: organizationalUnit
ou: Authentication Tests
description: Root for Authentication Tests.
aci: (target="ldap:///ou=Authentication Tests, o=��ndide R�iz")(targetattr="*")(version 3.0; acl "��ndide acl 1"; allow(read, search) userdn = "ldap:///cn=John, ou=Authentication Tests, o=��ndide R�iz";)
aci: (target="ldap:///ou=Authentication Tests, o=��ndide R�iz")(targetattr="*")(version 3.0; acl "��ndide acl 2"; allow(add) userdn = "ldap:///cn=Bill, ou=Authentication Tests, o=��ndide R�iz";)
aci: (target="ldap:///ou=Authentication Tests, o=��ndide R�iz")(targetattr="*")(version 3.0; acl "��ndide acl 3"; allow(add, write) userdn = "ldap:///cn=��ndide, ou=Authentication Tests, o=��ndide R�iz";)
aci: (target="ldap:///ou=Authentication Tests, o=��ndide R�iz")(targetattr="*")(version 3.0; acl "��ndide acl 4"; allow(all) userdn = "ldap:///cn=R�s��e, ou=Authentication Tests, o=��ndide R�iz";)
aci: (target="ldap:///ou=Authentication Tests, o=��ndide R�iz")(targetattr="seeAlso")(version 3.0; acl "��ndide acl 5"; deny(all) userdn = "ldap:///cn=R�s��e, ou=Authentication Tests, o=��ndide R�iz";)
# User with 7-bit DN and 7-bit passwords.
dn: cn=John, ou=Authentication Tests, o=��ndide R�iz
objectclass: top
objectclass: person
sn: Jeff
userPassword: siroe
# User with 7-bit DN and 8-bit passwords.
dn: cn=Bill, ou=Authentication Tests, o=��ndide R�iz
objectclass: top
objectclass: person
sn: Jeff
userPassword: sir��
# User with 8-bit DN and 7-bit passwords.
dn: cn=��ndide, ou=Authentication Tests, o=��ndide R�iz
objectclass: top
objectclass: person
sn: Jeff
userPassword: siroe
# User with 8-bit DN and 8-bit passwords.
dn: cn=R�s��e, ou=Authentication Tests, o=��ndide R�iz
objectclass: top
objectclass: person
sn: Jeff
userPassword: sir��