Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: amazilia on April 09, 2009, 11:30:54 AM
-
Hi,
I created an ibay with the following rights : writing group and reading everyone that is owned by a particular group.
how to get this ibay automatically mounted under windows as it is done for the ibay owned by the user
thanks
Philippe
-
hi
are your clients in domain or in workgroup?
Ciao
Stefano
-
hi
are your clients in domain or in workgroup?
Ciao
Stefano
Hi,
Domain under sme
-
then you can install the loginscript contrib
yum --enablerepo=smecontribs install smeserver-loginscript
it will add a web panel in server-manager.
HTH
ciao
Stefano
-
You could edit the /home/e-smith/files/samba/netlogon/netlogon.bat and follow the examples.
-
Thanks I will look at it
Philippe
-
then you can install the loginscript contrib
yum --enablerepo=smecontribs install smeserver-loginscript
it will add a web panel in server-manager.
HTH
ciao
Stefano
it does not seem to exist
yum --enablerepo=smecontribs install smeserver-loginscript
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Loading "protect-packages" plugin
Loading "installonlyn" plugin
Loading "smeserver" plugin
Loading "fastestmirror" plugin
Setting up Install Process
Setting up repositories
Loading mirror speeds from cached hostfile
Reading repository metadata in from local files
Excluding Packages from CentOS - updates
Finished
Excluding Packages from CentOS - os
Finished
Parsing package install arguments
No Match for argument: smeserver-loginscript
Nothing to do
================================================================
No new rpms were installed. No additional commands are required.
================================================================
-
You could edit the /home/e-smith/files/samba/netlogon/netlogon.bat and follow the examples.
If I remember correctly you must use a program named IFG (google for it) to be able to take action based on user belonging to a group.
Good luck
Jáder
-
If I remember correctly you must use a program named IFG (google for it) to be able to take action based on user belonging to a group.
Good luck
Jáder
The original poster asked about adding it for everyone, so no group checking would be necessary.
I've never heard of IFG but when I need to check for group access rights I use Microsoft's ifmember.exe which works well for me.
-
it does not seem to exist
I found this doing a search for loginscript:
wget http://mirror.contribs.org/smeserver/contribs/jbennett/sme7/loginscript/RPM/smeserver-loginscript-0.2-8.noarch.rpm
yum localinstall smeserver-loginscript-0.2-8.noarch.rpm
signal-event post-upgrade; signal-event reboot
I tried it on 7.4 and seems to work fine.
-
I tried it on 7.4 and seems to work fine.
Yes!
thanks, I works for me too.
Philippe