LDAP Connection
An LDAP Connection resource template represents a connection to an LDAP server. Used by component implementations to look up names in an LDAP directory server.
General
Login Credentials
Advanced
Property | Required? | Editable? | Accept SVars? | Description |
---|---|---|---|---|
Pool Size | N | Y | Y | The preferred number of connections per connection identity that should be maintained concurrently.
Default: 10. |
Pool Maximum | N | Y | Y | The maximum number of connections per connection identity that can be maintained concurrently.
Default: 15. |
Pool Initial | N | Y | Y | The number of connections per connection identity to create when initially creating a connection for the identity.
Default: 5. |
Pool Timeout (ms) | N | Y | Y | The length of time that an idle connection may remain in the pool without being closed and removed from the pool.
Default: 300000. |
Follow Referrals | N | N | Y | Indicate whether an LDAP server should return a reference (a referral) to another LDAP server which may contain further information instead of returning a result.
Default: Unchecked. |
SSL
Property | Required? | Editable? | Accepts SVars? | Description |
---|---|---|---|---|
Enable SSL
|
Y | Y | N | Enable SSL connections. When checked, the SSL properties display.
Default: Unchecked. |
SSL Client Provider
|
Y | Y | N | The name of an SSL Client Provider resource. |
Copyright © Cloud Software Group, Inc. All rights reserved.