From 8e88a18316d45a459a31d67487bccc247592d187 Mon Sep 17 00:00:00 2001 From: Alexander Date: Wed, 11 Apr 2018 21:40:38 +0200 Subject: update gem, test pam authentication (#7028) * update gem, test pam authentication * add description for test parameters * fix inclusion of optional group --- .env.test | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.env.test') diff --git a/.env.test b/.env.test index b57f52e30..7da76f8ef 100644 --- a/.env.test +++ b/.env.test @@ -1,3 +1,7 @@ # Federation LOCAL_DOMAIN=cb6e6126.ngrok.io LOCAL_HTTPS=true +# test pam authentication +PAM_ENABLED=true +PAM_DEFAULT_SERVICE=pam_test +PAM_CONTROLLED_SERVICE=pam_test_controlled -- cgit