Hello, i'm trying to setup the LDAP connection and it appears to be working except no one can login using their AD credentials.
The connection to AD appears to be working but it gives the same error every time: (where my.username = my real sAMAccountName)
Login error for user 'my.username'
2018-08-09 11:08:23.618 ===== TRACE ===== authenticate - Filter error : ldap_search returned no result for filter uid=my.username)
2018-08-09 11:08:23.697 ===== TRACE ===== Login error for user 'my.username'
I've checked all the parameters.php and DB settings, they're all using 'sAMAccountName=%USERNAME%' but the log still shows 'uid='
Tried all combinations of uid, sAMAccount, UserPrincipalName
If i use domain\username it fails because of the \
Or sometimes i get the error:
***** ERROR ***** [V7.0.9] on file 'C:\xampp\htdocs\model\UserMain.php' at line (1158)
2018-08-09 11:41:00.395 ***** ERROR ***** [V7.0.9] cause = ldap_search(): Search: Bad search filter
The connection to AD appears to be working but it gives the same error every time: (where my.username = my real sAMAccountName)
Login error for user 'my.username'
2018-08-09 11:08:23.618 ===== TRACE ===== authenticate - Filter error : ldap_search returned no result for filter uid=my.username)
2018-08-09 11:08:23.697 ===== TRACE ===== Login error for user 'my.username'
I've checked all the parameters.php and DB settings, they're all using 'sAMAccountName=%USERNAME%' but the log still shows 'uid='
Tried all combinations of uid, sAMAccount, UserPrincipalName
If i use domain\username it fails because of the \
Or sometimes i get the error:
***** ERROR ***** [V7.0.9] on file 'C:\xampp\htdocs\model\UserMain.php' at line (1158)
2018-08-09 11:41:00.395 ***** ERROR ***** [V7.0.9] cause = ldap_search(): Search: Bad search filter