HomeSort by: relevance | last modified time | path
    Searched refs:LDAP (Results 1 - 25 of 127) sorted by relevancy

1 2 3 4 5 6

  /src/external/bsd/openldap/dist/include/
lutil_ldap.h 25 * Include file for lutil LDAP routines
36 LDAP *ld,
45 LDAP *ld, unsigned flags, void *defaults, void *p ));
openldap.h 23 #include <ldap.h>
27 #define LDAP_PROTO_TCP 1 /* ldap:// */
37 LDAP **ldp ));
ldap.h 1 /* $NetBSD: ldap.h,v 1.4 2025/09/05 21:16:19 christos Exp $ */
68 #define LDAP_PORT 389 /* ldap:/// default LDAP port */
69 #define LDAPS_PORT 636 /* ldaps:/// default LDAP over TLS port */
242 int ldapai_protocol_version; /* highest LDAP version supported */
256 * LDAP Control structure
264 /* LDAP Controls */
285 /* LDAP Content Synchronization Operation -- RFC 4533 */
316 /* LDAP Don't Use Copy Control (RFC 6171) */
334 /* LDAP Chaining Behavior Control *//* work in progress *
    [all...]
  /src/external/bsd/openldap/dist/clients/tools/
common.h 3 /* common.h - common definitions for the ldap client tools */
121 LDAP *tool_conn_setup LDAP_P(( int dont, void (*private_setup)( LDAP * ) ));
122 void tool_bind LDAP_P(( LDAP * ));
123 void tool_unbind LDAP_P(( LDAP * ));
125 void tool_exit LDAP_P(( LDAP *ld, int status )) LDAP_GCCATTR((noreturn));
126 void tool_server_controls LDAP_P(( LDAP *, LDAPControl *, int ));
127 int tool_check_abandon LDAP_P(( LDAP *ld, int msgid ));
135 void tool_print_ctrls LDAP_P(( LDAP *ld, LDAPControl **ctrls ));
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
winldap.d 17 winldap.h - Header file for the Windows LDAP API
22 The C LDAP Application Program Interface
23 http://www.watersprings.org/pub/id/draft-ietf-ldapext-ldap-c-api-05.txt
26 http://msdn.microsoft.com/library/en-us/netdir/ldap/ldap_reference.asp
283 struct LDAP {
301 alias LDAP* PLDAP;
409 * http://msdn.microsoft.com/library/en-us/ldap/ldap/ldapsearch.asp
462 * This macro uses LDAP structure to get error string and pass it to the user.
465 int ldap_perror(LDAP* handle, char* message)
    [all...]
  /src/external/bsd/openldap/dist/libraries/libldap/
messages.c 32 #include "ldap-int.h"
35 ldap_first_message( LDAP *ld, LDAPMessage *chain )
45 ldap_next_message( LDAP *ld, LDAPMessage *msg )
55 ldap_count_messages( LDAP *ld, LDAPMessage *chain )
modrdn.c 44 #include "ldap-int.h"
58 LDAP *ld,
117 * ldap_rename - initiate an ldap extended modifyDN operation.
120 * ld LDAP descriptor
126 * Returns the LDAP error code.
131 LDAP *ld,
167 * ldap_rename2 - initiate an ldap (and X.500) modifyDN operation. Parameters:
168 * (LDAP V3 MODIFYDN REQUEST)
169 * ld LDAP descriptor
180 LDAP *ld
    [all...]
ldap-int.h 1 /* $NetBSD: ldap-int.h,v 1.4 2025/09/05 21:16:21 christos Exp $ */
3 /* ldap-int.h - defines & prototypes internal to the LDAP library */
119 #include "ldap.h"
125 #define LDAP_URL_PREFIX "ldap://"
165 * This structure represents both ldap messages and ldap responses.
205 * LDAP Client Source IP structure
265 /* LDAP rebind callback function */
273 /* LDAP connection callback stack *
543 struct ldap { struct
    [all...]
bind.c 35 #include "ldap-int.h"
59 * ldap_bind - bind to the ldap server (and X.500). The dn and password
71 ldap_bind( LDAP *ld, LDAP_CONST char *dn, LDAP_CONST char *passwd, int authmethod )
95 * ldap_bind_s - bind to the ldap server (and X.500). The dn and password
109 LDAP *ld,
print.c 30 #include "ldap-int.h"
33 * ldap log
36 static int ldap_log_check( LDAP *ld, int loglvl )
49 int ldap_log_printf( LDAP *ld, int loglvl, const char *fmt, ... )
getentry.c 33 #include "ldap-int.h"
37 ldap_first_entry( LDAP *ld, LDAPMessage *chain )
49 ldap_next_entry( LDAP *ld, LDAPMessage *entry )
69 ldap_count_entries( LDAP *ld, LDAPMessage *chain )
87 LDAP *ld,
whoami.c 32 #include "ldap-int.h"
35 * LDAP Who Am I? (Extended) Operation <draft-zeilenga-ldap-authzid-xx.txt>
39 LDAP *ld,
65 ldap_whoami( LDAP *ld,
84 LDAP *ld,
delete.c 32 #include "ldap-int.h"
41 LDAP *ld,
81 * ldap_delete_ext - initiate an ldap extended delete operation. Parameters:
83 * ld LDAP descriptor
94 LDAP *ld,
130 LDAP *ld,
150 * ldap_delete - initiate an ldap (and X.500) delete operation. Parameters:
152 * ld LDAP descriptor
159 ldap_delete( LDAP *ld, LDAP_CONST char *dn )
176 ldap_delete_s( LDAP *ld, LDAP_CONST char *dn
    [all...]
ldap-tls.h 1 /* $NetBSD: ldap-tls.h,v 1.4 2025/09/05 21:16:21 christos Exp $ */
3 /* ldap-tls.h - TLS defines & prototypes internal to the LDAP library */
42 typedef int (TI_session_connect)(LDAP *ld, tls_session *s, const char *name_in);
47 typedef int (TI_session_chkhost)(LDAP *ld, tls_session *s, const char *name_in);
53 typedef int (TI_session_pinning)(LDAP *ld, tls_session *s, char *hashalg, struct berval *hash);
references.c 32 #include "ldap-int.h"
35 ldap_first_reference( LDAP *ld, LDAPMessage *chain )
47 ldap_next_reference( LDAP *ld, LDAPMessage *ref )
67 ldap_count_references( LDAP *ld, LDAPMessage *chain )
85 LDAP *ld,
txn.c 23 * LDAPv3 Transactions (draft-zeilenga-ldap-txn)
38 #include "ldap-int.h"
43 LDAP *ld,
54 LDAP *ld,
67 LDAP *ld,
99 LDAP *ld,
open.c 40 #include "ldap-int.h"
41 #include "ldap.h"
45 int ldap_open_defconn( LDAP *ld )
60 * ldap_connect - Connect to an ldap server.
63 * LDAP *ld;
68 ldap_connect( LDAP *ld )
83 * ldap_open - initialize and connect to an ldap server. A magic cookie to
88 * LDAP *ld;
92 LDAP *
96 LDAP *ld
    [all...]
assertion.c 28 #include "ldap-int.h"
32 LDAP *ld,
81 LDAP *ld,
cancel.c 38 #include "ldap-int.h"
43 LDAP *ld,
64 LDAP *ld,
sbind.c 51 #include "ldap-int.h"
54 * ldap_simple_bind - bind to the ldap server (and X.500). The dn and
65 LDAP *ld,
93 * ldap_simple_bind - bind to the ldap server (and X.500) using simple
95 * supplied. LDAP_SUCCESS is returned upon success, the ldap error code
104 ldap_simple_bind_s( LDAP *ld, LDAP_CONST char *dn, LDAP_CONST char *passwd )
turn.c 38 #include "ldap-int.h"
43 LDAP *ld,
74 LDAP *ld,
add.c 33 #include "ldap-int.h"
35 /* An LDAP Add Request/Response looks like this:
60 * ldap_add - initiate an ldap add operation. Parameters:
62 * ld LDAP descriptor
79 ldap_add( LDAP *ld, LDAP_CONST char *dn, LDAPMod **attrs )
95 LDAP *ld,
184 * ldap_add_ext - initiate an ldap extended add operation. Parameters:
186 * ld LDAP descriptor
207 LDAP *ld,
243 LDAP *ld
    [all...]
compare.c 32 #include "ldap-int.h"
47 LDAP *ld,
90 * ldap_compare_ext - perform an ldap extended compare operation. The dn
102 LDAP *ld,
137 * ldap_compare_ext - perform an ldap extended compare operation. The dn
146 LDAP *ld,
165 LDAP *ld,
189 LDAP *ld,
  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
TlsOptions.h 11 #include <ldap.h>
111 * Possible Values (For details see the ldap.conf(5) man-page):
157 TlsOptions( LDAP* ld );
159 LDAP *m_ld;
  /src/external/bsd/openldap/dist/tests/progs/
slapd-common.h 40 extern void tester_ldap_error( LDAP *ld, const char *fname, const char *msg );
89 extern void tester_init_ld( LDAP **ldp, struct tester_conn_args *conf, int flags );

Completed in 23 milliseconds

1 2 3 4 5 6