Can ejabberd be configured to only allow access from certain AD groups? I want to create a group in my Active Directory (JabberUers) and only allow those people to register/use the server, is it possible? If so can someone point me to the configuration for that? Thank you.
Re: Active Directory groups
I guess you can configure it with an LDAP filter.
Did u get login Ad?
did u get login active directory? i have a questions. thanks a lot.
That is what I have been
This is what I have been trying to do, I have tried
{ldap_filter, "memberOf=CN=JabberUsers,OU=Security,OU=Group,DC=domain,DC=org"}.
but that doesn't work, I have also tried
{ldap_filter, "(&(objectClass=shadowAccount)(memberOf=JabberUsers))"}.
and
{ldap_filter, "(&(objectClass=shadowAccount)(memberOf=CN=JabberUsers,OU=Security,OU=Group,DC=domain,DC=org))"}.
but those don't work either.