BBjLDAPConnection::bind
Description
In BBj 11.00 and higher, this method reconnects and authenticates the user with the LDAP server.
Syntax
|
Return Value |
Method |
|---|---|
|
bind(string bindDN, string password) |
Parameters
|
Parameter |
Description |
|---|---|
|
bindDN |
Full DN (distinguished name) for authentication. Depending on the way the LDAP server is configured, this might be just the user name or it may be something like: |
|
password |
Password required for authentication. |
Return Value
Returns a BBjLDAPBindResult object which contains information regarding the request.
Example
|
See Also
BBjLDAPConnection
BBjLDAPSearchResult
BBj Object Diagram for an illustration of the relationship between BBjObjects