Re: [Hypercontent-users] LDAP Authentication
Brought to you by:
alexvigdor
From: Alex V. <av...@co...> - 2006-06-26 15:56:41
|
Hi Carl, Answers embedded below: On Jun 26, 2006, at 11:44 AM, Carl Barrow wrote: > Hi Alex, > > I am having a push to get HyperContent 2.0 live here in Hull before > you > leave Columbia, the main thing I need to sort out is LDAP > Authentication. > Just a couple of questions, > > 1 - Once user had logged on their password is stored in an XML file > so that > it can be used when LDAP isn't available. Will HyperContent check > the LDAP > server each time before using the local version of the password? The order in which the LoginModules are evaluated depends on the order they are configured in jaas.properties. If you put the org.hypercontent.security.UserFileLoginModule first and indicate it is sufficient, it will be evaluated first, and if it is successful the LDAP module won't be called. > > 2 - I'm having some problems at the moment, does HyperContent log > anything > that might help me find a solution? Like I said I appear to be > hitting the > server but then the connection is closed. I would definitely read through the hypercontent.log, and pay special attention to the lines shortly after "HyperContent completed startup" to look out for possible configuration errors that may occur even before you hit the server in the browser. If you're stumped, feel free to pass your log file along and I'll have a look. Cheers, Alex |