Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: ntblade on November 24, 2008, 11:41:59 AM

Title: Making I-bays non-browsable in 7.4
Post by: ntblade on November 24, 2008, 11:41:59 AM
Hi all,
Just upgraded to 7.4.  I noticed in the release notes:
Quote
ibays can now be set as non-browsable (hidden), but accessible via their UNC. An ibay can be hidden by setting the Browsable property to disabled.
How is this done please?  There's nothing in the server-manager i-bay section for exisiting i-bays.  I created a new test i-bay (again no options in server-manger).  I the did:
Code: [Select]
[root@pluto ~]# db accounts show test
test=ibay
    CgiBin=disabled
    Gid=5003
    Group=admin
    Name=Test i-bay
    PasswordSet=no
    PublicAccess=local
    Uid=5003
    UserAccess=wr-admin-rd-group
And there's nothing there.  What am I missing?

Thanks
NTB
Title: Re: Making I-bays non-browsable in 7.4
Post by: Stefano on November 24, 2008, 12:11:01 PM
Hi

Code: [Select]
db accounts setprop test Browsable disabled
signal-event ibay-modify test

HTH
ciao
Stefano
Title: Re: Making I-bays non-browsable in 7.4
Post by: ntblade on November 24, 2008, 12:58:09 PM
Thanks, I tought it might have been something like that.

N
Title: Re: Making I-bays non-browsable in 7.4
Post by: lucho115 on November 25, 2008, 02:03:07 PM
Quote
db accounts setprop test Browsable disabled
signal-event ibay-modify test
ok i solve the needed with this command too, but it will be great that all this things could be setting up in the server-manager web panel, like an advance tab, is to hard to do it?
thanks
bye
Title: Re: Making I-bays non-browsable in 7.4
Post by: e[nt]e on November 25, 2008, 03:25:16 PM
ok i solve the needed with this command too, but it will be great that all this things could be setting up in the server-manager web panel, like an advance tab, is to hard to do it?
Then your best bet is to launch a NFR at the bugtracker (http://bugs.contribs.org/).
As that is the place where development is discussed.

Regards
Niklas