From 03e81f4f496957550f7af4489c96d482d514de8f Mon Sep 17 00:00:00 2001 From: Rena Tsantouli Date: Thu, 3 Sep 2009 12:48:11 +0000 Subject: [PATCH] git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/application-support-layer/applicationSupportLayerCore@14995 82a268e6-3cf1-43bd-a215-b396298e98cf --- test-suite/readme.txt | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/test-suite/readme.txt b/test-suite/readme.txt index 9191034..e213e05 100644 --- a/test-suite/readme.txt +++ b/test-suite/readme.txt @@ -13,4 +13,21 @@ Dependencies: ApplicationSupportLayerCore.jar and (runtime dependencies): common - \ No newline at end of file + The contents of the jaas.config file are the following: + + + Gridsphere { + org.jboss.security.auth.spi.LdapExtLoginModule required + java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory + java.naming.provider.url="ldap://ldap.research-infrastructures.eu/" + java.naming.security.authentication=simple + bindDN="cn=anonymous,ou=System,dc=research-infrastructures,dc=eu" + bindCredential=freeToSearch + baseCtxDN="ou=Organizations,dc=research-infrastructures,dc=eu" + baseFilter="(uid={0})" + rolesCtxDN="ou=Groups,ou=DevelopmentPortal,ou=D4Science,ou=Applications,dc=research-infrastructures,dc=eu" + roleFilter="(uniqueMember={1})" + roleAttributeID="cn" + roleRecursion="-1" + ; + }; \ No newline at end of file