Koozali.org: home of the SME Server

Remove advuseraccounts

Offline cb-wizzard

  • 11
  • +0/-0
Remove advuseraccounts
« on: March 13, 2013, 06:37:58 AM »
Hi,

Trying to upgrade, have advuseraccounts installed - not working after restore on new server v8, unable to authenticate to server now.  How can I disable or reinstall this?

Thanks
Chris

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: Remove advuseraccounts
« Reply #1 on: March 22, 2013, 02:31:56 PM »
I don't know any details of that contrib, other than the name of the server-manager panel script. So let's use that to find the name
of the contrib rpm:

rpm -qf /etc/e-smith/web/functions/advuseraccounts

and now let's use that information to remove the contrib rpm.

rpm -e $(rpm -qf /etc/e-smith/web/functions/advuseraccounts)

Now you need to use the 'reconfigure' option of the admin console or the server manager to reconfigure and reboot the system (which will remove the link to the advuseraccounts panel from the server-manager).

Before you do any of that, you should report whatever is wrong with the advuseraccounts panel via the bug tracker ("not working" is not sufficient detail), so that someone can fix it. Go to http://bugs.contribs.org/ to report the problem.