Replies: 3 comments
-
Hi, /etc/password on Linux doesn't come with passwords, /etc/shadow does. You can try the "pammavis" backend:
The "shadow" Perl module can handle this too. You can find quite some information about the supported authentication mechanisms in the "mavis" docs, online available at https://www.pro-bono-publico.de/projects/mavis.html Please keep in mind that tac_plus is deprecated and tac_plus-ng is recommended, especially for new installations. Regarding "login = crypt ..." not working: tac_plus can cope with whatever password hashes your operating system supports. Please double-check that the hash you're using isn't malformed. Cheers, Marc |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
I want to add authentication in tac_plus service via local username and password of OS Linux Ubuntu. How can I mention that my password for users should be taken from file /etc/passwd in tac_plus.cfg config file? Can someone give some advice and help?
Or maybe I have a way to crypt passwords in my config file? The syntax below didn't work
user = test {
login = crypt 'MyOwnPassword'
Beta Was this translation helpful? Give feedback.
All reactions