Class LDAP::SSLConn
In: conn.c
Parent: rb_cLDAP_Conn

Create and manipulate encrypted LDAP connections. LDAP::SSLConn is a subclass of LDAP::Conn and so has access to the same methods, except for LDAP::SSLConn.open, which is not implemented.

Methods

bind   new   simple_bind  

Public Class methods

Return a new LDAP::SSLConn connection to the server, host, on port port. If start_tls is true, START_TLS will be used to establish the connection, automatically setting the LDAP protocol version to v3 if it is not already set.

sctrls is an array of server controls, whilst cctrls is an array of client controls.

Public Instance methods

Bind an LDAP connection, using the DN, dn, the credential, password, and the bind method, method. If a block is given, self is yielded to the block.

Bind an LDAP connection, using the DN, dn, and the credential, password. If a block is given, self is yielded to the block.

[Validate]