Home
last modified time | relevance | path

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

/titanic_41/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()
/titanic_41/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c268 char *profileName; member
820 if (arglist->profileName != NULL) { in client_manual()
850 LDAP_SET_PARAM(arglist->profileName, NS_LDAP_PROFILE_P); in client_manual()
1117 if (arglist->profileName != NULL) { in client_mod()
1139 LDAP_SET_PARAM(arglist->profileName, NS_LDAP_PROFILE_P); in client_mod()
1360 if (arglist->profileName == NULL) { in client_genProfile()
1366 arglist->profileName = "default"; in client_genProfile()
1382 LDAP_SET_PARAM(arglist->profileName, NS_LDAP_PROFILE_P); in client_genProfile()
1508 if (arglist->profileName == NULL) { in client_init()
1514 arglist->profileName = "default"; in client_init()
[all …]
/titanic_41/usr/src/lib/libsldap/common/
H A Dns_sldap.h542 char *profileName; /* A DUAProfile's name. */ member
568 #define SA_PROFILE_NAME ds_profile.server.profileName
H A Dns_standalone.c1244 server->profileName ? in __ns_ldap_getConnectionInfoFromDUA()
1245 server->profileName : "default", in __ns_ldap_getConnectionInfoFromDUA()
1251 server->profileName ? in __ns_ldap_getConnectionInfoFromDUA()
1252 server->profileName : "default"); in __ns_ldap_getConnectionInfoFromDUA()
/titanic_41/usr/src/cmd/tsol/misc/
H A Dtxzonemgr.sh1389 ldapclient init -a profileName="$ldapprofile" \