OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LDAPConnection
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPConnection.h
1
/* $NetBSD:
LDAPConnection
.h,v 1.4 2025/09/05 21:16:14 christos Exp $ */
23
class
LDAPConnection
: private LDAPAsynConnection {
53
LDAPConnection
(const std::string& hostname="localhost", int port=389,
59
~
LDAPConnection
();
67
*
LDAPConnection
(char*,int,LDAPConstraints) constructor.)
LDAPConnection.cpp
13
#include "
LDAPConnection
.h"
14
const int
LDAPConnection
::SEARCH_BASE = LDAPAsynConnection::SEARCH_BASE;
15
const int
LDAPConnection
::SEARCH_ONE = LDAPAsynConnection::SEARCH_ONE;
16
const int
LDAPConnection
::SEARCH_SUB = LDAPAsynConnection::SEARCH_SUB;
20
LDAPConnection
::
LDAPConnection
(const string& hostname, int port,
25
LDAPConnection
::~
LDAPConnection
(){
28
void
LDAPConnection
::start_tls(){
32
void
LDAPConnection
::bind(const string& dn, const string& passwd
[
all
...]
Completed in 24 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026