KADMIND(8) | System Manager's Manual | KADMIND(8) |
kadmind | [-c file | --config-file=file] [-k file | --key-file=file] [--keytab=keytab] [-r realm | --realm=realm] [-d | --debug] [-p port | --ports=port] |
The kpasswdd(8) daemon is responsible for the Kerberos 5 password changing protocol (used by kpasswd(1)).
This daemon should only be run on the master server, and not on any slaves.
Principals are always allowed to change their own password and list their own principal. Apart from that, doing any operation requires permission explicitly added in the ACL file /var/heimdal/kadmind.acl. The format of this file is:
Where rights is any (comma separated) combination of:
And the optional principal-pattern restricts the rights to operations on principals that match the glob-style pattern.
Supported options:
kadmind --ports="+ 4711" &
This acl file will grant Joe all rights, and allow Mallory to view and add host principals.
joe/admin@EXAMPLE.COM all mallory/admin@EXAMPLE.COM add,get host/*@EXAMPLE.COM
December 8, 2004 | NetBSD 6.1 |