Manual Installation of Shibboleth Identity ProviderBelow are step-by-step instructions on setting up an IdP on a Debian Linux system, | ||||||||
| Line: 35 to 35 | ||||||||
|---|---|---|---|---|---|---|---|---|
Install the IdP
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| ||||||||
Manual Installation of Shibboleth Identity ProviderBelow are step-by-step instructions on setting up an IdP on a Debian Linux system, | ||||||||
| Line: 415 to 415 | ||||||||
|---|---|---|---|---|---|---|---|---|
| ||||||||
| Deleted: | ||||||||
| < < |
| |||||||
| ||||||||
| Added: | ||||||||
| > > |
| |||||||
| ||||||||
Manual Installation of Shibboleth Identity ProviderBelow are step-by-step instructions on setting up an IdP on a Debian Linux system, | ||||||||
| Line: 290 to 290 | ||||||||
|---|---|---|---|---|---|---|---|---|
| xsi:schemaLocation="urn:mace:shibboleth:idp:config:1.0 shibboleth-idpconfig-1.0.xsd" AAUrl="https://MY_DNS:8443/shibboleth-idp/AA" resolverConfig="file:/usr/local/shibboleth-idp/etc/resolver.ldap.xml" | ||||||||
| Changed: | ||||||||
| < < |
defaultRelyingParty="urn:mace:federation.org.au:testfed" | |||||||
| > > |
defaultRelyingParty="urn:mace:federation.org.au:testfed:level-1" | |||||||
| providerId="urn:mace:federation.org.au:testfed:MY_DNS"> | ||||||||
| Changed: | ||||||||
| < < |
<RelyingParty name="urn:mace:federation.org.au:testfed" | |||||||
| > > |
<RelyingParty name="urn:mace:federation.org.au:testfed:level-1" | |||||||
|
signingCredential="testfed_level_1_cred">
| ||||||||
Manual Installation of Shibboleth Identity ProviderBelow are step-by-step instructions on setting up an IdP on a Debian Linux system, | ||||||||
| Line: 65 to 65 | ||||||||
|---|---|---|---|---|---|---|---|---|
| ||||||||
| Added: | ||||||||
| > > |
| |||||||
| ||||||||
Manual Installation of Shibboleth Identity ProviderBelow are step-by-step instructions on setting up an IdP on a Debian Linux system, | ||||||||
| Line: 171 to 171 | ||||||||
|---|---|---|---|---|---|---|---|---|
<VirtualHost MY_IP:8443>
SSLEngine on
| ||||||||
| Changed: | ||||||||
| < < |
ServerName? MY_DNS | |||||||
| > > |
ServerName? MY_DNS:8443 UseCanonicalName? on SSLVerifyDepth? 10 | |||||||
| SSLCipherSuite? ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP SSLVerifyClient? optional_no_ca SSLOptions +StdEnvVars +ExportCertData | ||||||||
Manual Installation of Shibboleth Identity ProviderBelow are step-by-step instructions on setting up an IdP on a Debian Linux system, | ||||||||
| Line: 133 to 133 | ||||||||
|---|---|---|---|---|---|---|---|---|
| ||||||||
| Changed: | ||||||||
| < < |
with the following content, making sure to substitute MY_DNS with your actual hostname: | |||||||
| > > |
with the following content, making sure to substitute MY_DNS with your actual fully qualified hostname: | |||||||
<VirtualHost MY_IP:443>
SSLEngine on
| ||||||||
| Changed: | ||||||||
| < < |
ServerName? MY_DNS | |||||||
| > > |
ServerName? MY_DNS:443 UseCanonicalName? on | |||||||
| SSLCipherSuite? ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP SSLOptions +StdEnvVars +ExportCertData SSLCertificateFile? /etc/certs/mycert.pem | ||||||||
Manual Installation of Shibboleth Identity ProviderBelow are step-by-step instructions on setting up an IdP on a Debian Linux system, | ||||||||
| Line: 207 to 207 | ||||||||
|---|---|---|---|---|---|---|---|---|
"https://MY_DNS:8443"
Configuring Tomcat mod_jk Connector | ||||||||
| Added: | ||||||||
| > > |
||||||||
| ||||||||
| Line: 423 to 425 | ||||||||
|
| ||||||||
| Deleted: | ||||||||
| < < |
-- ChiNguyen - 15 Feb 2006 | |||||||
| ||||||||
Manual Installation of Shibboleth Identity ProviderBelow are step-by-step instructions on setting up an IdP on a Debian Linux system, | ||||||||
| Line: 35 to 35 | ||||||||
|---|---|---|---|---|---|---|---|---|
Install the IdP
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| ||||||||
Manual Installation of Shibboleth Identity ProviderBelow are step-by-step instructions on setting up an IdP on a Debian Linux system, | ||||||||
| Line: 12 to 12 | ||||||||
|---|---|---|---|---|---|---|---|---|
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| ||||||||
| Line: 376 to 376 | ||||||||
when configuring the LDAP resolver for Shibboleth IdP Attribute Authority. You need to change the details below to match your particular LDAP.
For now we assume the following:
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| ||||||||
Manual Installation of Shibboleth Identity ProviderBelow are step-by-step instructions on setting up an IdP on a Debian Linux system, | ||||||||
| Line: 284 to 284 | ||||||||
|---|---|---|---|---|---|---|---|---|
| xsi:schemaLocation="urn:mace:shibboleth:idp:config:1.0 shibboleth-idpconfig-1.0.xsd" AAUrl="https://MY_DNS:8443/shibboleth-idp/AA" resolverConfig="file:/usr/local/shibboleth-idp/etc/resolver.ldap.xml" | ||||||||
| Changed: | ||||||||
| < < |
defaultRelyingParty="urn:mace:federation.org.au:testfed:level-1" providerId="urn:mace:federation.org.au:testfed:level-1:MY_DNS"> | |||||||
| > > |
defaultRelyingParty="urn:mace:federation.org.au:testfed" providerId="urn:mace:federation.org.au:testfed:MY_DNS"> | |||||||
| Changed: | ||||||||
| < < |
<RelyingParty name="urn:mace:federation.org.au:testfed:level-1" | |||||||
| > > |
<RelyingParty name="urn:mace:federation.org.au:testfed" | |||||||
|
signingCredential="testfed_level_1_cred">
| ||||||||
| Line: 405 to 405 | ||||||||
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| ||||||||
| Changed: | ||||||||
| < < |
||||||||
| > > |
| |||||||
| ||||||||
Manual Installation of Shibboleth Identity ProviderBelow are step-by-step instructions on setting up an IdP on a Debian Linux system, | ||||||||
| Line: 25 to 25 | ||||||||
|---|---|---|---|---|---|---|---|---|
Install Tomcat 5
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| ||||||||
| Line: 227 to 227 | ||||||||
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| ||||||||
| Line: 362 to 362 | ||||||||
Configure Shibboleth IdP with Apache 2 LDAP Authentication:
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
* $apt-get install libapache-mod-ldap libapache-auth-ldap
| |||||||
| ||||||||
Manual Installation of Shibboleth Identity ProviderBelow are step-by-step instructions on setting up an IdP on a Debian Linux system, | ||||||||
| Line: 244 to 244 | ||||||||
|---|---|---|---|---|---|---|---|---|
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| ||||||||
Manual Installation of Shibboleth Identity ProviderBelow are step-by-step instructions on setting up an IdP on a Debian Linux system, | ||||||||
| Line: 76 to 76 | ||||||||
|---|---|---|---|---|---|---|---|---|
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
Manual Installation of Shibboleth Identity ProviderBelow are step-by-step instructions on setting up an IdP on a Debian Linux system, | ||||||||
| Line: 25 to 25 | ||||||||
|---|---|---|---|---|---|---|---|---|
Install Tomcat 5
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| ||||||||
| Line: 135 to 135 | ||||||||
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| SSLEngine on | ||||||||
| Added: | ||||||||
| > > |
ServerName? MY_DNS | |||||||
| SSLCipherSuite? ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP SSLOptions +StdEnvVars +ExportCertData SSLCertificateFile? /etc/certs/mycert.pem | ||||||||
| Line: 167 to 168 | ||||||||
|
with the following contents, making sure to substitute MY_DNS with your actual hostname:
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| SSLEngine on | ||||||||
| Added: | ||||||||
| > > |
ServerName? MY_DNS | |||||||
| SSLCipherSuite? ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP SSLVerifyClient? optional_no_ca SSLOptions +StdEnvVars +ExportCertData | ||||||||
| Line: 204 to 206 | ||||||||
| IdP machine via https protocol on port 443 and 8443, ie. use the followingg URL "https://MY_DNS" and "https://MY_DNS:8443" | ||||||||
| Changed: | ||||||||
| < < |
Configuring Tomcat JK2 Connector
| |||||||
| > > |
Configuring Tomcat mod_jk Connector
| |||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
JkWorkersFile? "/etc/apache2/workers.properties" JkLogFile? "/var/log/apache2/mod_jk.log" | |||||||
| Changed: | ||||||||
| < < |
[logger]
info=Native logger
level=ERROR
[config:]
file=/etc/apache2/workers2.properties
debug=0
debugEnv=0
[uriMap:]
info=Maps the requests.
debug=0
[shm:]
info=Scoreboard. Required for reconfiguration and status with multiprocess servers
file=anonymous
debug=0
[workerEnv:]
info=Global server options
timing=0
debug=0
[lb:lb]
info=Default load balancer.
debug=0
[channel.socket:localhost:8009]
info=Ajp13 forwarding over socket
debug=0
tomcatId=localhost:8009
#define the worker
[ajp13:localhost:8009]
channel=channel.socket:localhost:8009
[uri:/jsp-examples/*]
info=JSP 2.0 Examples.
debug=0
[uri:/servlets-examples/*]
info=Servlet 2.4 Examples.
debug=0
| |||||||
| > > |
JkLogLevel? debug | |||||||
| Changed: | ||||||||
| < < |
[uri:/shibboleth-idp/*] info=IDP | |||||||
| > > |
workers.tomcat_home=/usr/local/tomcat
workers.java_home=/usr/lib/jvm/java-1.5.0-sun-1.5.0.07
ps=/
worker.list=shibboleth
# Definition for local worker using AJP 1.3
#
worker.shibboleth.type=ajp13
worker.shibboleth.host=localhost
worker.shibboleth.port=8009
<nop>
| |||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| ||||||||
Manual Installation of Shibboleth Identity ProviderBelow are step-by-step instructions on setting up an IdP on a Debian Linux system, | ||||||||
| Line: 360 to 360 | ||||||||
|---|---|---|---|---|---|---|---|---|
| ||||||||
| Changed: | ||||||||
| < < |
called shibboleth-metadata.sh, with the following content: | |||||||
| > > |
called ntpdate.sh, with the following content: | |||||||
#!/bin/sh
| ||||||||
| Line: 364 to 364 | ||||||||
#!/bin/sh
| ||||||||
| Deleted: | ||||||||
| < < |
||||||||
| /usr/sbin/ntpdate 128.250.37.2 129.127.28.4 | ||||||||
| Deleted: | ||||||||
| < < |
METAURL="http://www.federation.org.au/level-1/level-1-metadata.xml" METAFILE="/usr/local/shibboleth-idp/etc/level-1-metadata.xml" TEMPXML="/tmp/metadata-temp.xml" TEMPLOG="/tmp/metadata-log.txt" wget --cache=off -O $TEMPXML -o $TEMPLOG "$METAURL" if -n ` grep "200 OK" $TEMPLOG ` ? then cp $TEMPXML $METAFILE fi rm $TEMPXML $TEMPLOG | |||||||
| ||||||||
| Changed: | ||||||||
| < < |
The other thing the script does is to regularly
download the latest Federation metadata file from the Federation server.
| |||||||
| > > |
| |||||||
Configuring the Shibboleth IdP LDAP resolver: | ||||||||
| Line: 456 to 438 | ||||||||
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| ||||||||
| Deleted: | ||||||||
| < < |
||||||||
| ||||||||
| Deleted: | ||||||||
| < < |
||||||||
| ||||||||
Manual Installation of Shibboleth Identity ProviderBelow are step-by-step instructions on setting up an IdP on a Debian Linux system, | ||||||||
| Line: 62 to 62 | ||||||||
|---|---|---|---|---|---|---|---|---|
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| ||||||||
Manual Installation of Shibboleth Identity ProviderBelow are step-by-step instructions on setting up an IdP on a Debian Linux system, | ||||||||
| Line: 312 to 312 | ||||||||
|---|---|---|---|---|---|---|---|---|
| xsi:schemaLocation="urn:mace:shibboleth:idp:config:1.0 shibboleth-idpconfig-1.0.xsd" AAUrl="https://MY_DNS:8443/shibboleth-idp/AA" resolverConfig="file:/usr/local/shibboleth-idp/etc/resolver.ldap.xml" | ||||||||
| Changed: | ||||||||
| < < |
defaultRelyingParty="urn:au:testfed:level-1" providerId="urn:au:testfed:level-1:MY_DNS"> | |||||||
| > > |
defaultRelyingParty="urn:mace:federation.org.au:testfed:level-1" providerId="urn:mace:federation.org.au:testfed:level-1:MY_DNS"> | |||||||
| Changed: | ||||||||
| < < |
<RelyingParty name="urn:au:testfed:level-1" | |||||||
| > > |
<RelyingParty name="urn:mace:federation.org.au:testfed:level-1" | |||||||
|
signingCredential="testfed_level_1_cred">
| ||||||||
Manual Installation of Shibboleth Identity ProviderBelow are step-by-step instructions on setting up an IdP on a Debian Linux system, | ||||||||
| Line: 397 to 397 | ||||||||
|---|---|---|---|---|---|---|---|---|
| ||||||||
| Added: | ||||||||
| > > |
Configuring the Attribute Release Policy:
| |||||||
Configure Shibboleth IdP with Apache 2 LDAP Authentication:
| ||||||||
| Line: 467 to 475 | ||||||||
-- ChiNguyen - 15 Feb 2006
| ||||||||
| Added: | ||||||||
| > > |
| |||||||
Manual Installation of Shibboleth Identity ProviderBelow are step-by-step instructions on setting up an IdP on a Debian Linux system, | ||||||||
| Line: 279 to 279 | ||||||||
|---|---|---|---|---|---|---|---|---|
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
<Connector port="8009" address="127.0.0.1" request.tomcatAuthentication="false"
enableLookups="false" redirectPort="8443" protocol="AJP/1.3" />
| |||||||
| ||||||||
| Line: 301 to 303 | ||||||||
|
of blocks which are commented out and closing xml brackets*.
| ||||||||
| Deleted: | ||||||||
| < < |
AAUrl="https://MY_DNS:8443/shibboleth-idp/AA" | |||||||
| Added: | ||||||||
| > > |
<IdPConfig xmlns="urn:mace:shibboleth:idp:config:1.0" xmlns:cred="urn:mace:shibboleth:credentials:1.0" xmlns:name="urn:mace:shibboleth:namemapper:1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:mace:shibboleth:idp:config:1.0 shibboleth-idpconfig-1.0.xsd" AAUrl="https://MY_DNS:8443/shibboleth-idp/AA" | |||||||
| resolverConfig="file:/usr/local/shibboleth-idp/etc/resolver.ldap.xml" | ||||||||
| Deleted: | ||||||||
| < < |
||||||||
| defaultRelyingParty="urn:au:testfed:level-1" | ||||||||
| Added: | ||||||||
| > > |
providerId="urn:au:testfed:level-1:MY_DNS"> | |||||||
| Deleted: | ||||||||
| < < |
providerId="urn:au:testfed:level-1:MY_DNS" | |||||||
| <RelyingParty name="urn:au:testfed:level-1" | ||||||||
| Line: 458 to 465 | ||||||||
|
-- ChiNguyen - 15 Feb 2006 | ||||||||
| Deleted: | ||||||||
| < < |
| |||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
Manual Installation of Shibboleth Identity ProviderBelow are step-by-step instructions on setting up an IdP on a Debian Linux system, | ||||||||
| Line: 11 to 11 | ||||||||
|---|---|---|---|---|---|---|---|---|
administrators to modify it slightly for use on other Linux distributions such as SUSE or RedHat?.
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| ||||||||
| Line: 21 to 22 | ||||||||
| ||||||||
| Deleted: | ||||||||
| < < |
Updating the System (Debian)This has to be done to update the system to its latest stage.
1. cat >/etc/apt/sources.list <<TEXT
deb ftp://ftp.au.debian.org/debian unstable main contrib non-free
TEXT
2. apt-get update
3. apt-get install less mozilla-firefox apache2 ntpdate
| |||||||
Install Tomcat 5
| ||||||||
| Line: 78 to 69 | ||||||||
-----BEGIN CERTIFICATE REQUEST----- | ||||||||
| Changed: | ||||||||
| < < |
......---++++ Configuring the Shibboleth IdP Attribute Release Policies | |||||||
| > > |
...... | |||||||
-----END CERTIFICATE REQUEST-----
| ||||||||
| Line: 225 to 215 | ||||||||
with the following content:
| ||||||||
| Added: | ||||||||
| > > |
| |||||||
[logger]
| ||||||||
| Line: 356 to 350 | ||||||||
| ||||||||
| Added: | ||||||||
| > > |
| |||||||
| ||||||||
| Line: 378 to 374 | ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| system clock every hour so that your machine's clock is kept up to date. | ||||||||
| Changed: | ||||||||
| < < |
Make sure you change the location of where ntpdate command resides and change the above script accordingly. The other thing the script does is to regularly | |||||||
| > > |
The other thing the script does is to regularly | |||||||
download the latest Federation metadata file from the Federation server.
| ||||||||
| Line: 440 to 435 | ||||||||
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| ||||||||
Manual Installation of Shibboleth Identity ProviderBelow are step-by-step instructions on setting up an IdP on a Debian Linux system, | ||||||||
| Line: 71 to 71 | ||||||||
|---|---|---|---|---|---|---|---|---|
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| ||||||||
| Changed: | ||||||||
| < < |
you enter the machine's Fully Qualified Domain Name such as "_myhost.edu.au_" | |||||||
| > > |
you enter the machine's Fully Qualified Domain Name such as "myhost.edu.au" | |||||||
-----BEGIN CERTIFICATE REQUEST----- | ||||||||
| Changed: | ||||||||
| < < |
...... | |||||||
| > > |
......---++++ Configuring the Shibboleth IdP Attribute Release Policies | |||||||
-----END CERTIFICATE REQUEST-----
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
Configure Apache 2 with SSL | ||||||||
| Line: 138 to 143 | ||||||||
| ||||||||
| Changed: | ||||||||
| < < |
with the following content: | |||||||
| > > |
with the following content, making sure to substitute MY_DNS with your actual hostname: | |||||||
|
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| SSLEngine on SSLCipherSuite? ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP SSLOptions +StdEnvVars +ExportCertData | ||||||||
| Line: 148 to 153 | ||||||||
| SSLCertificateKeyFile? /etc/certs/mykey.pem CustomLog? /var/log/apache2/ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" | ||||||||
| Added: | ||||||||
| > > |
DocumentRoot? /var/www/
| |||||||
| ||||||||
| Changed: | ||||||||
| < < |
with the following content: | |||||||
| > > |
with the following contents, making sure to substitute MY_DNS with your actual hostname: | |||||||
|
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| SSLEngine on SSLCipherSuite? ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP SSLVerifyClient? optional_no_ca SSLOptions +StdEnvVars +ExportCertData | ||||||||
| Changed: | ||||||||
| < < |
SSLCertificateFile? /etc/certs/mycert.crt | |||||||
| > > |
SSLCertificateFile? /etc/certs/mycert.pem | |||||||
| SSLCertificateKeyFile? /etc/certs/mykey.pem CustomLog? /var/log/apache2/ssl_request_log_aa "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" | ||||||||
| Added: | ||||||||
| > > |
DocumentRoot? /var/www/
| |||||||
| Line: 253 to 289 | ||||||||
enableLookups="false" redirectPort="8443" protocol="AJP/1.3" />
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| ||||||||
| Added: | ||||||||
| > > |
| |||||||
| ||||||||
| Line: 265 to 302 | ||||||||
| /usr/local/shibboleth-idp, ie your SHIB_HOME. If not, you will need to make the changes to point to your correct location. You will also need to replace MY_DNS with the actual value of your IdP DNS name. | ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
AAUrl="https://MY_DNS:8443/shibboleth-idp/AA"
| ||||||||
| Line: 352 to 391 | ||||||||
Configuring the Shibboleth IdP LDAP resolver: | ||||||||
| Added: | ||||||||
| > > |
| |||||||
| Changed: | ||||||||
| < < |
Configuring the Shibboleth IdP Attribute Release Policies | |||||||
| > > |
| |||||||
Configure Shibboleth IdP with Apache 2 LDAP Authentication: | ||||||||
| Line: 370 to 408 | ||||||||
| ||||||||
| Changed: | ||||||||
| < < |
when configuring the LDAP resolver for Shibboleth IdP Attribute Authority. You need
to change the details below to match your particular LDAP. For now we assume the following:
| |||||||
| > > |
when configuring the LDAP resolver for Shibboleth IdP Attribute Authority. You need to change the details below to match your particular LDAP.
For now we assume the following:
| |||||||
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| ||||||||
| Line: 383 to 421 | ||||||||
|
| ||||||||