Apps Direct - 2011-03-21

Hi!

I couldn't find any documentation on LDAP_CONFIG and it is not clear what some attributes mean.

I my case we have ActiveDirectory and all users specified in one folder. User Groups specified in another folder and each user has set of "memberOf" attributes to associate user and group.

I successfully integrated all out Tomcat servers using following Realm configuration:

<Realm className="org.apache.catalina.realm.JNDIRealm" debug="99" 
                    connectionURL="ldap://sbs01:389" 
                    connectionName="CN=Dev Tool Admin,OU=SBSUsers,OU=Users,OU=MyBusiness,DC=Senseicorp,DC=local"
                    connectionPassword="password"
                    userBase="OU=SBSUsers,OU=Users,OU=MyBusiness,DC=Senseicorp,DC=local" 
                    userSearch="(sAMAccountName={0})"

                    roleBase="OU=Security Groups,OU=MyBusiness,DC=Senseicorp,DC=local"
                    roleName="cn" 
                    roleSearch="(member={0})"
                    />

Can you please help me to create LDAP_CONFIG for Web Time Entry so I don't need to create all users by hands and they can use their Windows credentials to login into WTE?