Open barloc opened 1 year ago
Attention: Patch coverage is 42.85714%
with 8 lines
in your changes missing coverage. Please review.
Project coverage is 74.32%. Comparing base (
59db85d
) to head (b9df441
). Report is 35 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
flask_appbuilder/security/manager.py | 42.85% | 8 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@barloc Can I ask what the status of this is? I do see build failures and I assume it's now at least partially outdated.
Do you plan to work on this?
@barloc do you plan to implement this?
@barloc Can I ask what the status of this is? I do see build failures and I assume it's now at least partially outdated.
Do you plan to work on this?
hello sorry for long answer yep, i'll update code
Hello I added test for the feature but test-mssql is broken and I don't understand how to fix it :(
Description
Enable search for user nested groups in LDAP system. Use attribute
member:1.2.840.113556.1.4.1941:
for Microsoft Active Directory and set groups from the search to theuser_info[self.auth_ldap_group_field]
field.Add flag AUTH_LDAP_USE_NESTED_GROUPS_FOR_ROLES which enables this feature. Default value is False.
Fix this issues:
ADDITIONAL INFORMATION