Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
added 240 characters in body
Source Link
Vex -
  • 13
  • 1
  • 6

EDIT2: As suggested by mxttie I could use pam_exec, but it would be more "getting around" the problem without really solving it. I would have to create a folder in "/home", then a folder in "/ftp/pub" for each user who would connect in order to solve the two consecutive 500 OOPS errors

EDIT2: As suggested by mxttie I could use pam_exec, but it would be more "getting around" the problem without really solving it. I would have to create a folder in "/home", then a folder in "/ftp/pub" for each user who would connect in order to solve the two consecutive 500 OOPS errors

added 1 character in body
Source Link
Vex -
  • 13
  • 1
  • 6

EDIT: SSH login creates successfuly a home offor the user in the default path (/home), FTP login neither create it in /home, nor forin /ftp/pub my goal is to create a home for the user on FTP login in /ftp/pub

EDIT: SSH login creates successfuly a home of the user in the default path (/home), FTP login neither create it in /home, nor for /ftp/pub my goal is to create a home for the user on FTP login in /ftp/pub

EDIT: SSH login creates successfuly a home for the user in the default path (/home), FTP login neither create it in /home, nor in /ftp/pub my goal is to create a home for the user on FTP login in /ftp/pub

added 150 characters in body
Source Link
Vex -
  • 13
  • 1
  • 6

EDIT: SSH login creates successfuly a home of the user in the default path (/home), FTP login neither create it in /home, nor for /ftp/pub my goal is to create a home for the user on FTP login in /ftp/pub

EDIT: SSH login creates successfuly a home of the user in the default path (/home), FTP login neither create it in /home, nor for /ftp/pub my goal is to create a home for the user on FTP login in /ftp/pub

Source Link
Vex -
  • 13
  • 1
  • 6
Loading