Home
last modified time | relevance | path

Searched full:pam_acct_mgmt (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/contrib/openpam/doc/man/
H A Dpam_acct_mgmt.31 .\" Generated from pam_acct_mgmt.c by gendoc.pl
6 .Nm pam_acct_mgmt
12 .Fn pam_acct_mgmt "pam_handle_t *pamh" "int flags"
15 .Fn pam_acct_mgmt
31 .Fn pam_acct_mgmt
36 .Fn pam_acct_mgmt
72 .Fn pam_acct_mgmt
H A Dpam_sm_acct_mgmt.37 .Nd service module implementation for pam_acct_mgmt
19 .Xr pam_acct_mgmt 3
53 .Xr pam_acct_mgmt 3 ,
H A Dpam.36 .Nm pam_acct_mgmt ,
29 .Fn pam_acct_mgmt "pam_handle_t *pamh" "int flags"
130 .Fn pam_acct_mgmt
233 .Xr pam_acct_mgmt 3 ,
H A DMakefile.am5 pam_acct_mgmt.3 \
H A Dpam.man69 .Fn pam_acct_mgmt
H A Dpam.conf.584 .Pq Xr pam_acct_mgmt 3
/freebsd/contrib/openpam/lib/libpam/
H A Dpam_acct_mgmt.c54 pam_acct_mgmt(pam_handle_t *pamh, in pam_acct_mgmt() function
73 * The =pam_acct_mgmt function verifies and enforces account restrictions
84 * If any other bits are set, =pam_acct_mgmt will return
H A Dpam_sm_acct_mgmt.c49 * Service module implementation for pam_acct_mgmt
82 * of the =pam_acct_mgmt API function.
H A DMakefile.am53 pam_acct_mgmt.c \
H A DMakefile.in151 openpam_ttyconv.lo pam_acct_mgmt.lo pam_authenticate.lo \
210 ./$(DEPDIR)/pam_acct_mgmt.Plo ./$(DEPDIR)/pam_authenticate.Plo \
457 pam_acct_mgmt.c \
611 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_acct_mgmt.Plo@am__quote@ # am--include-marker
827 -rm -f ./$(DEPDIR)/pam_acct_mgmt.Plo
927 -rm -f ./$(DEPDIR)/pam_acct_mgmt.Plo
H A Dopenpam_constants.c152 [PAM_SM_ACCT_MGMT] = "pam_acct_mgmt",
/freebsd/contrib/openpam/bin/pamtest/
H A Dpamtest.170 .Xr pam_acct_mgmt 3 .
131 .Xr pam_acct_mgmt 3 ,
181 .Xr pam_acct_mgmt 3 ,
H A Dpamtest.c124 * Wrapper for pam_acct_mgmt(3)
132 pt_verbose("pam_acct_mgmt()"); in pt_acct_mgmt()
133 if ((pame = pam_acct_mgmt(pamh, flags)) != PAM_SUCCESS) in pt_acct_mgmt()
134 pt_error(pame, "pam_acct_mgmt()"); in pt_acct_mgmt()
/freebsd/contrib/pam-krb5/docs/
H A Ddocknot.yaml382 pam_acct_mgmt
430 `pam_acct_mgmt` finds the ticket cache, reads it in to obtain the
445 pam_acct_mgmt
455 Calling `pam_acct_mgmt` is optional; pam-krb5 doesn't do anything
460 `pam_setcred` (and therefore `pam_open_session`) and `pam_acct_mgmt`
474 not call `pam_acct_mgmt` or ignore its exit status. The fully correct
476 `PAM_NEW_AUTHTOK_REQD` from `pam_acct_mgmt`) can be enabled with the
484 pam_acct_mgmt
H A Dpam_krb5.pod117 Provides an implementation of pam_acct_mgmt(). All it does is do the same
530 without attempting a password change, and then pam_acct_mgmt() should
534 applications call pam_acct_mgmt() and check its return status; otherwise,
544 only for specific applications known to call pam_acct_mgmt() and check its
901 pam_setcred(), pam_start_session(), and pam_acct_mgmt() don't make sense
/freebsd/contrib/openpam/t/
H A Dt_openpam_dispatch.c88 pam_err = pam_acct_mgmt(pamh, 0);
89 t_printv("pam_acct_mgmt() returned %d\n", pam_err);
163 pam_err = pam_acct_mgmt(pamh, tc->flags);
/freebsd/contrib/pam-krb5/
H A DREADME.md410 pam_acct_mgmt
458 `pam_acct_mgmt` finds the ticket cache, reads it in to obtain the
473 pam_acct_mgmt
483 `pam_acct_mgmt` is optional; pam-krb5 doesn't do anything different when
488 (and therefore `pam_open_session`) and `pam_acct_mgmt` return
502 not call `pam_acct_mgmt` or ignore its exit status. The fully correct PAM
504 `PAM_NEW_AUTHTOK_REQD` from `pam_acct_mgmt`) can be enabled with the
512 pam_acct_mgmt
H A DREADME382 pam_acct_mgmt
427 pam_acct_mgmt finds the ticket cache, reads it in to obtain the
441 pam_acct_mgmt
450 Calling pam_acct_mgmt is optional; pam-krb5 doesn't do anything
455 (and therefore pam_open_session) and pam_acct_mgmt return PAM_IGNORE,
468 not call pam_acct_mgmt or ignore its exit status. The fully correct PAM
470 PAM_NEW_AUTHTOK_REQD from pam_acct_mgmt) can be enabled with the
477 pam_acct_mgmt
/freebsd/lib/libpam/libpam/
H A DMakefile76 pam_acct_mgmt.c \
120 pam_acct_mgmt.3 \
/freebsd/usr.bin/su/
H A Dsu.c320 retcode = pam_acct_mgmt(pamh, 0); in main()
340 if (audit_submit(AUE_su, auid, EPERM, 1, "pam_acct_mgmt: %s", in main()
344 syslog(LOG_ERR, "pam_acct_mgmt: %s", in main()
/freebsd/contrib/pam-krb5/module/
H A Daccount.c2 * Implements the PAM authorization function (pam_acct_mgmt).
H A Dpublic.c76 * here, since many applications don't call pam_acct_mgmt.
/freebsd/lib/libpam/modules/pam_krb5/
H A Dpam-krb5.8165 Provides an implementation of \fBpam_acct_mgmt()\fR. All it does is do the same
552 without attempting a password change, and then \fBpam_acct_mgmt()\fR should
556 applications call \fBpam_acct_mgmt()\fR and check its return status; otherwise,
566 only for specific applications known to call \fBpam_acct_mgmt()\fR and check its
893 \&\fBpam_setcred()\fR, \fBpam_start_session()\fR, and \fBpam_acct_mgmt()\fR don't make sense
/freebsd/contrib/openpam/include/security/
H A Dpam_appl.h52 pam_acct_mgmt(pam_handle_t *_pamh,
/freebsd/contrib/openpam/bin/su/
H A Dsu.c114 if ((pam_err = pam_acct_mgmt(pamh, 0)) == PAM_NEW_AUTHTOK_REQD) in main()

12