Re: Password-protecting Anthill
Eric Minick <[email protected]>
| Newsgroups | gmane.comp.java.anthill |
|---|---|
| Message-ID | <[email protected]> |
Andy, There's nothing in the standard Anthill OS that supports basic authentication, but I would think that if configured properly Tomcat would ask for a password and send the role information to Anthill OS. Anthill OS would ignore the role, but that's ok, Tomcat should be managing general access. Also, I'm not sure if it's relevent or helpful, but there is a guide for hooking the Pro version into LDAP. There might be some nuggets in that guide that apply here: http://wiki.urbancode.com/home/LDAPIntegration Regards, Eric Andy Levy wrote: >Is is possible, without modifying anything in the standard Anthill >distribution, to apply BASIC authentication to allow only selected >individuals access to the application? > >I've been reading through the Tomcat 5 Realm Configuration HOWTO as >well as an O'Reilly article on Tomcat configuration but can't seem to >get it working. I've added a role, user & password in >tomcat-users.xml, configured a MemoryRealm and set up >security-constraint and login-config in anthill.xml (created in >conf\Catalina\localhost), but I still don't get prompted to log in. > >Have I missed something, or does the standard distribution of Anthill >not provide for authenticating users before allowing them access to >the app? >_______________________________________________ >Anthill mailing list >Anthill-IWHQxnLZ/[email protected] >http://lists.urbancode.com/mailman/listinfo/anthill > >