Author Topic: [SOLVED] usercorner : Internal Server Error  (Read 3972 times)

FFXP

  • Zen Apprentice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
[SOLVED] usercorner : Internal Server Error
« on: November 25, 2013, 06:02:26 pm »
Hello,

I'm facing an issue on a Zentyal 3.2 install that I can't figure out. I created a bunch of group and users and enabled the usercorner so they can change their password on their own. The usercorner login page loads correctly but when I log in I get an error 500 "Internal Server Error".

I got the folliwing information in /var/log/zentyal-usercorner/zentyal.log :
Quote
2013/11/25 17:53:26 DEBUG> Auth.pm:244 EBox::UserCorner::Auth::credentials - session {value} does not exist. at /usr/share/perl5/EBox/UserCorner/Auth.pm line 244
2013/11/25 17:53:26 DEBUG> UserCorner.pm:364 EBox::UserCorner::getRoPassword - Could not get LDAP password at /usr/share/perl5/EBox/UserCorner.pm line 364
2013/11/25 17:55:18 DEBUG> Auth.pm:244 EBox::UserCorner::Auth::credentials - session {value} does not exist. at /usr/share/perl5/EBox/UserCorner/Auth.pm line 244
2013/11/25 17:55:18 DEBUG> UserCorner.pm:364 EBox::UserCorner::getRoPassword - Could not get LDAP password at /usr/share/perl5/EBox/UserCorner.pm line 364

I can't figure out what is wrong  ???
Did someone face the same issue?
« Last Edit: November 26, 2013, 09:46:16 am by FFXP »

one2black

  • Zen Apprentice
  • *
  • Posts: 13
  • Karma: +1/-0
    • View Profile
Re: usercorner : Internal Server Error
« Reply #1 on: November 26, 2013, 12:13:03 am »
Hello,

yes I had the same issue. For some reason the LDAP-Passowrd was deleted after samba update!

Step:: 1 - Copy password
Use web interface -> Users and Computers -> LDAP Settings. Copy the Password listed under "Read-only password".

Step:: 2 - Save file
sudo cp /var/lib/zentyal-usercorner/conf/ldap_ro.passwd /var/lib/zentyal-usercorner/conf/ldap_ro.passwd.old

Step:: 3 - Copy password
sudo nano var/lib/zentyal-usercorner/conf/ldap_ro.passwd
Delete the password inside ldap_ro.passwd and insert the password from Step 1.

Step:: 4 - Restart
sudo /etc/init.d/zentyal apache restart
sudo /etc/init.d/zentyal usercorner restart

Thats work fine for me

FFXP

  • Zen Apprentice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: usercorner : Internal Server Error
« Reply #2 on: November 26, 2013, 09:45:58 am »
Hello one2black,

you saved the day  :) everything is working now.
Thank you for your help

ismith78

  • Zen Apprentice
  • *
  • Posts: 15
  • Karma: +0/-0
    • View Profile
Re: [SOLVED] usercorner : Internal Server Error
« Reply #3 on: April 11, 2014, 02:02:14 pm »
Sadly this doesn't work on 3.4.1

mckeownsc

  • Zen Apprentice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: [SOLVED] usercorner : Internal Server Error
« Reply #4 on: April 12, 2014, 09:01:20 pm »
Thank you very much. Worked for me. (3.3.8 )