tiredofit / docker-osticket

Dockerized help desk application
MIT License
71 stars 56 forks source link

LDAP plugin issue #22

Open radzamam opened 1 year ago

radzamam commented 1 year ago

Hello Guys,

Did anyone have a problem with LDAP plugin ? I can't get it to work. The first thing is that i am getting some PHP warnings while saving changes made on Multi-LDAP Authentication plugin.

Warning: Creating default object from empty value in /www/osticket/include/plugins/multi-ldap/config.php on line 57 Warning: Cannot modify header information - headers already sent by (output started at /www/osticket/include/plugins/multi-ldap/config.php:57) in /www/osticket/include/staff/header.inc.php on line 2 Warning: Cannot modify header information - headers already sent by (output started at /www/osticket/include/plugins/multi-ldap/config.php:57) in /www/osticket/include/staff/header.inc.php on line 3

Despite of the errors above when I give it a try and login - it says in the event log "invalid DN syntax"

image

Cheers /Radek