> ldap/ad connection and using an admin account and password that i've created > in the active directory on server 2 in the fastbind portion
You don't need admin/operator credentials for the FastBind handler since there's no search operation performed using those credentials. While there is no harm having them there in terms of configuration, you should remove them due to the security risk of cleartext passwords. > Can anyone lend me a hand in getting this configured properly? The two > servers can see each other. If port 389 is reachable on server 2 from server 1, then you've satisfied the requisite networking criteria, which is to say that virtualization per se doesn't have any bearing on CAS configuration. You'll need to post CAS server logs from your authentication attempts, which should shed some light on the particular problem. See https://wiki.jasig.org/display/CASUM/Logging for information to set up logging. If you really like having all important logs in the Windows event log, see http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/nt/NTEventLogAppender.html for a log4j appender that writes to the event log instead of a flat file. M -- 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
