Home
last modified time | relevance | path

Searched refs:profileName (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libsecdb/common/
H A Dgetprofattr.c129 getproflist(const char *profileName, char **profArray, int *profcnt) in getproflist() argument
132 if (strchr(profileName, KV_SEPCHAR) != NULL) in getproflist()
135 (void) _enum_common_p(profileName, NULL, NULL, NULL, B_FALSE, in getproflist()
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c269 char *profileName; member
821 if (arglist->profileName != NULL) { in client_manual()
851 LDAP_SET_PARAM(arglist->profileName, NS_LDAP_PROFILE_P); in client_manual()
1118 if (arglist->profileName != NULL) { in client_mod()
1140 LDAP_SET_PARAM(arglist->profileName, NS_LDAP_PROFILE_P); in client_mod()
1361 if (arglist->profileName == NULL) { in client_genProfile()
1367 arglist->profileName = "default"; in client_genProfile()
1383 LDAP_SET_PARAM(arglist->profileName, NS_LDAP_PROFILE_P); in client_genProfile()
1509 if (arglist->profileName == NULL) { in client_init()
1515 arglist->profileName = "default"; in client_init()
[all …]
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_sldap.h543 char *profileName; /* A DUAProfile's name. */ member
569 #define SA_PROFILE_NAME ds_profile.server.profileName
H A Dns_standalone.c1245 server->profileName ? in __ns_ldap_getConnectionInfoFromDUA()
1246 server->profileName : "default", in __ns_ldap_getConnectionInfoFromDUA()
1252 server->profileName ? in __ns_ldap_getConnectionInfoFromDUA()
1253 server->profileName : "default"); in __ns_ldap_getConnectionInfoFromDUA()
/illumos-gate/usr/src/cmd/tsol/misc/
H A Dtxzonemgr.sh1389 ldapclient init -a profileName="$ldapprofile" \