-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ldap auth settings #75
Comments
Hi, @nevlkv I made PR #87 that refactors all startup's script logic. Once this PR is accepted, you could solve this problem with a simple script called #!/bin/bash
VAR_FILE=${OCS_WEBCONSOLE_DIR}/ocsreports/var.php
if [ -f $VAR_FILE ]; then
sed -ri \
-e "/AUTH_TYPE/c\define('AUTH_TYPE', 2);" \
$VAR_FILE
fi And just mount it as a volume:
From docs, you could use this values for
Regards. |
ping @gillesdubois |
Hi all, |
@gillesdubois Ping |
Hi, Sorry for the delay. Regards, |
Hey, thanks for your answer ! Any insight for the next release progress ? Thanks for your work BTW |
Hi, 2.12.2 will most likely comes in mid-April, so you can expect a new docker image on the same week as of the source release. Regards, |
Settings file with AUTH_TYPE is static, and LDAP auth is not availible
The text was updated successfully, but these errors were encountered: