]> source.dussan.org Git - gitblit.git/commit
Rework LDAP implementation with unboundid. Also allows for an LDAP server to be...
authorJohn Crygier <john.crygier@aon.com>
Tue, 10 Apr 2012 17:48:06 +0000 (12:48 -0500)
committerJohn Crygier <john.crygier@aon.com>
Tue, 10 Apr 2012 17:48:06 +0000 (12:48 -0500)
commitf3b625d298bab922c64192c25914e352bd87e59e
tree6581e8fc091d01aa9b596094f5efcf739f2f392a
parent6cca8699f98a606ff19e88d40a8a2535fdc340e7
Rework LDAP implementation with unboundid.  Also allows for an LDAP server to be started with Gitblit GO (backed by an LDIF file).
13 files changed:
.classpath
NOTICE
distrib/gitblit.properties
docs/04_design.mkd
src/com/gitblit/GitBlitServer.java
src/com/gitblit/GitblitUserService.java
src/com/gitblit/LdapUserService.java
src/com/gitblit/build/Build.java
src/com/gitblit/utils/StringUtils.java
src/com/gitblit/wicket/pages/EditUserPage.java
tests/com/gitblit/tests/LdapUserServiceTest.java [new file with mode: 0644]
tests/com/gitblit/tests/mock/MemorySettings.java [new file with mode: 0644]
tests/com/gitblit/tests/resources/ldapUserServiceSampleData.ldif [new file with mode: 0644]