views:

465

answers:

1

We need both mysql and AD auth in Openfire 3.6.0a, as soon as I enable the hybridauthprovider the error log gives me

2008.10.01 11:21:12 [org.jivesoftware.openfire.auth.HybridAuthProvider.(HybridAuthProvider.java:93)] A primary AuthProvider must be specified. Authentication will be disabled.

My setting under System Properties in the admin console is provider.auth.className org.jivesoftware.openfire.auth.HybridAuthProvider

hybridAuthProvider.primaryProvider
org.jivesoftware.openfire.auth.DefaultAuthProvider

hybridAuthProvider.secondaryProvider
org.jivesoftware.openfire.ldap.LdapAuthProvider

Clearly my hybridAuthProvider.primaryProvider is specified and it work when its the only auth provider but through the hybridAuthProvider I get the above error,

Any advice?

+1  A: 

There's an example of Ldap/Mysql hybrid auth in the question I asked.

Alister Bulman