We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After installing Jupyterhub on kubernates with PAMAuthenticator on CentOS 7, unable to login with user to jupyterhub,
When I check the test command given, I got error, as mentioned below.
[root@kdss-4qdzl-0 home]# python -m pamela -a whoami /usr/bin/python: No module named pamela [root@kdss home]# [root@kdss home]# [root@kdss home]# python3 -m pamela -a whoami Password: [PAM Error 3] Error in service module [root@kdss home]# [root@kdss home]# [root@kdss home]# find / -name pamela.py /opt/anaconda3/lib/python3.6/site-packages/pamela.py [root@kdss home]#
whoami
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After installing Jupyterhub on kubernates with PAMAuthenticator on CentOS 7, unable to login with user to jupyterhub,
When I check the test command given, I got error, as mentioned below.
[root@kdss-4qdzl-0 home]# python -m pamela -a
whoami
/usr/bin/python: No module named pamela
[root@kdss home]#
[root@kdss home]#
[root@kdss home]# python3 -m pamela -a
whoami
Password:
[PAM Error 3] Error in service module
[root@kdss home]#
[root@kdss home]#
[root@kdss home]# find / -name pamela.py
/opt/anaconda3/lib/python3.6/site-packages/pamela.py
[root@kdss home]#
The text was updated successfully, but these errors were encountered: