I set auto-create-users to true. When I log in with a user that is already in slide it still works, but when I try to log in with a new user (admin) I get:
HTTP Status 500
The server encountered an internal error () that prevented it from fulfilling this request.
The only thing I get from the logs is this:
31 Mar 2004 11:25:18 - WARNING - WARNING: No active transaction
http8080-Processor23, 31-Mar-2004 11:25:18, admin, GET, 500 "Internal Server Error", 20 ms, /
Any idea why this might be failing?
Does this require SlideRealm or the JAAS module to work?
From: Martin Holz <[EMAIL PROTECTED]> Reply-To: "Slide Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: Automatic creation of user nodes in slide Date: 31 Mar 2004 17:36:12 +0200
"Ryan Rhodes" <[EMAIL PROTECTED]> writes:
> I read somewhere that slide would automatically create a new user node > when a new user is authenticated by Tomcat. We are trying to setup > Tomcat/Slide to authenticate users against an LDAP directory, but we > do not want to have to run any batch processes to add user nodes. We > just want the node to be created whenever a new user is authenticated. > We DO NOT necessarily need ACL to be mapped from the directory. We > can manage ACL in slide. >
Add <auto-create-users>true</auto-create-users> to your Domain.xml below the <filespath /> element.
This works fine as long as you do not need roles.
Martin
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
_________________________________________________________________
MSN Toolbar provides one-click access to Hotmail from any Web page � FREE download! http://toolbar.msn.com/go/onm00200413ave/direct/01/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
