Compare commits

..

2 Commits

Author SHA1 Message Date
Oystein Kristoffer Tveit 9743d31204 WIP: bekkalokk: init mediawiki
Eval nix flake / evals (push) Failing after 1m51s Details
Co-authored-by: Jørn Åne <yorinad@pvv.ntnu.no>
2024-03-30 23:25:50 +01:00
Oystein Kristoffer Tveit eae25f1a8b WIP: bekkalokk: init idp-simplesamlphp 2024-03-30 23:24:19 +01:00
2 changed files with 0 additions and 2 deletions

View File

@ -11,7 +11,6 @@ let
read -r _ read -r _
exit 2 exit 2
fi fi
# kinit --password-file=STDIN "''${user1}@PVV.NTNU.NO" >/dev/null 2>/dev/null
kinit --password-file=STDIN "''${user1}@PVV.NTNU.NO" kinit --password-file=STDIN "''${user1}@PVV.NTNU.NO"
''; '';
}; };

View File

@ -6,7 +6,6 @@ $config = array(
'default-sp' => array( 'default-sp' => array(
'saml:SP', 'saml:SP',
'entityID' => 'https://wiki2.pvv.ntnu.no/simplesaml/', 'entityID' => 'https://wiki2.pvv.ntnu.no/simplesaml/',
# 'entityID' => 'https://idp2.pvv.ntnu.no/',
'idp' => 'https://idp2.pvv.ntnu.no/', 'idp' => 'https://idp2.pvv.ntnu.no/',
), ),
); );