Rena Tsantouli 2009-09-03 12:48:11 +00:00
parent b523101fc9
commit 03e81f4f49
1 changed files with 18 additions and 1 deletions

View File

@ -13,4 +13,21 @@ Dependencies: ApplicationSupportLayerCore.jar and (runtime dependencies): common
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"
;
};