update
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6006 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
.\" $Id$
|
.\" $Id$
|
||||||
.\"
|
.\"
|
||||||
.Dd Aug 27, 1997
|
.Dd April 19, 1999
|
||||||
.Dt KPASSWDD 8
|
.Dt KPASSWDD 8
|
||||||
.Os HEIMDAL
|
.Os HEIMDAL
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@@ -9,17 +9,52 @@
|
|||||||
Kerberos 5 password changing server
|
Kerberos 5 password changing server
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm
|
.Nm
|
||||||
|
.Op Fl -check-library= Ns Ar library
|
||||||
|
.Op Fl -check-function= Ns Ar function
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
.Nm
|
.Nm
|
||||||
servers request for password changes. It listens on UDP port 464
|
serves request for password changes. It listens on UDP port 464
|
||||||
(service kpasswd) and processes requests when they arrive. It changes
|
(service kpasswd) and processes requests when they arrive. It changes
|
||||||
the database directly and should thus only run on the master KDC.
|
the database directly and should thus only run on the master KDC.
|
||||||
|
.Pp
|
||||||
|
Supported options:
|
||||||
|
.Bl -tag -width Ds
|
||||||
|
.It Xo
|
||||||
|
.Fl -check-library= Ns Ar library
|
||||||
|
.Xc
|
||||||
|
If your system has support for dynamic loading of shared libraries,
|
||||||
|
you can use an external function to check password quality. This
|
||||||
|
option specifies which library to load.
|
||||||
|
.It Xo
|
||||||
|
.Fl -check-function= Ns Ar function
|
||||||
|
.Xc
|
||||||
|
This is the function to call in the loaded library. The function
|
||||||
|
should look like this:
|
||||||
|
.Pp
|
||||||
|
.Ft const char *
|
||||||
|
.Fn passwd_check "krb5_context context" "krb5_principal principal" "krb5_data *password"
|
||||||
|
.Pp
|
||||||
|
.Fa context
|
||||||
|
is an initialized context;
|
||||||
|
.Fa principal
|
||||||
|
is the one who tries to change passwords, and
|
||||||
|
.Fa password
|
||||||
|
is the new password. Note that the password (in
|
||||||
|
.Fa password->data )
|
||||||
|
is not zero terminated.
|
||||||
|
.El
|
||||||
.Sh DIAGNOSTICS
|
.Sh DIAGNOSTICS
|
||||||
If an error occurs, the error message is returned to the user and/or
|
If an error occurs, the error message is returned to the user and/or
|
||||||
logged to syslog.
|
logged to syslog.
|
||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
The password quality checks are too basic. It should probably use
|
The default password quality checks are too basic.
|
||||||
cracklib or something similar.
|
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr kdc 8 ,
|
.Xr kdc 8 ,
|
||||||
.Xr kpasswd 1
|
.Xr kpasswd 1
|
||||||
|
.\".Sh ENVIRONMENT
|
||||||
|
.\".Sh FILES
|
||||||
|
.\".Sh EXAMPLES
|
||||||
|
.\".Sh SEE ALSO
|
||||||
|
.\".Sh STANDARDS
|
||||||
|
.\".Sh HISTORY
|
||||||
|
.\".Sh AUTHORS
|
||||||
|
Reference in New Issue
Block a user