Replace header login example variable names.

Related #2019
This commit is contained in:
Lauri Ojansivu 2019-04-08 12:01:26 +03:00
parent d8554ec67e
commit 561cd77e68
6 changed files with 27 additions and 27 deletions

View file

@ -333,10 +333,10 @@ echo -e "\t$ snap set $SNAP_NAME logout-with-timer='true'"
echo -e "\n"
echo -e "Login to LDAP automatically with HTTP header."
echo -e "In below example for siteminder, at right side of = is header name."
echo -e "\t$ snap set $SNAP_NAME header-login-id='BNPPUID'"
echo -e "\t$ snap set $SNAP_NAME header-login-firstname='BNPPFIRSTNAME'"
echo -e "\t$ snap set $SNAP_NAME header-login-lastname='BNPPLASTNAME'"
echo -e "\t$ snap set $SNAP_NAME header-login-email='BNPPEMAILADDRESS'"
echo -e "\t$ snap set $SNAP_NAME header-login-id='HEADERUID'"
echo -e "\t$ snap set $SNAP_NAME header-login-firstname='HEADERFIRSTNAME'"
echo -e "\t$ snap set $SNAP_NAME header-login-lastname='HEADERLASTNAME'"
echo -e "\t$ snap set $SNAP_NAME header-login-email='HEADEREMAILADDRESS'"
echo -e "\n"
echo -e "Logout in."
echo -e "Logout in how many days:"