Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GIP RENATER
switch-wayf
Commits
d4326fe7
Commit
d4326fe7
authored
Nov 09, 2010
by
haemmer
Browse files
Changed default filenames of IDP and SP list generated from SAML metadata
parent
b35c4649
Changes
1
Hide whitespace changes
Inline
Side-by-side
config.dist.php
View file @
d4326fe7
...
...
@@ -137,13 +137,13 @@ $metadataFile = '/etc/shibboleth/metadata.switchaai.xml';
// Will be updated automatically if the metadataFile modification time
// is more recent than this file's
// The user running the script must have permission to create $metadataIdpFile
$metadataIDPFile
=
'IDProvider.metadata.
conf.
php'
;
$metadataIDPFile
=
'IDProvider.metadata.php'
;
// File to store the parsed SP list.
// Will be updated automatically if the metadataFile modification time
// is more recent than this file's
// The user running the script must have permission to create $metadataIdpFile
$metadataSPFile
=
'SProvider.metadata.
conf.
php'
;
$metadataSPFile
=
'SProvider.metadata.php'
;
// A Kerboros-protected soft link back to this script!
$kerberosRedirectURL
=
'/SWITCHaai/kerberosRedirect.php'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment