ido177 opened a new pull request, #56108:
URL: https://github.com/apache/airflow/pull/56108

   closes: #56107
   
   
   ---
   This PR extends the FAB Security Manager to support nested groups resolution 
for LDAP authentication (Microsoft Active Directory only).
   When auth_ldap_use_nested_groups_for_roles is enabled, Airflow will now 
fetch not only direct LDAP groups but also nested groups using the special 
Active Directory filter member:1.2.840.113556.1.4.1941:=.
   
   In enterprise environments using Microsoft Active Directory, roles are often 
managed via nested groups (e.g., a department group inside a larger org group).
   Without this feature, users belonging to nested groups would not be 
correctly assigned roles in Airflow.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to