|
Hopefully, this page is exactly what you are looking for, but if not, you can always find further assistance on Unix/Linux Forum!
KPASSWDD(8) FreeBSD System Manager's Manual KPASSWDD(8)
NAME
kpasswdd -- Kerberos 5 password changing server
SYNOPSIS
kpasswdd [--check-library=library] [--check-function=function] [-k kspec
| --keytab=kspec] [-r realm | --realm=realm] [-p string |
--port=string] [--version] [--help]
DESCRIPTION
kpasswdd serves request for password changes. It listens on UDP port 464
(service kpasswd) and processes requests when they arrive. It changes the
database directly and should thus only run on the master KDC.
Supported options:
--check-library=library
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.
--check-function=function
This is the function to call in the loaded library. The function
should look like this:
const char * passwd_check(krb5_context context, krb5_principal
principal, krb5_data *password)
context is an initialized context; principal is the one who tries
to change passwords, and password is the new password. Note that
the password (in password->data) is not zero terminated.
-k kspec, --keytab=kspec
Keytab to get authentication key from
-r realm, --realm=realm
Default realm
-p string, --port=string
Port to listen on (default service kpasswd - 464).
DIAGNOSTICS
If an error occurs, the error message is returned to the user and/or
logged to syslog.
BUGS
The default password quality checks are too basic.
SEE ALSO
kpasswd(1), kdc(8)
HEIMDAL April 19, 1999 HEIMDAL
Man(1) output converted with
man2html and wrapped by fishsponge
This page was generated on Wed Sep 19 20:35:08 BST 2007
|
Your favourite pages:
No pages logged yet. Trying to save cookie... Top 10 most popular pages:
svn man page (5400 hits) (FreeBSD 6.2)
sqlite3 man page (5399 hits) (openSUSE 10.2)
adv_cap_autoneg man page (4903 hits) (Solaris 10 11_06)
CPAN man page (4638 hits) (Suse Linux 10.1)
ssh man page (4358 hits) (Suse Linux 10.1)
ssh-socks5-proxy-connect man page (3024 hits) (Solaris 10 11_06)
netcat man page (2831 hits) (Suse Linux 10.1)
signal man page (2740 hits) (Suse Linux 10.1)
pprosetup man page (2531 hits) (Solaris 10 11_06)
startproc man page (2526 hits) (Suse Linux 10.1)
|