Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: m4oz!nh4 on January 21, 2008, 04:56:08 AM
-
Hi evereyone,
Now I have a clean install v7.3 and I'm running e-smith only server
It is the first time I am using the SME Server, (but i already read all the documentation to install and to configurate the SME server)
my question is: I already understand how the iBay works, but Can I create a sharing in a (sub folder) inside the one iBay ?
If anyone can help me, Thanks in advanced.
-
Not really. You can share the ibay, but anyone who has access to that6 can access any sub-folder in it.
If you want some group to have access to the sub-folder (and not have others gain access) use a second ibay instead of a sub-folder.
Use Groups to allow some people full access, some read-only access and others no access at all.
Cheers
Ian
-
thanks Ian,
I tougth to do this for the solution (use a second ibay instead of a sub-folder)
sorry to ask you but I can also create use a second ibay instead of a sub-folder using the web access to the server or I will need to to this directly in the Server machine ?
can you help with this ??
thanks again
-
Hi,
You do ALL configuring of the SMEserver (in terms of user access - ie Windows shares etc) through the server-manager web site.
Sometimes you need to connect to the server either directly (ie at the server keyboard) or using a terminal program (like PuTTY). You login as root, with the admin passsword, and run the "console" program - see the manual for this.
However, remember, 99% of what you want to do is done through the server-manager.
Cheers
Ian
-
m4oz!nh4
can I also create use a second ibay instead of a sub-folder using the web access to the server or I will need to to this directly in the Server machine ?
It sounds like you really need to read the manuals again, and then a third time.
ie using server manager
http://wiki.contribs.org/SME_Server:Documentation:Administration_Manual:Chapter8
and the ibays chapter
http://wiki.contribs.org/SME_Server:Documentation:Administration_Manual:Chapter14
and the security chapter, so you can enable remote access to server manager
http://wiki.contribs.org/SME_Server:Documentation:Administration_Manual:Chapter11
-
Thanks Ian,
I didn't see anything in the manual to tell me how to set a new iBay as (sub-folder) of another iBay.
Can you helo with this ?
thanks !
-
Thanks Ray,
i will read again these chapters and then again if I still need but the problem is...
sorry but I didn't see in the in the manual something to helo me to set a new iBay as (sub-folder) of another iBay.
sorry and thanks !
-
Thanks Ray,
i will read again these chapters and then again if I still need but the problem is...
sorry but I didn't see in the in the manual something to helo me to set a new iBay as (sub-folder) of another iBay.
sorry and thanks !
Are you really sure you need such a non-standard solution. Most of the times when people state theire problem or whishes here there are better more clearer alternatives brought up by the experts who arebrowsing the forums as well. Perhaps you would like to extend on your whises and desires as well, otherwise this post may help: http://forums.contribs.org/index.php?topic=34693.0
-
In my reply, I meant DO NOT USE A sub-folder.
Use a SECOND IBAY instead.
ie have two separate Ibays.
Cheers
Ian
-
cactus,
I will ready now the post you gave to me.
thanks
-
Sorry Ian, I already have two separate iBays but what I really want is "create" a sharing permissions in the folders inside the one iBay, but thanks anyway !
-
m4oz!nh4
sorry but I didn't see in the in the manual something to helo me to set a new iBay as (sub-folder) of another iBay.
That feature is not supported.
The links to the manuals and how to access and use server manager, were in response to your question:
"sorry to ask you but I can also create use a second ibay instead of a sub-folder using the web access to the server or I will need to to this directly in the Server machine ?"
Just create many ibays and configure groups/group ownership to control access to them.
-
Ok Ray, thanks
Now I have my answered question.
In fact, it was my problem, when I complicated a simple thing.
thanks all you guys !
-
m4oz!nh4
what I really want is "create" a sharing permissions in the folders inside the one iBay
Are you referring to controlling web access or local samba file sharing access ?
You can control web access using
http://wiki.contribs.org/Htaccess
You can control file sharing access using the techniques that are used in this howto, although it will need a complete rework to suit your situation
http://distro.ibiblio.org/pub/linux/distributions/smeserver/contribs/rmitchell/smeserver/howto/User%20Home%20directories%20access%20by%20Administrator%20HOWTO%20for%20sme%20server.htm
Here's an example based on user homes
http://forums.contribs.org/index.php?topic=39006.0
-
I did mean local samba file sharing access !
-
m4oz!nh4
So have a look at the second link but (generally speaking) replace user homes with the ibay sub folder.
-
Problem:
You need to give Administrators or Power Users access to users home directories
Solution:
Follow this HowTo to create a new share name
Ray, I stared to use the as a guide, i know problaby it my mistake again. well, i typed this...
mkdir -p /etc/e-smith/templates-custom/etc/smb.conf AND THEN
cd /etc/e-smith/templates-custom/etc/smb.conf
and I give back this information: NO SUCH FILE OR DIRECTORY
do I need to replace something in this command ?
sorry and thanks
-
m4oz!nh4
mkdir -p /etc/e-smith/templates-custom/etc/smb.conf
cd /etc/e-smith/templates-custom/etc/smb.conf
NO SUCH FILE OR DIRECTORY
The second command (cd ...) works fine for me.
I think you probably mistyped something in the first mkdir ... command
Use the up cursor arrow to check the previous commands you entered, and check spelling & capitals/lower case carefully
-
thanks Ray,
well, I just checked the command line I put before and I can see any mistake, i also check the check spelling & capitals/lower case carefully...
I just put this
mkdir -p /etc/e-smith/templates-custom/etc/smb.conf
so, i tried again with saem result:
-bash: cd: /etc/e-smith/templates-custom/etc/smb.conf: no such file or directory
thanks
-
m4oz!nh4
Are you logged in as a user with root privileges ?
-
yes I am :/
-
m4oz!nh4
Log in as the user root and try again
If it works OK as root user, then you need to configure correct access for other logged in users, perhaps use su - before the commands
-
ok, I will do this and then i will let you know !
thanks !