Configure Kerberos in python on an Ubuntu machine

I need to configure the kerberos server on my Ubuntu computer to authenticate users. I tried using pykpass for the same, but ran into some problems when installing the python module. Is there any other way to do the same?

+4
source share
1 answer
sudo apt-get install python-kerberos 
+3
source

Source: https://habr.com/ru/post/1336197/


All Articles