Searched refs:moddn (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapmodify.c76 #define T_MODDNCTSTR "moddn"
449 int expect_deleteoldrdn, expect_newparent, rename, moddn; local
458 expect_chgtype_or_control = linenum = got_value = rename = moddn = 0;
593 moddn = 1;
596 moddn = 1;
617 fprintf(stderr, gettext("%s: Missing changetype operation specification.\n\tThe dn line must be followed by \"changetype: operation\"\n\t(unless ldapmodify is called with -a option)\n\twhere operation is add|delete|modify|modrdn|moddn|rename\n\t\"%s\" is not a valid changetype operation specification\n\t(line %d of entry %s)\n"),
686 /* Since this is an optional argument for rename/moddn, cause
703 if ( moddn ) {
H A Dldapsearch.c113 fprintf( stderr, gettext("\t\tchangetypes are add,delete,modify,moddn,any\n") );
583 else if ((strcasecmp(ps_ptr, "moddn"))==0)
1384 s = gettext("moddn");

Completed in 59 milliseconds