BookStack/app/Services
Dan Brown d2a9b312e9
Fixed LDAP group sync using wrong user filter
LDAP group sync was trying to find users based on the external_auth_id
which is not garunteed to match the username entered so somtimes
the search for a user would fail.

This passes the username to the group sync.
Picked up by @yoyokko in #959.
2018-08-19 15:24:42 +01:00
..
Facades
ActivityService.php
AttachmentService.php
EmailConfirmationService.php
ExportService.php
ImageService.php Added maintenance view with image-cleanup 2018-05-27 19:40:07 +01:00
Ldap.php
LdapService.php Fixed LDAP group sync using wrong user filter 2018-08-19 15:24:42 +01:00
PermissionService.php
SearchService.php
SettingService.php
SocialAuthService.php add everything needed to use discord as social login provider 2018-06-28 09:01:36 +02:00
UploadService.php
ViewService.php