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