Koozali.org: home of the SME Server

Manually changing i-Bay permissions

Offline coza

  • *
  • 5
  • +0/-0
Manually changing i-Bay permissions
« on: February 04, 2008, 12:51:24 PM »
Hey Guys,

I installed roundcube from a how-to on the forum, and it Does not show up in the server-manager panel as an existing ibay. Although when i try to create it it says that it already exists.

The ibay ( http://server/roundcube ) asks me for authentication on the ibay, and then again on the round cube log on.

How can i manually stop it from asking for ibay authentication?

( other than removing and reinstalling roundcube altogether ).

Shawn

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Re: Manually changing i-Bay permissions
« Reply #1 on: February 04, 2008, 01:47:48 PM »

( other than removing and reinstalling roundcube altogether ).


Gets my vote.^^^^

And use the rpm which wont put it in an iBay.

or

from the console

db accounts show roundcube

and read the wiki about iBay database properties.

I only see a contrib here http://wiki.contribs.org/RoundCube

Where was this how to?

Or maybe you did use a contrib....

[root@c3 ~]# config show roundcube
roundcube=service
    DbPassword=formyeyesonly
    Name=RoundCube IMAP Client
    PublicAccess=global
[root@c3 ~]#


in which case you need to change the PublicAccess property.

http://wiki.contribs.org/Web_Application_RPM#New_DB_settings
« Last Edit: February 04, 2008, 01:58:40 PM by william_syd »
Regards,
William

IF I give advise.. It's only if it was me....

Offline coza

  • *
  • 5
  • +0/-0
Re: Manually changing i-Bay permissions
« Reply #2 on: February 04, 2008, 02:24:34 PM »
Perfect, thats what i was looking for thank you so much

I did a " config setprop roundcube PublicAccess global " and it takes me straight to the login screen for roundcube from anywhere on the internet,

Thanks again.

Coza