Problem solved. I edited /etc/login.conf and added
Then I executed the command:
I read this from the FreeBSD manual. Elsewhere the edits in login.conf will not work.
Now with "crypt_method=1" in directadmin.conf everything works properly.
The open question which remains is how to make it work with crypt_method=6 (SHA512)
P.S. I see you posted before me. Now everything is clear. MD5 only and that's it. Case closed.
Code:
:passwd_format=md5:\
Then I executed the command:
Code:
cap_mkdb /etc/login.conf
I read this from the FreeBSD manual. Elsewhere the edits in login.conf will not work.
Now with "crypt_method=1" in directadmin.conf everything works properly.
The open question which remains is how to make it work with crypt_method=6 (SHA512)
P.S. I see you posted before me. Now everything is clear. MD5 only and that's it. Case closed.
Last edited: