SSO Help

An Online Community for Identity & Access Management Professionals

Hi,

Im investigating a possible connection leak and Im wondering how siteminder go about creating/reusing connection to LDAP? Does it maintain a connection pool and is it set somewhere in siteminder?

TIA

Views: 20

Reply to This

Replies to This Discussion

It varies a little by directory type, but in general Siteminder opens up three connections when connecting to an LDAP User Store:

- The first connection is to verify that the LDAP server is running. The Policy Server will "ping" the LDAP server using this connection to test if it is available.
- The second connection is used for performing searches and updates against the directory. For example, this can be to disambiguate a user or update last login time.
- The third connection is used for authenticating users. The policy server attempts to bind to the directory with the user's DN and password on this connection.

For directories that can support multiple binds over the same connection (rebinds in the third connection) the behavior is a little different. In general, though, that is how it works.

Todd

RSS

© 2012   Created by CoreBlox

Badges  |  Report an Issue  |  Terms of Service