DeepWoods / gsuiteRadius

Dockerized services of Freeradius with daloradius and MariaDB for secure LDAP authentication with GSuite for Education.
GNU General Public License v3.0
29 stars 3 forks source link

Multiple domains - multiple base_dn entries #1

Closed nilldot closed 3 years ago

nilldot commented 3 years ago

Hi, Not sure how you guys handled multi-domain environment in regards to base_dn search filter in config file for the same google ldap server?

As an example, we have users in domainA.com and domainb.com, base_dn will be different for each domain for both users and groups in Google realms. We have 10+ Domains to deal with. Any advise for wilcard/variable based base_dn search would be much appreciated.

Thank you

DeepWoods commented 3 years ago

We don't have multiple domains in GSuite so I haven't dealt with this issue. The first thing that comes to mind though is configuring multiple realms in proxy.conf for FreeRADIUS.

nilldot commented 3 years ago

Thanks