Added support for LDAP login as Admin and as User (issue https://github.com/sipcapture/homer-app/issues/328)
This requires changes to webapp conf file, with two new parameters that act similarly to their admin counterparts:
usergroup
usermode
Added support for recursive LDAP group search for Microsoft AD. This requred one optional parameter in config that is set by default to false. If set to true homer-app uses dn instead of username for resolving groups, as requred by 1.2.840.113556.1.4.1941 LDAP query.
Added support for LDAP login as Admin and as User (issue https://github.com/sipcapture/homer-app/issues/328) This requires changes to webapp conf file, with two new parameters that act similarly to their admin counterparts:
Added support for recursive LDAP group search for Microsoft AD. This requred one optional parameter in config that is set by default to false. If set to true homer-app uses dn instead of username for resolving groups, as requred by 1.2.840.113556.1.4.1941 LDAP query.