Created sandbox including a LDAP-based authentication DAO, as contributed by Karel Miarka and with improvements by Daniel Miller.

This commit is contained in:
Ben Alex
2004-09-11 01:45:16 +00:00
parent 9e59374477
commit 03781aeccd
3 changed files with 523 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="sandbox/src"/>
<classpathentry kind="src" path="sandbox/test"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="src" path="samples/contacts/src"/>
<classpathentry kind="src" path="samples/attributes/src"/>