Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dod38fr/config-model-kerberos
Edit and validate Kerberos configuration (orphaned, looking for new maintainer)
https://github.com/dod38fr/config-model-kerberos
Last synced: 2 days ago
JSON representation
Edit and validate Kerberos configuration (orphaned, looking for new maintainer)
- Host: GitHub
- URL: https://github.com/dod38fr/config-model-kerberos
- Owner: dod38fr
- Created: 2012-06-12T12:07:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-04-12T17:35:41.000Z (over 8 years ago)
- Last Synced: 2025-01-02T23:57:15.068Z (6 days ago)
- Language: Perl
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.pod
Awesome Lists containing this project
README
=head1 Config::Model::Krb5 - Edit and validate Kerberos configuration
Config-Model-Krb5 is a description of the structure and constraints of
of Kerberos configuration.The description is located in the files under lib/Config/Model/models.
This description can be loaded by L to create a
configuration tree. (i.e. a set of objects to hold Kerberos
configuration data)The file lib/Config/Model/Krb5.pm contains code to load Kerberos
configuration data from config file into the configuration tree and
then to write back configuration data.=head1 Author
This code was originally written by Peter Knowles and is licensed with
LGPL-2.1 (or more). Unfortunately, his priorities have changed and
Peter is no longer interested in maintaining Config-Model-Krb5. He
kindly agreed to let me publish the code in the hope that another
maintainer will step up.=head1 TODO
Here's a short list of what needs to be done:
=over
=item *
Create the required files for a Perl distribution, i.e write a
Makefile.PL or a Build.PL or use L. For the latter, you
can re-use the
L.=item *
May be refresh the model (in this case, you should use
L with L to edit and
verify the model), I.e., after cloning this repo, run:cme meta edit
On Debian, run
apt install cme libconfig-model-itself-perl libconfig-model-tester-perlto install the required packages.
=item *
Add non-regression tests in t/ directory. Using
L is recommended. See the test cases done for openssh in
L=item *
publish it on CPAN
=back
Feel free to contact config-model author to get help on this task. Or
send your questions to config-model-usets at lists.sourceforge.net