Letractively / rubycas-server

Automatically exported from code.google.com/p/rubycas-server
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Multiple Authentication with multiple Active Directories. #105

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I have two Active Directory Servers
2. I configured CAS with Multiple Authenticators by giving the two ADs one 
after the other.
3.

What is the expected output? What do you see instead?
If the first AD server was down (or say connectivity with that server couldn't 
be established, then RubyCAS server should have fallen back to the next AD 
server.
Instead, it says that Authentication Failed due to Connection issues.

Please use labels and text to provide additional information.
Is it possible to have the above said requirement solved ? 
ie. if there was a connection problem / name resolution problem with the 
primary AD Server, it should authenticate with the next AD Server in the order 
given in the Authenticators Array.  However, it is found to jump out with the 
error message. 

How can this be handled ?  
Can multiple lines be provided in the "host: ......." entries or can they be 
separated by delimiter ?

Original issue reported on code.google.com by nambia...@gmail.com on 28 Jul 2010 at 6:24