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

/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapmodify.c44 static char *rejfile = NULL; variable
132 fprintf( stderr, gettext(" -e rejfile\tsave rejected entries in \"rejfile\"\n") );
330 if ( rc != LDAP_SUCCESS && rejfile != NULL ) {
334 if ( stat( rejfile, &stbuf ) < 0 ) {
339 if (( rfp = ldaptool_open_file( rejfile, "a" )) == NULL ) {
341 "erroneous entries will not be saved\n"), rejfile );
342 rejfile = NULL;
413 rejfile = strdup( optarg );

Completed in 899 milliseconds