Hi there,
since my last setup with ony LDAP runs too slow I need to reevaluate the openfire configuration.
Issue:
- LDAPS takes up to 10 minutes to search for users and groups (approx. 550 users, 75 groups).
- Therefore each login also takes up to 10 minutes for the client user
That's too long. if I'm right I read that this is a known issue.
My Idea now is to pull users out of active directory via ldapsearch push them into database via script and use either:
- Database authentication (Therefore I need to get the active directory password anyhow - even in hashed style. --> I mean that's not possible is it?)
or
- Authenticate with users in database via active directory (If thats possible that should be the better solution)
Question is it possible to have users in database and match them with users in active directory?