PDA

View Full Version : /home/tmp


rhoekman
05-09-2004, 05:38 PM
I just saw that a /home/tmp was created with a da_user session file in it with ip and user account data. At first I thought it was a hack attempt with a misdirected file copy to /tmp :) I would like to know what triggered it. Thanks!

jdlitson
05-10-2004, 01:25 AM
I just tried the same on my server, and get the same. But mine seems to be encypted. -Jason

DirectAdmin Support
05-10-2004, 11:25 AM
Hello,

That's where DA stores it's tmp info. You can set the tmp directory in the directadmin.conf. The da_sess* files are the DirectAdmin session files. It's normal. :)

John

rhoekman
05-10-2004, 11:30 AM
Ah, well the reason for my paranoia was that it wasn't there at first (I think). Just wanted to know if a user creates a database this happens or something else that requires a da_session? I'm probably seeing ghosts here :)

rhoekman
05-11-2004, 05:33 AM
Should the information in the da_session be encrypted btw? I see the user ip adres plus username and password..

DirectAdmin Support
05-11-2004, 10:55 AM
Hello,

The password is. The rest isn't (As you can see). The permissions on the files should be such that nobody else can get at them.

John

jdlitson
05-11-2004, 02:30 PM
Mine are completly encrypted. You can not see the user id password or IP.
Any way it doesn't matter if it is encrypted or not. If you have access to see the file then you can do anything you want regardless.

rhoekman
05-11-2004, 02:34 PM
True, just wanted to know why mine is not and others are encrypted. Better safe then sorry :)