Author Topic: login webinterface zentyal 2.3  (Read 14100 times)

airtonix

  • Zen Apprentice
  • *
  • Posts: 30
  • Karma: +2/-0
    • View Profile
Re: login webinterface zentyal 2.3
« Reply #15 on: July 01, 2012, 10:32:06 am »
people should also check that the permissions of /etc/{passwd|group|shadow} :
Code: [Select]
sudo chmod 644 /etc/passwd
sudo chmod 644 /etc/group
sudo chmod 640 /etc/shadow

some of the recent changes to filesharing will mess with these when uninstalling them

addhe.warman

  • Zen Apprentice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Re: login webinterface zentyal 2.3
« Reply #16 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