2019-02-24 05:29:14 +08:00
|
|
|
if printf "%s\n" "${ALLOW_ADMIN_EMAIL_LOGIN}" | grep -E '^([yY][eE][sS]|[yY])+$' >/dev/null; then
|
2019-02-24 05:20:09 +08:00
|
|
|
echo 'auth_request /sogo-auth-verify;
|
2019-02-26 16:02:35 +08:00
|
|
|
auth_request_set $user $upstream_http_x_user;
|
|
|
|
auth_request_set $auth $upstream_http_x_auth;
|
|
|
|
auth_request_set $auth_type $upstream_http_x_auth_type;
|
|
|
|
proxy_set_header x-webobjects-remote-user "$user";
|
|
|
|
proxy_set_header Authorization "$auth";
|
|
|
|
proxy_set_header x-webobjects-auth-type "$auth_type";
|
|
|
|
'
|
2019-02-24 00:59:18 +08:00
|
|
|
fi
|