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
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
UploadService.php
ViewService.php