Home
last modified time | relevance | path

Searched defs:ldap_connection (Results 1 – 25 of 40) sorted by relevance

12

/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/libcli/ldap/
H A Dldap_client.h55 char *host;
56 uint16_t port;
57 BOOL ldaps;
62 struct {
67 } reconnect;
69 struct {
72 } bind;
84 int timeout;
87 char *last_error;
89 struct {
[all …]
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/lib-sieve/storage/ldap/
H A Dsieve-ldap-db.h85 struct ldap_connection { struct
86 struct ldap_connection *next; argument
94 enum ldap_connection_state conn_state; argument
95 int default_bind_msgid;
97 int fd;
121 void db_ldap_request(struct ldap_connection *conn, argument
/dports/net/samba412/samba-4.12.15/source4/libcli/ldap/
H A Dldap_client.h56 struct {
64 } sockets;
68 char *host;
69 uint16_t port;
70 bool ldaps;
72 const char *auth_dn;
73 const char *simple_pw;
75 struct {
80 } reconnect;
82 struct {
[all …]
/dports/mail/dovecot/dovecot-2.3.17/src/lib-ldap/
H A Dldap-private.h50 struct ldap_connection { struct
51 pool_t pool;
52 struct ldap_client *client;
54 LDAP *conn;
55 enum {
60 } state;
62 BerValue cred; /* needed for SASL */
63 BerVarray scred;
65 struct ldap_client_settings set;
68 struct aqueue *request_queue;
[all …]
/dports/mail/dovecot/dovecot-2.3.17/src/auth/
H A Ddb-ldap.h153 struct ldap_connection { struct
154 struct ldap_connection *next; argument
164 enum ldap_connection_state conn_state; argument
188 void db_ldap_request(struct ldap_connection *conn, argument
/dports/mail/exim-monitor/exim-4.95/src/lookups/
H A Dldap.c78 typedef struct ldap_connection { struct
79 struct ldap_connection *next; argument
89 static LDAP_CONNECTION *ldap_connections = NULL; argument
/dports/mail/exim-sa-exim/exim-4.95/src/lookups/
H A Dldap.c78 typedef struct ldap_connection { struct
79 struct ldap_connection *next; argument
89 static LDAP_CONNECTION *ldap_connections = NULL; argument
/dports/mail/exim-postgresql/exim-4.95/src/lookups/
H A Dldap.c78 typedef struct ldap_connection { struct
79 struct ldap_connection *next; argument
89 static LDAP_CONNECTION *ldap_connections = NULL; argument
/dports/mail/exim-mysql/exim-4.95/src/lookups/
H A Dldap.c78 typedef struct ldap_connection { struct
79 struct ldap_connection *next; argument
89 static LDAP_CONNECTION *ldap_connections = NULL; argument
/dports/mail/exim-ldap2/exim-4.95/src/lookups/
H A Dldap.c78 typedef struct ldap_connection { struct
79 struct ldap_connection *next; argument
89 static LDAP_CONNECTION *ldap_connections = NULL; argument
/dports/mail/exim/exim-4.95/src/lookups/
H A Dldap.c78 typedef struct ldap_connection { struct
79 struct ldap_connection *next; argument
89 static LDAP_CONNECTION *ldap_connections = NULL; argument
/dports/mail/exim-sqlite/exim-4.95/src/lookups/
H A Dldap.c78 typedef struct ldap_connection { struct
79 struct ldap_connection *next; argument
89 static LDAP_CONNECTION *ldap_connections = NULL; argument
/dports/net/py-ldap3/ldap3-2.8.1/ldap3/strategy/
H A DsafeSync.py30 def __init__(self, ldap_connection): argument
H A Dasynchronous.py55 def __init__(self, ldap_connection): argument
144 def __init__(self, ldap_connection): argument
H A DmockSync.py47 def __init__(self, ldap_connection): argument
H A DmockAsync.py101 def __init__(self, ldap_connection): argument
H A DasyncStream.py47 def __init__(self, ldap_connection): argument
H A Dsync.py47 def __init__(self, ldap_connection): argument
/dports/net/py-ldap/python-ldap-3.4.0/Demo/pyasn1/
H A Dsyncrepl.py31 ldap_connection = False variable
165 ldap_connection = SyncReplClient(database_path, ldap_url.initializeUrl()) variable
/dports/net-mgmt/ocsinventory-ocsreports/ocsinventory-ocsreports/backend/AUTH/methode/
H A Dldap.php117 function ldap_connection() { function
/dports/www/p5-Catalyst-Authentication-Store-LDAP/Catalyst-Authentication-Store-LDAP-1.017/lib/Catalyst/Authentication/Store/LDAP/
H A DUser.pm273 sub ldap_connection { subroutine
/dports/net-mgmt/librenms/librenms-21.5.1/LibreNMS/Authentication/
H A DADAuthorizationAuthorizer.php17 protected $ldap_connection; variable in LibreNMS\\Authentication\\ADAuthorizationAuthorizer
H A DLdapAuthorizationAuthorizer.php35 protected $ldap_connection; variable in LibreNMS\\Authentication\\LdapAuthorizationAuthorizer
H A DActiveDirectoryAuthorizer.php19 protected $ldap_connection; variable in LibreNMS\\Authentication\\ActiveDirectoryAuthorizer
/dports/www/c-icap/c_icap-0.5.10/modules/
H A Dldap_module.c90 struct ldap_connection { struct
93 struct ldap_connection *next; argument

12