Home
last modified time | relevance | path

Searched refs:proxy_passwd (Results 1 – 7 of 7) sorted by relevance

/onnv-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_conf.c862 config_info->proxy_passwd); in connect_to_ldap_config_server()
864 cred.bv_len = strlen(config_info->proxy_passwd); in connect_to_ldap_config_server()
865 cred.bv_val = config_info->proxy_passwd; in connect_to_ldap_config_server()
869 cred.bv_len = strlen(config_info->proxy_passwd); in connect_to_ldap_config_server()
870 cred.bv_val = config_info->proxy_passwd; in connect_to_ldap_config_server()
1309 if (config_info->proxy_passwd == NULL) in get_attribute_list()
1326 if (config_info->proxy_passwd == NULL) in get_attribute_list()
1367 if (proxy_info->proxy_passwd == NULL) in get_attribute_list()
1433 if (proxy_info->proxy_passwd == NULL) in get_attribute_list()
H A Dnis_parse_ldap_attr.c260 if (config_info->proxy_passwd == NULL) { in add_config_attribute()
261 config_info->proxy_passwd = in add_config_attribute()
374 if (proxy_info->proxy_passwd == NULL) { in add_bind_attribute()
375 proxy_info->proxy_passwd = in add_bind_attribute()
H A Dnis_parse_ldap_conf.h528 char *proxy_passwd; member
543 char *proxy_passwd; member
H A Dnis_parse_ldap_util.c109 proxy_info->proxy_passwd = NULL; in initialize_parse_structs()
369 if (config_info->proxy_passwd != NULL) in free_config_info()
370 free(config_info->proxy_passwd); in free_config_info()
371 config_info->proxy_passwd = NULL; in free_config_info()
405 if (proxy_info->proxy_passwd != NULL) in free_proxy_info()
406 free(proxy_info->proxy_passwd); in free_proxy_info()
407 proxy_info->proxy_passwd = NULL; in free_proxy_info()
H A Dldap_op.c879 proxyInfo.proxy_passwd, in findCon()
1193 proxyInfo.proxy_passwd, in findReferralCon()
1250 proxyInfo.proxy_passwd, in findYPCon()
/onnv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A Dstdsoap2.h1839 const char *proxy_passwd; /* Proxy Authorization password */ member
H A Dstdsoap2.cpp3938 …if (soap->proxy_userid && soap->proxy_passwd && strlen(soap->proxy_userid) + strlen(soap->proxy_pa… in tcp_connect()
3939 { sprintf(soap->tmpbuf + 262, "%s:%s", soap->proxy_userid, soap->proxy_passwd); in tcp_connect()
5443 …if (soap->proxy_userid && soap->proxy_passwd && strlen(soap->proxy_userid) + strlen(soap->proxy_pa… in http_post()
5444 { sprintf(soap->tmpbuf + 262, "%s:%s", soap->proxy_userid, soap->proxy_passwd); in http_post()
8393 soap->proxy_passwd = NULL; in soap_init()