Trying to add an additional LDAP server, getting error when trying to authenticate
Daniel Fisher
dfisher at vt.edu
Tue Apr 16 17:12:06 EDT 2019
On Tue, Apr 16, 2019 at 10:37 AM Cody Carmichael <ccarmichael at voalte.com>
wrote:
> <bean id="connectionConfig1" class="org.ldaptive.ConnectionConfig"
>> abstract="true" p:ldapUrl="%{idp.authn.LDAP.ldapURL1:undefined}"
>>
> p:useStartTLS="%{idp.authn.LDAP.useStartTLS1:true}"
>
> p:useSSL="%{idp.authn.LDAP.useSSL1:false}"
>
> p:connectTimeout="%{idp.authn.LDAP.connectTimeout1:3000}"
>
> p:sslConfig-ref="sslConfig1" />
>>
>
You're using an older spring bean config, change the connectTimeout
property name to connectTimeoutDuration.
(Or change the value in ldap.properties to 5000)
--Daniel Fisher
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20190416/8d01d34b/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 6317 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://shibboleth.net/pipermail/users/attachments/20190416/8d01d34b/attachment.p7s>
More information about the users
mailing list