diff options
author | John Crygier <john.crygier@aon.com> | 2012-04-10 12:48:06 -0500 |
---|---|---|
committer | John Crygier <john.crygier@aon.com> | 2012-04-10 12:48:06 -0500 |
commit | f3b625d298bab922c64192c25914e352bd87e59e (patch) | |
tree | 6581e8fc091d01aa9b596094f5efcf739f2f392a /.classpath | |
parent | 6cca8699f98a606ff19e88d40a8a2535fdc340e7 (diff) | |
download | gitblit-f3b625d298bab922c64192c25914e352bd87e59e.tar.gz gitblit-f3b625d298bab922c64192c25914e352bd87e59e.zip |
Rework LDAP implementation with unboundid. Also allows for an LDAP server to be started with Gitblit GO (backed by an LDIF file).
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,5 +30,6 @@ <classpathentry kind="lib" path="ext/org.eclipse.jgit.http.server-1.3.0.201202151440-r.jar" sourcepath="ext/org.eclipse.jgit.http.server-1.3.0.201202151440-r-sources.jar"/> <classpathentry kind="lib" path="ext/lucene-highlighter-3.5.0.jar" sourcepath="ext/lucene-highlighter-3.5.0-sources.jar"/> <classpathentry kind="lib" path="ext/lucene-memory-3.5.0.jar" sourcepath="ext/lucene-memory-3.5.0-sources.jar"/> + <classpathentry kind="lib" path="ext/unboundid-ldapsdk-2.3.0.jar" sourcepath="ext/unboundid-ldapsdk-2.3.0-sources.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |