[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/ldap.properties
noreply at shibboleth.net
noreply at shibboleth.net
Thu Dec 18 10:57:11 EST 2014
Author: scantor
Date: Thu Dec 18 10:57:11 2014
New Revision: 7160
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7160&view=rev
Log:
IDP-522 - Revert trust file syntax since Rod confirms this fails gracefully on Windows
Modified:
trunk/idp-conf/src/main/resources/conf/ldap.properties
Modified: trunk/idp-conf/src/main/resources/conf/ldap.properties
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/ldap.properties?rev=7160&r1=7159&r2=7160&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/ldap.properties (original)
+++ trunk/idp-conf/src/main/resources/conf/ldap.properties Thu Dec 18 10:57:11 2014
@@ -12,9 +12,9 @@
## SSL configuration, either defaultTrust, certificateTrust, or keyStoreTrust ##
#idp.authn.LDAP.sslConfig = defaultTrust
## If using certificateTrust above, set to the trusted certificate's path
-idp.authn.LDAP.trustCertificates = file:///opt/shibboleth-idp/credentials/ldap-server.crt
+idp.authn.LDAP.trustCertificates = file:%{idp.home}/credentials/ldap-server.crt
## If using keyStoreTrust above, set to the truststore path
-idp.authn.LDAP.trustStore = file:///opt/shibboleth-idp/credentials/ldap-server.truststore
+idp.authn.LDAP.trustStore = file:%{idp.home}/credentials/ldap-server.truststore
## Return attributes ##
idp.authn.LDAP.returnAttributes = cn,businessCategory,mail
More information about the commits
mailing list