From 929b08c085c3bd1455bf16f93f8c62204604ecd0 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Mon, 19 Dec 2005 17:04:09 +0000 Subject: [PATCH] Spring config for ApacheDS is no longer used. --- .../providers/ldap/apacheds-context.xml | 101 ------------------ 1 file changed, 101 deletions(-) delete mode 100644 core/src/test/resources/org/acegisecurity/providers/ldap/apacheds-context.xml diff --git a/core/src/test/resources/org/acegisecurity/providers/ldap/apacheds-context.xml b/core/src/test/resources/org/acegisecurity/providers/ldap/apacheds-context.xml deleted file mode 100644 index 393498a28e..0000000000 --- a/core/src/test/resources/org/acegisecurity/providers/ldap/apacheds-context.xml +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - - - - simple - uid=admin,ou=system - secret - - photo personalSignature audio jpegPhoto javaSerializedData userPassword - userCertificate cACertificate authorityRevocationList certificateRevocationList - crossCertificatePair x500UniqueIdentifier krb5Key - - - - - - - - ${java.io.tmpdir}/apache_ds - true - false - 10389 - - - - - - - - - - - - - - - acegisecurity - dc=acegisecurity,dc=org - - - objectClass - ou - uid - - - - - objectClass: top - objectClass: domain - objectClass: extensibleObject - dc: apache - - - - - - - - - - - - - - - \ No newline at end of file