E Eric Verified User Joined Mar 25, 2004 Messages 110 Nov 17, 2004 #1 Does DirectAdmin authenticate logins using /etc/shadow or another file?
jmstacey Verified User Joined Feb 12, 2004 Messages 3,887 Location Colorado Nov 17, 2004 #2 /etc/passwd
E Eric Verified User Joined Mar 25, 2004 Messages 110 Nov 18, 2004 #3 How can it authenticate through /etc/passwd if /etc/passwd doesn't contain passwords? Code: In /etc/passwd username:x:uid:gid:comment:homeDIR:shell
How can it authenticate through /etc/passwd if /etc/passwd doesn't contain passwords? Code: In /etc/passwd username:x:uid:gid:comment:homeDIR:shell
S saman Verified User Joined Jun 28, 2004 Messages 37 Nov 18, 2004 #4 Yes, system wide passwords are in /etc/shadow although POP3/FTP usernames/passwords are stored in a seperate file for each domain. Last edited: Nov 18, 2004
Yes, system wide passwords are in /etc/shadow although POP3/FTP usernames/passwords are stored in a seperate file for each domain.