$ git clone https://oskt.secure-endpoints.com/git/krb5_admin
or $ git clone https://imrryr.org/git/krb5_admin
or $ git clone https://github.com/elric1/krb5_admin
Open Source
Kerberos Tooling
|
|
krb5_adminOverviewKrb5_admin is a set of tools that replace kadmin for the purposes of managing the Kerberos database and your Kerberos infrastructure. It offers the following key benefits:
The tools are written in a scripting language (Perl) and designed to be easily extensible at an installation to allow rapid development of custom functionality. This allows sites to quickly modify the basic ACLs with which krb5_admin ships to tailor them to an individual site. Any provided command can have its service side ACLs either extended or completely replaced with custom code which can, for example,
Or to modify existing commands to change their behaviour, for example, redefining the administrative password reset workflow. New commands can also be defined easily. This allows a site to provide custom commands when the need arises. Some situations where this has proved useful are:
DocumentationThe man pages: Perl Pod documentation: DownloadThe current development sources can be obtained via git:
System requirements, building, installing, configuring and running krb5_admin are covered in the krb5_admin Tutorial. AuthorsRoland C. Dowdeswell. LicenseThe code is licensed via a BSD/MIT style license. |