tuneo
Forum Replies Created
-
Forum: Plugins
In reply to: [Active Directory Integration] I can't seem to get Bulk importing working.I guess that it must be some charector hidden in the password then I using trim to clear it off.
$ad_password = $this->_decrypt($this->_bulkimport_pwd);
$ad_password = trim($ad_password);Then come back to work!
Forum: Plugins
In reply to: [Active Directory Integration] I can't seem to get Bulk importing working.Dear Mokelock and all,
I have try direct inject password to the code as Mokelock did and it work as he said. Bulkimport.php//$ad_password = $this->_decrypt($this->_bulkimport_pwd);
$ad_password = ‘my_password_here’;Then I focus on php _decrypt function which is may not work or _bulkimport_pwd parameter issue.
Forum: Plugins
In reply to: [Active Directory Integration] I can't seem to get Bulk importing working.Dear Jason and Mokelock,
One thing I can thinking about, is that I ever made it work before with old environment shown below
-Apache 2.2.8
-PHP 5.2.6
-MySQL 5.0.51b
Then I do upgrade my site to use
-Apache 2.4
-PHP 5.4.31
-MySQL 5.5.39
And without changing any configuration then the issue occur, and I can not import new AD user to WordPressForum: Plugins
In reply to: [Active Directory Integration] I can't seem to get Bulk importing working.I also get issue with bulk import
[INFO] Options for adLDAP connection:
– base_dn: dc=domain,dc=local
– domain_controllers: dc1.domain.local
– ad_username: [email protected]
– ad_password: **not shown**
– ad_port: 389
– use_tls: 0
– network timeout: 10
[ERROR] adLDAP exception:Bind to Active Directory failed.
Check the login credentials and/or server details. AD said: Success