From 56f5de36b78b35a3401a0fa7eb772ef8ad833a35 Mon Sep 17 00:00:00 2001 From: mkeyes <mkeyes@localhost> Date: Tue, 22 May 2007 14:15:28 +0000 Subject: [PATCH] Adding functional test cases for Issue 1489. ACI Proxy Rights Support. --- opends/tests/functional-tests/shared/data/aci/aci_startup.ldif | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/opends/tests/functional-tests/shared/data/aci/aci_startup.ldif b/opends/tests/functional-tests/shared/data/aci/aci_startup.ldif index 7446c6b..3224236 100644 --- a/opends/tests/functional-tests/shared/data/aci/aci_startup.ldif +++ b/opends/tests/functional-tests/shared/data/aci/aci_startup.ldif @@ -358,6 +358,24 @@ userpassword: ProxyRules ds-privilege-name: proxied-auth +dn: uid=bproxy, ou=People, o=ACI Tests, dc=example,dc=com +cn: Bana Proxy +sn: proxy +givenname: Bana +objectclass: top +objectclass: person +objectclass: organizationalPerson +objectclass: inetOrgPerson +ou: Development +ou: People +l: Grenoble +uid: bproxy +mail: bproxy@example.com +telephonenumber: +1 408 555 4798 +facsimiletelephonenumber: +1 408 555 9751 +roomnumber: 4612 +userpassword: ProxyRules + dn: ou=aci branch, o=ACI Tests, dc=example,dc=com objectclass: top objectclass: organizationalunit -- Gitblit v1.10.0