Hi Steve,
I need users to bid using there AD id.
When I try to enable ldap I get this error
Fatal error: Cannot use object of type PEAR_Error as array in /var/www/html/webauction/dataface/Dataface/Serializer.php on line 75
my conf.ini
[_auth]
auth_type=ldap
;url="https://my.sfu.ca/cgi-bin/WebObjects/cas.woa/wa"
users_table = "users"
username_column = "username"
;password_column = "password"
;allow_register=1
ldap_host = "192.168.1.88"
ldap_port = "3268"
ldap_base = "ou=users,dc=mysales,dc=com"
my ldap module is in /var/www/html/webauction/dataface/modules/ldap.php. using
http://weblite.ca/svn/dataface/modules/Auth/ldap/trunk/
am I doing something wrong?
this is the error_log from apache
[Wed Mar 04 12:47:54 2009] [error] [client 192.168.1.12] PHP Fatal error: Cannot use object of type PEAR_Error as array in /var/www/html/webauction/dataface/Dataface/Serializer.php on line 75, referer: http://sinsxvlab110.mysales.com/webauct ... gories+asc
Thank you,
/Ikram