Monday, April 9, 2012

Kerberos


Ubuntu Reference

Admin the Kerberos
Kerberos
ktadd keytab

Server

The‘kadmin.local’ is intended to run directly on the KDC without any Kerberos authentication. Normal UNIX users cannot execute this command. Executing the kadmin.local command will display the kadmin.local prompt only if you are the root user. 

Client

kinit alfresco/admin@EXAMPLE.COM
klist


Admin
kadmin -p alfresco/admin
klist -ef

Python Kerberso

sudo apt-get install libkrb5-dev
pip install kerberos

No comments:

Post a Comment