|
NAMEkrb5_pwcheck ,
kadm5_setup_passwd_quality_check ,
kadm5_add_passwd_quality_verifier ,
kadm5_check_password_quality —
Heimdal warning and error functions
LIBRARYKerberos 5 Library (libkadm5srv, -lkadm5srv)SYNOPSIS#include <kadm5-protos.h>
#include <kadm5-pwcheck.h>
void
krb5_error_code
const char *
int
DESCRIPTIONThese functions perform the quality check for the heimdal database library.There are two versions of the shared object API; the old version (0) is deprecated, but still supported. The new version (1) supports multiple password quality checking policies in the same shared object. See below for details. The password quality checker will run all policies that are configured by the user. If any policy rejects the password, the password will be rejected. Policy names are of the form
‘ IMPLEMENTING A PASSWORD QUALITY CHECKING SHARED OBJECT(This refers to the version 1 API only.)Module shared objects may conveniently be compiled and linked with
libtool(1).
An object needs to export a symbol called
‘ Its name and vendor
fields should contain the obvious information. name
must match the ‘ funcs contains an array of
struct kadm5_pw_policy_check_func structures that is
terminated with an entry whose name component is
RUNNING THE CHECKSkadm5_setup_passwd_quality_check sets up type 0 checks.
It sets up all type 0 checks defined in
krb5.conf(5)
if called with the last two arguments null.
SEE ALSOlibtool(1), krb5(3), krb5.conf(5)
Visit the GSP FreeBSD Man Page Interface. |