I know what AD, the letters, mean. ;-) What I don't understand is what you're trying to do. If you want your internal users to sign in to their machines and NOT have to enter their username/password then you need to combine CAS with SPNEGO or NTLM (preferably SPNEGO). If you just want want your internal users to authenticate against a different data store then just configure CAS to check Active Directory first, and then your database.
On Thu, Dec 24, 2009 at 1:13 AM, nick <[email protected]> wrote: > By AD i mean active directory, I am trying to figure what would be the best > way to do this. If i should configure two authentication handlers so that if > authentication fails in Active Directory it falls back on JDBC and > auithenticate the user, Or if i will have to use SONEGO for internal users > and external users will get authenticated using JDBC > > Thanks > Nick > -- > 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
