6 Jan
2017
6 Jan
'17
12:44
06.01.2017 12:23, josef Karliak пишет:
Hi there,
is there possible to set up PAM to search for users and passwords in another file, for example "/etc/external_accounts" ? With 3DES password's hash...
There are several alternative PAM modules but all are using crypt() at the end and crypt() does not implement 3DES. So your option is probably to write own PAM or NSS module that supports alternative password file and encryption algorithm. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org