Compare commits

..

2 Commits

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

View File

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

View File

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