Compare commits
2 Commits
9743d31204
...
7bc1493cf6
Author | SHA1 | Date |
---|---|---|
Oystein Kristoffer Tveit | 7bc1493cf6 | |
Oystein Kristoffer Tveit | a50b79301d |
|
@ -11,6 +11,7 @@ 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,6 +6,7 @@ $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