LDAP Authentication
TeamCal Neo also supports LDAP authentication for all users but 'admin''.
Edit the config/config.app.php
file and scroll down to the LDAP section (around line 115).
There you will find all settings that you need to adjust in order to reflect the LDAP server that you want to use. For example:
The TeamCal Neo distribution comes with a sample configuration for a free online LDAP server at forumsys. Several users exist there that you can test with.
The sample database that comes with TeamCal Neo contains a user with username 'einstein'. In the TeamCal Neo database this user has the password 'Qwer!1234'.
This user also exists in the forumsys LDAP server with password 'password'. Once you set LDAP_YES to 1 with the sample configuration, you can login with einstein/password.
Note, that the 'admin' user will always authenticate against the TeamCal Neo database.
Last updated