Home
last modified time | relevance | path

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
330 if ( rc != LDAP_SUCCESS && rejfile != NULL ) { in process()
334 if ( stat( rejfile, &stbuf ) < 0 ) { in process()
339 if (( rfp = ldaptool_open_file( rejfile, "a" )) == NULL ) { in process()
341 "erroneous entries will not be saved\n"), rejfile ); in process()
342 rejfile = NULL; in process()
413 rejfile = strdup( optarg ); in options_callback()