Compare commits
2 Commits
7bc1493cf6
...
9743d31204
Author | SHA1 | Date |
---|---|---|
Oystein Kristoffer Tveit | 9743d31204 | |
Oystein Kristoffer Tveit | eae25f1a8b |
|
@ -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"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
@ -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/',
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue