Searched refs:LDAP (Results 101 - 125 of 144) sorted by relevance

123456

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Derror.c155 { LDAP_SERVER_DOWN, "Can't contact LDAP server" },
165 { LDAP_CONNECT_ERROR, "Can't connect to the LDAP server" },
166 { LDAP_NOT_SUPPORTED, "Not supported by this version of the LDAP protocol" },
167 { LDAP_CONTROL_NOT_FOUND, "Requested LDAP control not found" },
271 "Can't contact LDAP server");
286 "Can't connect to the LDAP server");
288 "Not supported by this version of the LDAP protocol");
290 "Requested LDAP control not found");
341 ldap_perror( LDAP *ld, const char *s )
397 sprintf( msg, dgettext(TEXT_DOMAIN, "%s%sNot an LDAP errn
[all...]
H A Dcram_md5.c65 LDAP *ld,
H A Dsortctrl.c26 ld LDAP pointer to the desired connection
41 LDAP *ld,
125 ld LDAP pointer to the desired connection
140 LDAP *ld,
H A Dcontrol.c31 * Return an LDAP error code (LDAP_SUCCESS if all goes well).
35 nsldapi_put_controls( LDAP *ld, LDAPControl **ctrls, int closeseq,
43 /* if no controls were passed in, use global list from LDAP * */
125 * Returns an LDAP error code.
139 * of an LDAP operation (e.g., add an attribute size limit
336 * return -1 if not and set error code inside LDAP *ld.
339 nsldapi_dup_controls( LDAP *ld, LDAPControl ***ldctrls, LDAPControl **newctrls )
442 * build an allocated LDAPv3 control. Returns an LDAP error code.
/osnet-11/usr/src/lib/libldap4/common/
H A Derror.c144 LDAP_SERVER_DOWN, "Can't contact LDAP server",
219 ldap_errlist[i++].e_reason = catgets(slapdcat, 1, 166, "Can't contact LDAP server");
257 ldap_perror( LDAP *ld, char *s )
289 (void) fprintf( stderr, catgets(slapdcat, 1, 178, "%1$s: Not an LDAP errno %2$d\n"), s, ld->ld_errno );
296 ldap_perror( LDAP *ld, char *s )
304 ldap_result2error( LDAP *ld, LDAPMessage *r, int freeit )
H A Dsortctrl.c27 int ldap_create_sort_control(LDAP *ld, LDAPsortkey **sortKeyList,
107 int ldap_parse_sort_control(LDAP *ld, LDAPControl **ctrlp,
H A Dcharset.c50 ldap_set_string_translators( LDAP *ld, BERTranslateProc encode_proc,
65 ldap_enable_translation( LDAP *ld, LDAPMessage *entry, int enable )
87 ldap_translate_from_t61( LDAP *ld, char **bufp, unsigned int *lenp,
113 ldap_translate_to_t61( LDAP *ld, char **bufp, unsigned int *lenp,
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_connect.c53 LDAP *,
62 LDAP **,
65 extern int ldap_sasl_cram_md5_bind_s(LDAP *, char *, struct berval *,
67 extern int ldapssl_install_gethostbyaddr(LDAP *ld, const char *skip);
76 static int openConnection(LDAP **, const char *, const ns_cred_t *,
697 * Returns: LDAP status
700 getServerInfo(LDAP *ld, ns_server_info_t *sinfo)
824 LDAP *ld = NULL;
974 "unable to make LDAP connection, "
1367 * client requests any other LDAP
[all...]
H A Dns_internal.h134 /* Native LDAP Phase 1 Specific Profile Attributes */
152 /* Native LDAP Phase 2 Specific Profile Attributes */
336 * the LDAP directory, SSD for it is useless, and should not be set.
378 * Configurations are read in from client file cache or from LDAP.
448 * Posix Mapping LDAP attributes, and to their corresponding
587 LDAP *ld;
600 * The referrals are returned to the LDAP client
601 * from an LDAP server.
604 * which provides information to continue an LDAP operation.
606 * ref can be used to continue the LDAP operatio
[all...]
/osnet-11/usr/src/lib/libsmbns/common/
H A Dlibsmbns.h46 LDAP *ld; /* LDAP handle */
H A Dsmbns_ads.c160 static int smb_ads_get_dsattr(LDAP *, const char *);
163 static smb_ads_qstat_t smb_ads_getattr(LDAP *, LDAPMessage *,
357 LDAP *ld = NULL;
1207 * functional level of the specified server after an anonymous LDAP query
1210 * The LDAP SASL bind is not performed here to avoid the potential delays
1253 * Open a LDAP connection to an AD server and bind to it using credentials of
1263 * it's not necessary to set the environment variable per LDAP connection.
1350 * Prior to performing a LDAP SASL bind with the DC, this function should be
1384 smb_ads_saslcallback(LDAP *ld, unsigned flags, void *defaults, void *prompts)
1404 * Open an LDAP connectio
[all...]
/osnet-11/usr/src/lib/libfedfs/common/
H A Dlist_fsns.c47 LDAP *ld;
H A Dnsdb_add.c47 LDAP *ld;
180 LDAP *ld;
H A Dnsdb_primitives.c48 saslcallback(LDAP *ld, unsigned flags, void *defaults, void *in)
96 LDAP *
99 LDAP *ld = NULL;
212 * Get a handle to an LDAP connection to host:port
/osnet-11/usr/src/lib/libadutils/common/
H A Dlibadutils.h65 * ldap_result(3LDAP).
66 * ld - LDAP handle used by ldap_result(3LDAP)
67 * res - Entry returned by ldap_result(3LDAP)
68 * rc - Return value of ldap_result(3LDAP)
73 typedef void (*adutils_ldap_res_search_cb)(LDAP *ld, LDAPMessage **res,
87 * We use the port numbers for normal LDAP and global catalog LDAP as
112 * is currently implement using libldap's ldap_search_ext(3LDAP) and
113 * ldap_result(3LDAP) API
[all...]
H A Dadutils_threadfuncs.c28 * Functions for managing thread-local storage for LDAP, and in particular
29 * for managing storage of the LDAP error state.
78 * Set up thread management functions for the specified LDAP session.
82 adutils_set_thread_functions(LDAP *ld)
177 * Get a pointer to the thread's local LDAP error state structure.
212 * Store an error report in the thread's local LDAP error state structure.
234 * Retrieve an error report from the thread's local LDAP error state structure.
256 * Free the thread's local LDAP error state structure.
H A Daddisc.c59 * Forest and site name discovery require an LDAP search of the AD
836 LDAP *
845 LDAP *ld = NULL;
850 if (DBG(LDAP, 1)) {
892 if (DBG(LDAP, 0)) {
893 logger(LOG_INFO, "LDAP: %s:%d: %s",
907 * or more AD LDAP objects named by the dn_list; first found one wins.
910 ldap_lookup_entry_attr(LDAP **ld, idmap_ad_disc_ds_t *domainControllers,
968 ldap_lookup_trusted_domains(LDAP **ld, idmap_ad_disc_ds_t *globalCatalog,
1061 ldap_lookup_domains_in_forest(LDAP **l
[all...]
/osnet-11/usr/src/cmd/ldap/common/
H A Dldaptest.c22 static void handle_result( LDAP *ld, LDAPMessage *lm );
23 static void print_ldap_result( LDAP *ld, LDAPMessage *lm, char *s );
24 static void print_search_entry( LDAP *ld, LDAPMessage *res );
220 bind_prompt( LDAP *ld, char **dnp, char **passwdp, int *authmethodp,
258 LDAP *ld;
788 getaline( line, sizeof(line), stdin, "LDAP URL? " );
797 case 'p': /* parse LDAP URL */
798 getaline( line, sizeof(line), stdin, "LDAP URL? " );
1000 printf( " [E]xplode dn [p]arse LDAP URL\n" );
1015 handle_result( LDAP *l
[all...]
H A Dldapsearch.c27 /* ldapsearch.c - generic program to search LDAP */
43 static int dosearch( LDAP *ld, char *base, int scope, char **attrs,
50 static void print_entry( LDAP *ld, LDAPMessage *entry, int attrsonly );
52 static void parse_and_display_reference( LDAP *ld, LDAPMessage *ref );
78 fprintf( stderr, gettext(" filter\tRFC-2254 compliant LDAP search filter\n") );
79 fprintf( stderr, gettext(" file\tfile containing a sequence of LDAP search filters to use\n") );
158 LDAP *ld;
603 LDAP *ld;
818 fprintf( stderr, gettext("%s: ignoring LDAP response message"
943 LDAP *l
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dclientinit.c785 static int ldapssl_tls_start(LDAP *ld, int *msgidp)
810 * Function that enables SSL on an already open non-secured LDAP connection.
813 static int ldapssl_enableSSL_on_open_connection(LDAP *ld, int defsecure,
878 * this function returns the LDAP session designed by ld will have been
906 ldapssl_tls_start_s(LDAP *ld,int defsecure, char *certdbpath, char *keydbpath,
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_misc.c143 * parameters read here are DAL-LDAP specific attributes. Some of
207 * KDC, ADMIN or PASSWD dn to be used to connect to LDAP
926 checkattributevalue(LDAP *ld, char *dn, char *attribute, char **attrvalues,
1002 updateAttribute(LDAP *ld, char *dn, char *attribute, char *value)
1043 deleteAttribute(LDAP *ld, char *dn, char *attribute, char *value)
1233 krb5_ldap_get_value(LDAP *ld, LDAPMessage *ent, char *attribute, int *retval)
1255 krb5_ldap_get_string(LDAP *ld, LDAPMessage *ent, char *attribute,
1284 krb5_ldap_get_strings(LDAP *ld, LDAPMessage *ent, char *attribute,
1329 krb5_ldap_get_time(LDAP *ld, LDAPMessage *ent, char *attribute,
1509 krb5_set_error_message(kcontext, status, "LDAP
[all...]
H A Dldap_krbcontainer.c79 LDAP *ld=NULL;
H A Dldap_principal.c152 LDAP *ld=NULL;
164 /* LDAP does not support db_args DB arguments for krb5_ldap_iterate */
253 LDAP *ld=NULL;
H A Dldap_realm.c172 LDAP *ld = NULL;
256 LDAP *ld = NULL;
313 * as a DAL-LDAP interface is called right down here. Caching might be constrained by
315 * on the minimum number of handles for a server and it is 2. As the DAL-LDAP is not
393 LDAP *ld=NULL;
784 LDAP *ld=NULL;
909 LDAP *ld=NULL;
957 LDAP *ld=NULL;
1199 LDAP *ld=NULL;
1491 krb5_set_error_message(kcontext, status, "LDAP
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_conf.c90 * Parses the information for LDAP. The values are first
92 * file, and finally from an LDAP profile (if so configured in
124 report_info("Getting LDAP configuration", NULL);
133 /* NIS to LDAP does not read command line attributes */
197 report_info("LDAP configuration complete", NULL);
294 * Parses the information for LDAP from the command line
352 * Parses the information for LDAP from a configuration
528 static LDAP *
535 LDAP *ld = NULL;
575 * Attempt to bind to the LDAP serve
[all...]

Completed in 87 milliseconds

123456