Using JAAS with Slide, LDAP and Tomcat

2005-09-28 Thread [EMAIL PROTECTED]
Has anyone implemented JAAS in Tomcat so that it authenticates against an LDAP server for Slide access? If so, which JAAS LoginModule did you use?Did you have Slide using JNDIPrincipleStores to hold the LDAP Users and Roles? Thanks in advance, Greg

Re: using JAAS

2005-05-09 Thread Jacob Lund
: -Djava.security.auth.login.config=path to/jaas.config Have a look at: http://jakarta.apache.org/slide/howto-jaas.html /jacob - Original Message - From: Cathy Zhang [EMAIL PROTECTED] To: slide-user@jakarta.apache.org Sent: Wednesday, May 04, 2005 9:18 PM Subject: using JAAS Hi, I am trying

using JAAS

2005-05-05 Thread Cathy Zhang
Hi, I am trying to understand how JAAS works with Slide. The following config is enabled in server.xml. Context path=/slide debug=0 privileged=true useNaming=true Realm className=org.apache.catalina.realm.JAASRealm

Problem with using JAAS for authentication

2004-11-08 Thread Girish Nagaraj
such as realmname/username ? Do I have to provide my own implementation for Security interface? I am looking for using JAAS (JAZN) for defining the roles, users authentication and would like to use Domain.xml for access control. I have read through the mails about JAAS and docs in the security section

Re: Problem with using JAAS for authentication

2004-11-08 Thread Oliver Zeigermann
such as realmname/username ? Do I have to provide my own implementation for Security interface? I am looking for using JAAS (JAZN) for defining the roles, users authentication and would like to use Domain.xml for access control. I have read through the mails about JAAS and docs

Re: Problem with using JAAS for authentication

2004-11-08 Thread Girish Nagaraj
(such as root)? What if it is different format such as realmname/username ? Do I have to provide my own implementation for Security interface? I am looking for using JAAS (JAZN) for defining the roles, users authentication and would like to use Domain.xml for access control. I have