Hello there,
I'm trying to implement LDAP authentication using pam according to this post: http://osticket.com/forums/showthread.php?t=314(http://osticket.com/forums/showthread.php?t=314)
I do have my server authenticating over openldap.
I installed the pecl pam module, and loaded it to php, also enabled the "allow_call_time_pass_reference" (error if not enabled") on php.ini, but when I try to login, i always get invalid login message.
(no error messages on logs anymore)
Already tried to create the user on the osticket system before the login, but without any success :(
Any ideas, sugestions or alternatives to ldap authentication?
I also found this http://osticket.com/forums/showthread.php?t=1188(http://osticket.com/forums/showthread.php?t=1188) , but i have no idea of how to implement.
Thanks!