LDAP defaults

Walter Forbes Hoehn (wassa) wassa at memphis.edu
Thu Oct 1 16:49:32 EDT 2015


That’s just Spring syntax for using that property and defaulting to true if the property is not set.

-WFH


> On Oct 1, 2015, at 3:18 PM, Nate Klingenstein <ndk at internet2.edu> wrote:
> 
> 2)  What is the meaning of the “true” built into the Spring property for useStartTLS?  Is there a reason why it’s not just “true” or a pointer to the property?
> 
> idp.attribute.resolver.LDAP.useStartTLS         = %{idp.authn.LDAP.useStartTLS:true}
> 
>   <resolver:DataConnector id="myLDAP" xsi:type="dc:LDAPDirectory"
>       ldapURL="%{idp.attribute.resolver.LDAP.ldapURL}"
>       baseDN="%{idp.attribute.resolver.LDAP.baseDN}"
>       principal="%{idp.attribute.resolver.LDAP.bindDN}"
>       principalCredential="%{idp.attribute.resolver.LDAP.bindDNCredential}"
>       useStartTLS="%{idp.attribute.resolver.LDAP.useStartTLS:true}”>
> 
> Thanks in advance for the help,
> Nate.
> -- 
> To unsubscribe from this list send an email to dev-unsubscribe at shibboleth.net



More information about the dev mailing list