Hi, I noticed some people are also working on using Slide with AD. I'm also trying that, but it's far from a done deal.
My Tomcat server.xml now has: <Context path="/slide" debug="0" privileged="true" useNaming="true"> <Realm className="org.apache.catalina.realm.JNDIRealm" connectionURL="ldap://adserver:3268" connectionName="[EMAIL PROTECTED]" connectionPassword="secret" userBase="dc=domainname,dc=nl" userSearch="(sAMAccountName={0})" userSubtree="true" roleBase="dc=domainname,dc=nl" roleName="cn" roleSearch="(member={0})" roleSubtree="true" debug="99"/> Authenticating users works with this configuration, but it only finds roles/groups that the user belongs to explicitely, not the implicit ones defined by nesting AD groups. What I can't seem to get working is having all the /users and /roles stuff work automatically. I want to define as little as possible in terms of Slide users and roles, just the minimum to get AD users and roles working. I also want to use an AD administrator role for administering Slide, not the default root account in Slide. Also, I'd like to use SSL for protecting the passwords that get transmitted. I would more than welcome examples of server.xml, Domain.xml and web.xml of a working Slide / AD setup. Thanks, Gwendolyn. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]