]> source.dussan.org Git - gitblit.git/commit
Basic implementation of feature for ldap user synchronization as
authorAlfred Schmid <A.Schmid@ff-muenchen.de>
Fri, 31 Jan 2014 11:29:55 +0000 (12:29 +0100)
committerJames Moger <james.moger@gitblit.com>
Wed, 19 Feb 2014 16:04:16 +0000 (11:04 -0500)
commiteb1264b0944cfc0ac951c62239cc5a85428088e0
treef7662b0a64e85c47de68daf3a2f0e7abd44470e5
parentb2775fefaafb0ce89094bdd4bb5308dbb90f487b
Basic implementation of feature for ldap user synchronization as
background service. Introduced configuration property to configure the
synchronization period.
src/main/distrib/data/gitblit.properties
src/main/java/com/gitblit/auth/LdapAuthProvider.java
src/main/java/com/gitblit/service/LdapSyncService.java [new file with mode: 0644]
src/test/config/test-users.conf
src/test/java/com/gitblit/tests/LdapAuthenticationTest.java
src/test/resources/ldap/adduser.ldif [new file with mode: 0644]
src/test/resources/ldap/users.conf