PDA

View Full Version : Can not login as



winger
08-08-2007, 06:52 PM
hi,

when I login as a admin then go to -> show all user -> select a reseller "name" -> login as "name", DA shows the login screen again and I have to type the reseller login and pass.

any help to fix that?

nobaloney
08-12-2007, 12:46 PM
DA should be able to handle second level logins without a password (for example admin -> reseller) but not third level logins (for example admin -> reseller -> user).

If it can't it's likely caused because your ISP (or even internal network) is using some kind of proxying that results in DirectAdmin not seeing the same origin IP# on each request. I don't know any way around that. Perhaps someone else does.

Jeff

winger
08-12-2007, 12:56 PM
Hi Jeff,

sorry for do not update here, John helps me to fix that:

The User files are in /usr/local/directadmin/data/users/admin/* ... namely, user.conf, user.usage, domains.list
If those are missing or broken, type:

cd /usr/local/directadmin/scripts
./fix_da_user.sh admin admin

it was missing in my case and after run this, all working again :)

thank you,
Ricardo.