Hello @srijannandi
Welcome to the Bacularis user group.
Yes, something is wrong here. To see where is the problem, could you enable debug log in the Bacularis Web? Normally the debug can be enabled using the web interface, but I here you are not able to use the web interface. So, in this case I would advise to enable debug log in the console by editing settings.conf
file. If you installed Bacularis using binary packages, then this file you can find here:
/etc/bacularis/Web/settings.conf
For other installation methods this file is here:
[YOUR_PROJECT_DIR]/protected/Web/Config/settings.conf
In this file please change in the section [baculum]
the option debug
from "0"
into "1"
. It can look like below:
From:
debug = "0"
to
debug = "1"
Once it is done, could please try to log in again. Once it will throw this error page again, could you check the debug log? If you installed Bacularis using binary packages this log is here:
/var/lib/bacularis/bacularis-web.log
For other installation methods this file is here:
[YOUR_PROJECT_DIR]/protected/Web/Logs/bacularis-web.log
Are you seeing any error message there regarding LDAP? Thank you in advance for pasting it here. This way we will know better what exactly happened and we will know what to do next.
Thanks.
Best regards,
Marcin Haba (gani)