LemonLDAP::NG Web SSO
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
lemonldap-ng/_example/etc/experimental/nginx-fcgi-accounting

12 lines
427 B

# Directives to send user data to FastCGI protected apps
# and hide LL::NG cookie
set $cookie "";
fastcgi_param COOKIE $cookie;
# Add here HTTP headers defined in LL::NG manager
# For example, if you set an exported header 'Auth-User',
set $lm_auth_user "";
fastcgi_param AUTH_USER $lm_auth_user;
# That is: variable containing header value is obtained from lowercase
# header name, - replaced with _, and preceded from $lm_