On Mon, Aug 8, 2011 at 1:55 PM, Alexandre Adao <[email protected]> wrote: > I am hung on the next step after my CAS and Tomcat are installed and > running. I was able to get successfully the page > http://localhost:8080/cas-server-webapp-3.4.2.1/login and used the > default password and netID and it works. Therefore, it looks like > that the installation was done correctly. Now I Ineed to configure the > CAS to authenticate against LDAP. I am confused on the steps. What > would the next step to configure the CAS to use LDAP?
If you're using the Maven Overlay method[1] you need to add LDAP support to your pom and then configure an LDAP context source and an authentication handler in deployConfig.xml. It's pretty well documented here: https://wiki.jasig.org/display/CASUM/LDAP Good luck. Bill [1] https://wiki.jasig.org/display/CASUM/Best+Practice+-+Setting+Up+CAS+Locally+using+the+Maven2+WAR+Overlay+Method > > On Mon, Aug 8, 2011 at 12:48 PM, William G. Thompson, Jr. > <[email protected]> wrote: >> Hi Alex, >> >> Have you tried to follow the LDAP instructions in the CAS Manual: >> https://wiki.jasig.org/display/CASUM/LDAP >> >> Which part are you hung up on? >> >> Bill >> >> >> On Mon, Aug 8, 2011 at 12:27 PM, Alexandre Adao <[email protected]> wrote: >>> Hello, >>> >>> I am new on CAS and I would like some help on How to install and >>> Configure step by step CAS on Windows 2008 with Authentication using >>> LDAP. I was able to install the the TomCat,CAS server, and the maven 2 >>> with no problem and they are running fine. Now I need to configure the >>> CAS to authenticate using LDAP for production. The instructions that I >>> have found was not to clear in details.. >>> >>> Thanks, for any help. >>> Alex Adao >>> >>> -- >>> You are currently subscribed to [email protected] as: >>> [email protected] >>> To unsubscribe, change settings or access archives, see >>> http://www.ja-sig.org/wiki/display/JSG/cas-user >>> >> >> -- >> You are currently subscribed to [email protected] as: >> [email protected] >> To unsubscribe, change settings or access archives, see >> http://www.ja-sig.org/wiki/display/JSG/cas-user >> > > -- > You are currently subscribed to [email protected] as: [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
