Quantcast
Channel: Ignite Realtime : Unanswered Discussions - Support
Viewing all articles
Browse latest Browse all 4979

Hybrid Auth Provider Issue

$
0
0

Hi,

 

i just installed Openfire with an LDAP Authentication. After that  i want to use  Hybrid Authentication to add some extra external Users. So i followed some of the examples and append the following to my openfire.xml file:

 

<connectionTimeout>1.0</connectionTimeout>

    </defaultProvider>

  </database> 

  <setup>true</setup>

  <provider>

     <auth>

         <className>org.jivesoftware.openfire.auth.HybridAuthProvider</className>

     </auth>

  </provider>

  <provider>

     <user>

         <className>org.jivesoftware.openfire.user.HybridUserProvider</className>

     </user>

  <hybridAuthProvider>

      <primaryProvider>

          <className>org.jivesoftware.openfire.ldap.LdapAuthProvider<className>

      </primaryProvider>

      <secondaryProvider>

          <className>org.jivesoftware.openfire.auth.DefaultAuthProvider</className>

      </secondaryProvider>

  </hybridAuthProvider>

  <hybridUserProvider>

      <primaryProvider>

          <className>org.jivesoftware.openfire.ldap.LdapUserProvider<className>

      </primaryProvider>

      <secondaryProvider>

          <className>org.jivesoftware.openfire.auth.DefaultUserProvider</className>

      </secondaryProvider>

  </hybridAuthProvider>

</jive>

 

 

 

When i now restart the server i will be prompted to the installation screen, so i guess i did somethings wrong? Could someone tell me what is wrong in my config?

 

Cheers

 

Dirk


Viewing all articles
Browse latest Browse all 4979

Trending Articles