Skip to content

Commit

Permalink
CLOSED - issue SPAGOBI-1392: As ad admin user, when using LDAP for au…
Browse files Browse the repository at this point in the history
…thenticate users, I wuold like to specify one access group: people must belong to this group in order to enter SpagoBI

https://www.spagoworld.org/jira/browse/SPAGOBI-1392
LDAP connector source refactoring also.

git-svn-id: svn://svn.forge.objectweb.org/svnroot/spagobi/V_4.x/Server/trunk@20749 99afaf0d-6903-0410-885a-c66a8bbb5f81
  • Loading branch information
zerbetto committed Sep 30, 2013
1 parent ac85b54 commit 8d65d5b
Show file tree
Hide file tree
Showing 11 changed files with 776 additions and 544 deletions.
1 change: 1 addition & 0 deletions SpagoBILdapSecurityProvider/.classpath
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="lib" path="lib/junit-3.8.1.jar"/>
<classpathentry kind="lib" path="lib/ldap.jar"/>
<classpathentry kind="lib" path="lib/spago-core-2.2.0.jar"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
<project-modules id="moduleCoreId" project-version="1.5.0">
<wb-module deploy-name="SpagoBILdapSecurityProvider">
<wb-resource deploy-path="/" source-path="/src"/>
<wb-resource deploy-path="/" source-path="/test"/>
</wb-module>
</project-modules>
Loading

0 comments on commit 8d65d5b

Please sign in to comment.