xwikisas / application-activedirectory

Provides the UI to set up LDAP for Active Directory
GNU Lesser General Public License v2.1
1 stars 2 forks source link

Add the possibility to disable users that are no longer allowed to login #93

Closed mouhb closed 5 months ago

mouhb commented 5 months ago

Users that are no longer in the group in the "Allow Active Directory authentication only to certain group" configuration option of the active directory application should be deactivated, similar to users that are deactivated in LDAP.

This will probably require a new feature in the LDAP user cleanup extension.

trrenty commented 5 months ago

I added a new configuration parameter to the user cleanup job. Setting it to yes will delete the users that are not part of the included groups and that are part of the excluded groups.

image