From 9d4ee0df015a74df2ad020564f3212e95e245052 Mon Sep 17 00:00:00 2001 From: el_kaboing <el_kaboing@localhost> Date: Fri, 16 Feb 2007 15:27:57 +0000 Subject: [PATCH] Added testcases for authzid for the functional tests for DIGEST-MD5 SASL mechanism (Issue 345). --- opends/tests/functional-tests/shared/data/security/sasl/sasl_startup.ldif | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/opends/tests/functional-tests/shared/data/security/sasl/sasl_startup.ldif b/opends/tests/functional-tests/shared/data/security/sasl/sasl_startup.ldif index b8e1806..eb80698 100644 --- a/opends/tests/functional-tests/shared/data/security/sasl/sasl_startup.ldif +++ b/opends/tests/functional-tests/shared/data/security/sasl/sasl_startup.ldif @@ -259,6 +259,24 @@ roomnumber: 3915 userpassword: dogleg +dn: uid=jcarp, ou=People, o=SASL Tests, dc=example,dc=com +cn: John Carp +sn: Carp +givenname: John +objectclass: top +objectclass: person +objectclass: organizationalPerson +objectclass: inetOrgPerson +ou: Product Testing +ou: People +l: Cupertino +uid: jcarp +mail: jcarp@example.com +telephonenumber: +1 408 555 1476 +facsimiletelephonenumber: +1 408 555 1992 +roomnumber: 3915 +userpassword: pegleg + dn: uid=jrunner, ou=People, o=SASL Tests, dc=example,dc=com cn: John Runner sn: Runner -- Gitblit v1.10.0