Lines Matching refs:profileName
269 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()
1566 cfg.SA_PROFILE_NAME = arglist->profileName; in client_init()
3259 arg_count += list->profileName ? 1 : 0; in num_args()
3294 CLIENT_PRINT("\tprofileName: ", list->profileName); in dumpargs()
3494 CLIENT_OPT_CHECK(paramFlag, optlist->profileName); in clientSetParam()
3495 optlist->profileName = attrVal; in clientSetParam()