Lines Matching defs:profileName
76 * profileName
268 char *profileName;
820 if (arglist->profileName != NULL) {
822 gettext("Manual aborted: profileName is not supported "
850 LDAP_SET_PARAM(arglist->profileName, NS_LDAP_PROFILE_P);
1117 if (arglist->profileName != NULL) {
1119 gettext("Mod aborted: profileName modification is "
1139 LDAP_SET_PARAM(arglist->profileName, NS_LDAP_PROFILE_P);
1360 if (arglist->profileName == NULL) {
1366 arglist->profileName = "default";
1382 LDAP_SET_PARAM(arglist->profileName, NS_LDAP_PROFILE_P);
1508 if (arglist->profileName == NULL) {
1514 arglist->profileName = "default";
1565 cfg.SA_PROFILE_NAME = arglist->profileName;
1953 "-a profileName=<name> "
3258 arg_count += list->profileName ? 1 : 0;
3293 CLIENT_PRINT("\tprofileName: ", list->profileName);
3326 {"profileName", NS_LDAP_PROFILE_P},
3493 CLIENT_OPT_CHECK(paramFlag, optlist->profileName);
3494 optlist->profileName = attrVal;