Zentyal Forum, Linux Small Business Server

Zentyal Server => Installation and Upgrades => Topic started by: wilhelmdup on March 06, 2013, 10:25:02 am

Title: [SOLVED]Web interface user login
Post by: wilhelmdup on March 06, 2013, 10:25:02 am
HI,

I am running version 3, fully patched. this is a fairly new installation. for some reason I am unable to login via the web interface. I can login with ssh and locally on the machine.

My question is to which group must a user belong to login with the web interface? I have no "admin" group as suggested by some threads.

any help would be appreciated

thanks
Title: Re: Web interface user login
Post by: ctek on March 06, 2013, 12:00:31 pm
Hi, Wilhelmdup

By default on the web interface only the user created at the time of install can login.
No other user can login.

Best regards
Bogdan
Title: Re: Web interface user login
Post by: wilhelmdup on March 06, 2013, 02:16:10 pm
Well then I have an serious problem. As I am unable to login. How do check the authentication to get the access back.
Title: Re: Web interface user login
Post by: ctek on March 06, 2013, 09:32:56 pm
if you can connect via ssh and have sudo capability you can change the password for the "Admin" (and by Admin i mean the username you used in the installation)
Title: Re: Web interface user login
Post by: wilhelmdup on March 06, 2013, 09:57:46 pm
Thanks for the reply sudo seemed to buggered as well.
Title: Re: Web interface user login
Post by: wilhelmdup on March 07, 2013, 09:24:30 am
I tried resetting the password, the reset work but I am still not able to login to the web interface.
Title: Re: Web interface user login
Post by: robb on March 07, 2013, 11:45:18 am
You can login the webinterface with ANY account that is member of the 'admin' group.

If you have installed Zentyal packages on top of Ubuntu 12.04 Server, the admin group does not exist. You have to create the group first manually:
Quote
sudo groupadd admin

Then add an existing user to the group:
Quote
sudo usermod -a -G admin <username>
Title: Re: Web interface user login
Post by: wilhelmdup on March 07, 2013, 11:56:16 am
GREAT!

Thanks for the assistance