I've installed Joomla 1.10.12 using the smeserver-joomla contrib from
www.dungog.net on my SME Server 7.1.3. I will be using it as an intranet CMS. By default Joomla is installed in the /opt/joomla directory. The intranet can be accessed through
http://foo.bar.com/joomla (where foo is the name of my SME server, not the real name of course).
I created a subdomain "intranet.bar.com" and an ibay named "intranet'. The intranet ibay is accessible through the internet or local network but only with a password (the PublicAccess property is set to global-pw). I placed an html redirect file towards "
http://foo.bar.com/joomla" in the "ibays/intranet/html" directory. As a result, the intranet can also be accessed using the "
http://intranet.bar.com" URL. In fact I want this to be the only access point for entering the intranet.
In order to make sure that only valid users enter the intranet through the "
http://foo.bar.com/joomla" URL, I changed the PublicAccess property of the joomla service from "global" to "global-pw".
Now this is what happens: if I access the "
http://intranet.bar.com" I'm presented with two login dialogs: the first for the intranet ibay username/password. After entering the correct password, users are redirected to the "http//foo.bar.com/joomla" site and there they have to enter a second password (their personal username/password).
Using two passwords is confusing and a little bit of overkill. I wonder if there isn't a easier method. Either I'd like to use the ibay username/password or the users' username/password, not both. I don't know if and how I can pull this off. Anyone?