Replies: 2 comments 1 reply
-
TFM will not support standard system user login. you can customise to use LDAP login https://i12bretro.github.io/tutorials/0046.html |
Beta Was this translation helpful? Give feedback.
-
PAM is a part of the authentication stack on Linux (and maybe other systems). I found this possible path to something close to what you want to do : https://stackoverflow.com/questions/1667996/is-it-possible-to-have-a-php-script-authenticate-users-with-their-linux-user-inf However, I don't know what should be changed in PAM configuration (a broken PAM makes you unable to login into a system...) neither do I fully understand the security consequences. Good luck ! |
Beta Was this translation helpful? Give feedback.
-
Hello,
Could some one point me how I can use a standard Linux system user with password to do the login process and set the root as the home directory of the system user.
Any help will be appreciated
Beta Was this translation helpful? Give feedback.
All reactions