Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: Seeker on October 12, 2006, 02:19:32 PM

Title: Primary iBay Permissions
Post by: Seeker on October 12, 2006, 02:19:32 PM
How to change the permissions for the primary iBay. I need to allow read write to another user.
Title: Primary iBay Permissions
Post by: byte on October 12, 2006, 03:14:42 PM
You can't the Primary is only for the admin user, you best option is to create a new ibay and give the relevant user(s) access.
Title: Primary iBay Permissions
Post by: cactus on October 13, 2006, 08:56:19 AM
Quote from: "byte"
You can't the Primary is only for the admin user, you best option is to create a new ibay and give the relevant user(s) access.
Yes you can... simply create a group with any name, but with the description "Domain Admins" (be sure to type it exactly like that), add your user to this group (the admin user should be added by default, but will not be visible) and it should have rights on the Primary ibay as well.

This is all from recollection, so check to see if it is correct :-)
Title: Primary iBay Permissions
Post by: girkers on October 18, 2006, 06:48:40 AM
I read this in the Doco and have set it up, but it doesn't work, I have read access, but am unable to write to the html directory.
Title: Primary iBay Permissions
Post by: girkers on October 23, 2006, 03:13:21 AM
Does anyone know how to recitfy this or is there a log that I can look at to help me determine what the issue might be?
Title: Primary iBay Permissions
Post by: girkers on October 25, 2006, 06:05:27 AM
I would appear that this only works if you have joined the SME domain, as I have an AD domain already. I created myself on the SME server and added myself to the relevant group 'Domain Admins' but I still could not write to the Primary iBay.

Oh well.
Title: Primary iBay Permissions
Post by: raem on October 25, 2006, 01:29:54 PM
girkers

> I still could not write to the Primary iBay.

Permission issue ?

[root@myserver Primary]# ls -al
drwxr-s---   2 admin shared 4096 Oct 22 01:44 cgi-bin
drwxr-s---   2 admin shared 4096 Oct 22 01:44 files
drwxr-s---   2 admin shared 4096 Oct 22 01:44 html
Title: Primary iBay Permissions
Post by: girkers on October 30, 2006, 05:48:32 AM
Code: [Select]
drwxr-xr-x  5 root root 4096 Oct  4 00:02 Primary

This was a standard install. I changed it manually and I now have this:

Code: [Select]
drwxr-xr-x  5 admin shared 4096 Oct  4 00:02 Primary

I tried to edit the index.htm file, still no luck.
Title: Primary iBay Permissions
Post by: raem on October 30, 2006, 09:14:40 AM
girkers

I did not suggest to change the ibay name permissions.
I was referring to the folders.
Try
cd /home/e-smith/files/ibays/Primary
ls -al
standard install should display
drwxr-s--- 2 admin shared 4096 Oct 22 01:44 cgi-bin
drwxr-s--- 2 admin shared 4096 Oct 22 01:44 files
drwxr-s--- 2 admin shared 4096 Oct 22 01:44 html

Then do
chmod g+w files
chmod g+w html

ls -al
should then display
drwxr-s---   2 admin shared 4096 Oct 22 01:44 cgi-bin
drwxrws---   2 admin shared 4096 Oct 30 19:06 files
drwxrws---   2 admin shared 4096 Oct 30 19:07 html

This will allow local filesharing users to write to the files or html folder.
Title: Primary iBay Permissions
Post by: girkers on October 30, 2006, 11:19:39 PM
No worries, I will give it a go.

Does this indicate a bug if it doesn't work as documented?
Title: Primary iBay Permissions
Post by: raem on October 31, 2006, 12:31:02 AM
girkers

> Does this indicate a bug if it doesn't work as documented?

If you are referring to something indicated in documentation, then yes eg with ref to Domain Admins group configuration.
Check the documentation carefully & then please report a bug if you feel it is valid.

My suggested permissions workaround is not a documented feature, it's breaking one of the features, which is to only allow admin write access.
Title: File permissions
Post by: Matt on May 22, 2007, 01:00:34 PM
Hi guys

I know this is an old thread but I als would like to give other users write permissions on my primary ibay and followed Ray's suggestions.  I also setup an admin users group, but other users still cannot write to the primary ibay,  My setting are as below.  

Quote
drwxrwxr-x   5 root  root   4096 Oct  6  2006 .
drwxr-xr-x  10 root  root   4096 May 21 16:26 ..
drwxr-s---   2 admin shared 4096 Oct  6  2006 cgi-bin
drwxr-s---   3 admin shared 4096 Apr 24 09:34 files
drwxrws---  24 admin shared 4096 May 22 11:41 html



I would be very grateful if anyone could advise me what to do.