Searched defs:servicetype (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_services.h | 61 int servicetype; member in struct:_krb5_ldap_service_params
|
/illumos-gate/usr/src/cmd/krb5/ldap_util/ |
H A D | kdb5_ldap_services.c | 64 static int process_host_list(char **host_list, int servicetype) argument 111 if (servicetype == LDAP_KDC_SERVICE) { 117 } else if (servicetype == LDAP_ADMIN_SERVICE) { 129 } else if (servicetype == LDAP_PASSWD_SERVICE) { 268 srvparams->servicetype = LDAP_KDC_SERVICE; 270 srvparams->servicetype = LDAP_ADMIN_SERVICE; 272 srvparams->servicetype = LDAP_PASSWD_SERVICE; 290 srvparams->servicetype))) { 374 if (srvparams->servicetype == 0) { /* Not provided and hence not set */ 439 srvparams->servicetype, srvparam [all...] |
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_writes.c | 3786 const char *servicetype, 3810 if (strcasecmp(__s_cvtlist[s].service, servicetype) == 0) 3812 /* Or, check if the servicetype is auto_ */ 3815 strncasecmp(servicetype, NS_LDAP_TYPE_AUTOMOUNT, 3835 if (strcmp(servicetype, "publickey") == 0) { 3843 (void) strcpy(service, servicetype); 3785 __ns_ldap_addTypedEntry( const char *servicetype, const char *basedn, const void *data, const int create, const ns_cred_t *cred, const int flags, ns_ldap_error_t **errorp) argument
|
Completed in 81 milliseconds