https://github.com/pariseed/kerberos-kdc-server-quick-test-setup
https://github.com/pariseed/kerberos-kdc-server-quick-test-setup
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pariseed/kerberos-kdc-server-quick-test-setup
- Owner: pariseed
- Created: 2019-09-01T14:58:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-01T15:01:06.000Z (almost 7 years ago)
- Last Synced: 2025-02-23T10:24:22.589Z (over 1 year ago)
- Language: Shell
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kerberos-kdc-server-quick-setup GUIDE
It create a fast and running kdc-server that come with an "example" domain to default.
Before install it make sure that the parameters set in "kerbserver" script is right for you.
Note that the kerberos user is "user01".
This script is thinked to work on CentOS and Red Hat machine but with the right accourgment it can run everywhere.
# INSTALLATION
After download extract all then enter as root in the downloaded folder and run
~~~
# make install
~~~
# UNINSTALL
Enter as root in the downloaded folder then run
~~~
# make uninstall
~~~