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