w2lame
w2lame

Reputation: 2813

Setting up Kerberos in python in Ubuntu machine

I need to setup a kerberos server on my Ubuntu machine for the authentication of users. I tried using pykpass for the same, but was facing some problems in installing the python module. Is there some other way to do the same?

Upvotes: 4

Views: 1201

Answers (1)

user225312
user225312

Reputation: 131677

sudo apt-get install python-kerberos

Upvotes: 3

Related Questions