sipcapture / homer-app

HOMER 7.x Front-End and API Server
http://sipcapture.io
GNU Affero General Public License v3.0
204 stars 79 forks source link

Ldap or Active Directory Authentication #412

Closed fabneto closed 3 years ago

fabneto commented 3 years ago

Hi!

I'd like to know if there is any way to configure LDAP auth and filter users by groups, by example:

user 1 - can login and is admin group (this user is part of Homer_Admins group) user 2 - Can login and is a normal user (this user is part of Homer_Users group) user 3 - Can't login because isn't part of any groups above

Thanks!

adubovikov commented 3 years ago
"ldap_config": {
  "admingroup": "Homer_Admins",
  "usergroup": "Homer_Users"
}

good luck