PDA

View Full Version : Cmd_login



sami
03-23-2004, 05:44 PM
I cant find the conf file which has the value for the variable
CMD_LOGIN


whats the value for that variable by default?

I am trying to find the path to the page that it points to.

DirectAdmin Support
03-24-2004, 09:55 AM
Hello,

CMD_LOGIN is not associated with any skins because DA won't know what skin to use before the user logs in. (All skins see the same page). There is a way to create your own login screen, so just take a look here:

http://www.directadmin.com/features.php?id=250

John

interfasys
10-13-2004, 07:41 PM
Where to put images/css and how to link them?

skruf
10-13-2004, 07:58 PM
Hey,

We put the images in a directory we created here:

/var/www/html/images-login

and...

In our login.html we call them via:

http://|HOSTNAME|/images-login

I don't know if that's 100% correct but, it works for us!

David

interfasys
10-13-2004, 08:38 PM
How didn't I think of that :rolleyes:

Thanks a bunch!

tristan
03-07-2005, 06:01 AM
We're running it trough ssl, if you place your image in the /var/www dir and link it like you suggested your browser will get it through your standard webserver (not custom apache) and will use a different ssl cert (DA can't use the same certs as apache can it?) which will give some errors on most browsers, linking it to http:// will also give some errors, any method in placing the image on the custom apache server somewhere?

DirectAdmin Support
03-07-2005, 02:43 PM
Hello,

Yes, you should be able to do that.

Certificates aren't too concerned with what port you are using, so moving between 2222 and 443 shouldn't create any popups as long as the hostname is the same (if you are using the same cert/key for both da and apache), and the CA Root Certificate is installed in both apache and DA.

You can use different certificates for both apache and da and not get any popups if the domain in the certificates match the domain in your webbrowser whever you are. Basically, if you install valid certificates and login to DA/Apache ssl with matching domains, you shouldn't get a popup.

John

skruf
03-07-2005, 06:05 PM
Hey,

Sorry...

It is https://|HOSTNAME|/images-login

And yes, like John said, DA and Apache can use the same certs... Our installations do...

David