From dea39c48de4a92808a95af8578f06afb2bcec4e7 Mon Sep 17 00:00:00 2001
From: el_kaboing <el_kaboing@localhost>
Date: Tue, 03 Apr 2007 20:10:05 +0000
Subject: [PATCH] Adding functional tests for basic functionality and syntax for targattrfilters support, issue 437.

---
 opends/tests/functional-tests/shared/data/aci/aci_startup.ldif |   21 +++++++++++++++++++++
 1 files changed, 21 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 0d95a46..35c8614 100644
--- a/opends/tests/functional-tests/shared/data/aci/aci_startup.ldif
+++ b/opends/tests/functional-tests/shared/data/aci/aci_startup.ldif
@@ -51,6 +51,24 @@
 roomnumber: 4612
 userpassword: ACIRules
 
+dn: uid=buser, ou=People, o=ACI Tests, dc=example,dc=com
+cn: Baci User
+sn: User
+givenname: Baci
+objectclass: top
+objectclass: person
+objectclass: organizationalPerson
+objectclass: inetOrgPerson
+ou: Accounting
+ou: People
+l: Sunnyvale
+uid: buser
+mail: buser@example.com
+telephonenumber: +1 408 555 4798
+facsimiletelephonenumber: +1 408 555 9751
+roomnumber: 4612
+userpassword: ACIRules
+
 dn: ou=aci branch, o=ACI Tests, dc=example,dc=com
 objectclass: top
 objectclass: organizationalunit
@@ -168,6 +186,9 @@
 facsimiletelephonenumber: +1 408 555 8473
 roomnumber: 1269
 userpassword: ruling
+title: Engineer
+title: architect
+title: sweeper
 
 dn: uid=kwinters, ou=People, ou=aci branch, o=ACI Tests, dc=example,dc=com
 cn: Kelly Winters

--
Gitblit v1.10.0