PDA

View Full Version : Secure Web Interface


royteeuwen
23-02-2008, 15:04
I was wondering if it is possible to use the mod_auth .htacess of apache to make a 2nd login screen for the Web Interface, so that when they go to http://somedomain.com:14534/ They first have to login with the .htaccess screen? If this is not possible, is it possible to do it with something else? Like PHP.

BHKai
23-02-2008, 16:27
How about ssh? That seems secure.

royteeuwen
23-02-2008, 20:05
I don't want to give ssh access to every SA. And seeing as none of the SA's know how to work with SSH that definitly isnt an option

BHKai
24-02-2008, 04:32
How would the webadmin interface become classified secure?

You just add another login page, but not an encrypted connection.

royteeuwen
24-02-2008, 14:02
thats just it, how could I add another login page for it? seeing as its on a port, and not in html apache folder

paraclete
27-02-2008, 04:49
What you are wanting is very low security. This post http://forum.teamspeak.com/showthread.php?t=30977&highlight=secure shows how to setup the server so the connection to the web interface will use SSL.

royteeuwen
27-02-2008, 16:17
Thanks for the info paraclete, unfortunatly this is not what I am looking for. I am looking for a second login screen, so that I can restrict SOME ppl who have SA to the webinterface, but not restrict it to ALL ppl. So lets say you have 2 SA's, I wuld like to have it so that only 1 SA can login to the webinterface. This would be possible for me if I could make a second login page, with a static password that is the same for every SA to whom I gave the login.

BHKai
27-02-2008, 19:47
Try using javascript and editing the index html page.