Enabling LDAP Auth

Issue #757 resolved
Peter Taylor created an issue

I've created a helper account and added in the relevant lines to my config-site.php however when I restart httpd I then get 500 errors. Investigation of the mail log reveals this:

piler[2532]: cannot load private key from /usr/local/etc/piler/piler.pem piler[2532]: reloaded config: /usr/local/etc/piler/piler.conf piler[2532]: ERR: cannot bind to port piler[2535]: piler has been terminated

For reference my site-config.php for LDAP looks like this:

$config['ENABLE_SSO_Login'] = 1; $config['LDAP_HOST'] = 'myldapserver'; $config['LDAP_HELPER_DN'] = 'CN=sys_piler,...'; $config['LDAP_HELPER_PASSWORD = 'xxxxx'; $config['LDAP_BASE_DN'] = 'DC=.....'; $config['REWRITE_MESSAGE_ID'] = 1;

Comments (1)

  1. Log in to comment