Hi there,
I have a question.
I have root permission on my server CentOS and I have just install directadmin. Now, I want to create secondary admin by command line. I do:
# useradd secondaryadmin -s /bin/bash
# passwd secondaryadmin
# cd /usr/local/directadmin/data/users
# ll
admin
# mkdir secondaryadmin
# cp -rf admin/* secondaryadmin/
after that, I vim config file secondaryadmin/user.conf
username=secondaryadmin
name = admin --> save all.
I access IP:2222 and login with secondaryadmin and appear error output :
User Error
Details
Unable to determine Usertype
user.conf needs to be repaired
.
How do I fix this problem. Thanks.
Best regards,
I have a question.
I have root permission on my server CentOS and I have just install directadmin. Now, I want to create secondary admin by command line. I do:
# useradd secondaryadmin -s /bin/bash
# passwd secondaryadmin
# cd /usr/local/directadmin/data/users
# ll
admin
# mkdir secondaryadmin
# cp -rf admin/* secondaryadmin/
after that, I vim config file secondaryadmin/user.conf
username=secondaryadmin
name = admin --> save all.
I access IP:2222 and login with secondaryadmin and appear error output :
User Error
Details
Unable to determine Usertype
user.conf needs to be repaired
.
How do I fix this problem. Thanks.
Best regards,