Hello John,
On Mon, 6 Aug 2012 13:29:10 +1000, John Kenyon wrote:
I'm testing piler 0.1.19 and have noticed a few problems…
I'm testing piler with Active Directory and although the users from
active directory import ok (via ldap_sync.php), I cannot login to
piler until a password is set in piler… does piler only authenticate
with the piler database? Or can you auth against AD/LDAP?
When users are imported they are assigned by a random string as their
password. When they try to login, they obviously will fail, however
the password check routine will try to auth against the AD server you
have in the 'remote' sql table. Please verify by "select * from remote"
that the settings are OK.
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.
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.
When logging into piler using a user (that was imported from Active
Directory), if the password is incorrect you get a blank screen,
please make sure you have ldap support in php, and show me the relevant
php error log.
Also, I noticed that searching "existing users" in Administration à
Users just results in a blank screen.
Please show me your php error logs
Janos