[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/ldap.properties
noreply at shibboleth.net
noreply at shibboleth.net
Wed Dec 17 00:33:37 EST 2014
Author: dfisher
Date: Wed Dec 17 00:33:36 2014
New Revision: 7129
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7129&view=rev
Log:
IDP-522.
Add 'file:' prefix to ldaptive paths.
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=7129&r1=7128&r2=7129&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/ldap.properties (original)
+++ trunk/idp-conf/src/main/resources/conf/ldap.properties Wed Dec 17 00:33:36 2014
@@ -11,8 +11,8 @@
## SSL configuration, either defaultTrust, certificateTrust, or keyStoreTrust ##
idp.authn.LDAP.sslConfig = certificateTrust
-idp.authn.LDAP.trustCertificates = %{idp.home}/credentials/ldap-server.crt
-idp.authn.LDAP.trustStore = %{idp.home}/credentials/ldap-server.truststore
+idp.authn.LDAP.trustCertificates = file:%{idp.home}/credentials/ldap-server.crt
+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