Clément "KPTN" OUDOT
Clément "KPTN" OUDOT
In conf/config.inc.php: ```php # Smarty if (!defined("SMARTY")) { define("SMARTY", "/usr/share/php/smarty3/Smarty.class.php"); } ``` If `SMARTY` is defined somewhere else with a wrong value, you have a problem on your system.
Set debug to true and check the logs.
The important logs are on server side
Sadly we can' t read anything. Logs are text, just paste the text in the issue.
It seems you have multiple problems: * Check the Bind DN / Bind Password * Check the question/answer configuration, the attribute/objectclass must fit your LDAP schema
I you don't share much more information, no one will be able to help you. Which LDAP server are you using? What did you configured for questions?
`comment` is not an LDAP attribute I know, and surely not available with `person` object class. Use the default values if you don't know how LDAP schema works.
If you really read the doc, you'll see : > On Active Directory, extensibleObject is not known. You can use for example... You are not on Active Directory, right?
info / extensibleObject should work with OpenLDAP. If not, you have another issue. As always, logs are your friend.
Thanks a lot for you contribution. I am a little confused about how you check if the password is expired. It may indeed work as if the bind is rejected...