19 Jun
2023
19 Jun
'23
12:25 p.m.
On Jun 19, 2023, at 12:21 PM, Federico Santulli <federico.santulli@nhm.it> wrote:
i've the need to recover a custom parameter from Google LDAP to be given back in the request accept.
How could i achieve this?
The LDAP module can query external LDAP servers. It's well documented.
Also, is it possible to dynamically authenticate multiple 3rd level dc's with just one google_ldap_module configuration?
I mean, is it possible to authenticate both
test.domain ext.test.domain
If Google allows you use contact the same LDAP server for both domains, sure. The LDAP module allows for customer queries using filters, identities, etc. All of this is documented in mods-available/ldap Alan DeKok.