Hi Janos,
> Please verify by "select * from remote" that the settings are OK. Yep all look good. > If so the please watch the 389 port traffic to your AD server (eg. by "ngrep > -x -e port 389") to see whether the piler webui actually makes any LDAP > traffic. Yep traffic to AD server. > Then if the user entered the correct password as piler made a successful bind > to the AD server, then piler will update the password hash value in the user > table. Hmmm still not working for me.... > please make sure you have ldap support in php, and show me the relevant php > error log. I'm actually not getting this problem anymore, but php ldap module is loaded - see below # php --ini Configuration File (php.ini) Path: /etc Loaded Configuration File: /etc/php.ini Scan for additional .ini files in: /etc/php.d Additional .ini files parsed: /etc/php.d/curl.ini, /etc/php.d/fileinfo.ini, /etc/php.d/json.ini, /etc/php.d/ldap.ini, /etc/php.d/mysql.ini, /etc/php.d/mysqli.ini, /etc/php.d/pdo.ini, /etc/php.d/pdo_mysql.ini, /etc/php.d/pdo_sqlite.ini, /etc/php.d/phar.ini, /etc/php.d/zip.ini > Please show me your php error logs [Tue Aug 07 11:13:01 2012] [error] [client 192.168.1.132] PHP Fatal error: Call to undefined method DB::escape() in /var/www/html/model/user/user.php on line 173, referer: http://pilerserver/index.php?route=user/list Cheers John
