Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - addhe.warman

Pages: [1]
1
Installation and Upgrades / Re: login webinterface zentyal 2.3
« on: July 01, 2014, 07:13:13 pm »

if the user is not there then create your user and assign it to sudo group
root@google:~# useradd awan
root@google:~# passwd awan

------ if the user already there
root@google:~# usermod -a -G sudo awan
root@google:~# passwd awan
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully

<<---- quick solution, change 'awan' to your user. and then reload the page and try to login

Pages: [1]