Hi All,
I would like to authenticate users in corebos to our AD.
I am following the documentation at https://corebos.com/documentation/doku.php?id=en:adminmanual:users_auth
When I set the Global variable 'User_AuthenticationType' to 'AD', I get an error 'Active Directory Query not yet implemented' on the 'New User' page when trying to query the user.
If I set the Global variable 'User_AuthenticationType' to 'LDAP', on the 'New User' page, I can query the user successfully - But it populates the corebos field 'User Name' with the users Full Name, instead of the AD field samAccountName (username in AD)
After creating the user, if I set 'User_AuthenticationType' either to 'AD' or 'LDAP', I cannot login to corebos successfully. I get an error in vtiger.log :
With debug set in log4php.properties - When logging in, I cannot see anything about contacting AD or LDAP server.
running the php adldap_test.php works successfully.
I would like to authenticate users in corebos to our AD.
I am following the documentation at https://corebos.com/documentation/doku.php?id=en:adminmanual:users_auth
When I set the Global variable 'User_AuthenticationType' to 'AD', I get an error 'Active Directory Query not yet implemented' on the 'New User' page when trying to query the user.
If I set the Global variable 'User_AuthenticationType' to 'LDAP', on the 'New User' page, I can query the user successfully - But it populates the corebos field 'User Name' with the users Full Name, instead of the AD field samAccountName (username in AD)
After creating the user, if I set 'User_AuthenticationType' either to 'AD' or 'LDAP', I cannot login to corebos successfully. I get an error in vtiger.log :
Code:
ERROR PearDatabase_ Rows Returned:0 More than 1 row returned for SELECT * from vtiger_users where user_name=? AND user_password=? AND COALESCE(failed_login_attempts,0)
With debug set in log4php.properties - When logging in, I cannot see anything about contacting AD or LDAP server.
running the php adldap_test.php works successfully.