2019-02-24 05:20:09 +08:00
|
|
|
if [[ "${ALLOW_ADMIN_EMAIL_LOGIN}" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
|
|
|
|
echo 'auth_request /sogo-auth-verify;
|
2019-02-24 00:59:18 +08:00
|
|
|
auth_request_set $user $upstream_http_x_username;
|
|
|
|
proxy_set_header x-webobjects-remote-user $user;
|
|
|
|
'
|
|
|
|
fi
|