You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the apache auth needs to set the specific server vars
PHP_AUTH_NAME, PHP_AUTH_EMAIL and PHP_AUTH_GROUPS
It is possible to tell apache to use PHP_AUTH_ as a prefix. But NAME, EMAIL and GROUPS needs to be fetched from LDAP.
But when LDAP object is for e.g mail instead of email, it will not work.
I could not find a way in apache to transform these var-names. So would it be possible to make these configurable in the config.ini?
Otherwise one had to change the LDAP object names...
The text was updated successfully, but these errors were encountered:
When using
the apache auth needs to set the specific server vars
It is possible to tell apache to use PHP_AUTH_ as a prefix. But NAME, EMAIL and GROUPS needs to be fetched from LDAP.
But when LDAP object is for e.g mail instead of email, it will not work.
I could not find a way in apache to transform these var-names. So would it be possible to make these configurable in the config.ini?
Otherwise one had to change the LDAP object names...
The text was updated successfully, but these errors were encountered: