[extensions COMMIT] in /w2k3-installer/trunk/Shib2Respository/ShibConfig/conf-tmlp: attribute-resolver.xml login.config
noreply at shibboleth.net
noreply at shibboleth.net
Mon Jun 4 07:39:03 BST 2012
Author: rdw
Date: Mon Jun 4 07:39:03 2012
New Revision: 341
URL: http://svn.shibboleth.net/view/extensions?rev=341&view=rev
Log:
2.3.6 Turn on StartTLS
Modified:
w2k3-installer/trunk/Shib2Respository/ShibConfig/conf-tmlp/attribute-resolver.xml
w2k3-installer/trunk/Shib2Respository/ShibConfig/conf-tmlp/login.config
Modified: w2k3-installer/trunk/Shib2Respository/ShibConfig/conf-tmlp/attribute-resolver.xml
URL: http://svn.shibboleth.net/view/extensions/w2k3-installer/trunk/Shib2Respository/ShibConfig/conf-tmlp/attribute-resolver.xml?rev=341&r1=340&r2=341&view=diff
==============================================================================
--- w2k3-installer/trunk/Shib2Respository/ShibConfig/conf-tmlp/attribute-resolver.xml (original)
+++ w2k3-installer/trunk/Shib2Respository/ShibConfig/conf-tmlp/attribute-resolver.xml Mon Jun 4 07:39:03 2012
@@ -339,7 +339,8 @@
<!-- LDAP Connector - just attach to the AD LDAP -->
- <resolver:DataConnector id="myLDAP" xsi:type="LDAPDirectory" xmlns="urn:mace:shibboleth:2.0:resolver:dc"
+ <resolver:DataConnector id="myLDAP" xsi:type="LDAPDirectory" xmlns="urn:mace:shibboleth:2.0:resolver:dc"
+ useStartTLS="true"
ldapURL="ldap://$LDAP_ADDR$:$LDAP_PORT$" baseDN="$LDAP_SEARCH_PATH$" principal="$LDAP_USER$@$IDP_DOMAIN$"
principalCredential="$LDAP_PASSWORD$">
<FilterTemplate>
Modified: w2k3-installer/trunk/Shib2Respository/ShibConfig/conf-tmlp/login.config
URL: http://svn.shibboleth.net/view/extensions/w2k3-installer/trunk/Shib2Respository/ShibConfig/conf-tmlp/login.config?rev=341&r1=340&r2=341&view=diff
==============================================================================
--- w2k3-installer/trunk/Shib2Respository/ShibConfig/conf-tmlp/login.config (original)
+++ w2k3-installer/trunk/Shib2Respository/ShibConfig/conf-tmlp/login.config Mon Jun 4 07:39:03 2012
@@ -30,6 +30,7 @@
host="$LDAP_ADDR$"
port="$LDAP_PORT$"
base="$LDAP_SEARCH_PATH$"
+ tls="true"
serviceCredential="$LDAP_PASSWORD$"
userRoleAttribute="sAMAccountName"
serviceUser="$LDAP_USER$@$IDP_DOMAIN$"
More information about the commits
mailing list