Searched refs:servicetype (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_service_rights.c | 291 krb5_ldap_add_service_rights(context, servicetype, serviceobjdn, realmname, subtreeparam, mask) in krb5_ldap_add_service_rights() argument 293 int servicetype; 314 if ((serviceobjdn == NULL) || (realmname == NULL) || (servicetype < 0) || (servicetype > 4) 424 if (servicetype == LDAP_KDC_SERVICE) { 451 } else if (servicetype == LDAP_ADMIN_SERVICE) { 478 } else if (servicetype == LDAP_PASSWD_SERVICE) { 516 if (servicetype == LDAP_KDC_SERVICE) { 546 } else if (servicetype == LDAP_ADMIN_SERVICE) { 576 } else if (servicetype == LDAP_PASSWD_SERVICE) { 636 krb5_ldap_delete_service_rights(context, servicetype, serviceobjdn, realmname, subtreeparam, mask) in krb5_ldap_delete_service_rights() argument [all …]
|
H A D | ldap_services.c | 76 if (service->servicetype == LDAP_KDC_SERVICE) { 79 } else if (service->servicetype == LDAP_ADMIN_SERVICE) { 82 } else if (service->servicetype == LDAP_PASSWD_SERVICE) { 241 if (service->servicetype == LDAP_KDC_SERVICE) 243 else if (service->servicetype == LDAP_ADMIN_SERVICE) 245 else if (service->servicetype == LDAP_PASSWD_SERVICE) 375 if (service->servicetype == LDAP_KDC_SERVICE) 377 else if (service->servicetype == LDAP_ADMIN_SERVICE) 379 else if (service->servicetype == LDAP_PASSWD_SERVICE) 497 lservice->servicetype = LDAP_KDC_SERVICE; [all …]
|
H A D | ldap_services.h | 61 int servicetype; member
|
/titanic_41/usr/src/cmd/krb5/ldap_util/ |
H A D | kdb5_ldap_services.c | 64 static int process_host_list(char **host_list, int servicetype) in process_host_list() argument 111 if (servicetype == LDAP_KDC_SERVICE) { in process_host_list() 117 } else if (servicetype == LDAP_ADMIN_SERVICE) { in process_host_list() 129 } else if (servicetype == LDAP_PASSWD_SERVICE) { in process_host_list() 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, srvparams->servicedn, [all …]
|
/titanic_41/usr/src/lib/libsldap/common/ |
H A D | llib-lsldap | 98 const char *servicetype,
|
H A D | ns_sldap.h | 767 const char *servicetype,
|
H A D | ns_writes.c | 3786 const char *servicetype, in __ns_ldap_addTypedEntry() argument 3810 if (strcasecmp(__s_cvtlist[s].service, servicetype) == 0) in __ns_ldap_addTypedEntry() 3815 strncasecmp(servicetype, NS_LDAP_TYPE_AUTOMOUNT, in __ns_ldap_addTypedEntry() 3835 if (strcmp(servicetype, "publickey") == 0) { in __ns_ldap_addTypedEntry() 3843 (void) strcpy(service, servicetype); in __ns_ldap_addTypedEntry()
|