| OPENPAM_SET_FEATURE(3) | Library Functions Manual | OPENPAM_SET_FEATURE(3) | 
openpam_set_feature —
#include <sys/types.h>
#include <security/pam_appl.h>
#include <security/openpam.h>
int
  
  openpam_set_feature(int
    feature, int
    onoff);
The openpam_set_feature() function sets
    the state of the specified feature to the value specified by the
    onoff argument. See
    openpam_get_feature(3)
    for a list of recognized features.
openpam_set_feature() function returns one of the
  following values:
PAM_SUCCESS]PAM_BAD_FEATURE]openpam_set_feature() function is an OpenPAM
  extension.
openpam_set_feature() function and this manual page
  were developed by Dag-Erling Smørgrav
  <des@des.no>.
| April 30, 2017 | NetBSD 9.4 |