Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: leiw on May 29, 2007, 03:23:40 AM
-
Hello,
I want different users to create a own drive and public drive when
logging in, how can to that with SME? I already read the document ~
Thanks
-
For example:
I created a user named peter, also peter can login Windows XP,
however peter can see his own drive and public drive for share with
others people when logged in.
I known Samba can use the perter username .bat file in netlogon,
so that when peter login will load peter.bat to map drive, SME
server can do this ?
Thanks
-
Here's a post about a contrib for managing login scripts on SME 7: http://forums.contribs.org/index.php?topic=31221.0
-
For example:
I created a user named peter, also peter can login Windows XP,
however peter can see his own drive and public drive for share with
others people when logged in.
I known Samba can use the perter username .bat file in netlogon,
so that when peter login will load peter.bat to map drive, SME
server can do this ?
Thanks
Thank for the reply
Can I use this script for M$ utility "con2prt" ?
Thanks
-
Hello,
I want different users to create a own drive and public drive when
logging in, how can to that with SME? I already read the document ~
Thanks
Just edit the netlogon.bat file to add public drives as maps to I-Bays...
e.g.
net use h: /home
net use w: \\smeserver\work
net use f: \\smeserver\finance
Each user will get their own Home Drive, plus Public Drives W: & F:
Is this what you were looking for?
-
Hello,
I want different users to create a own drive and public drive when
logging in, how can to that with SME? I already read the document ~
Thanks
Just edit the netlogon.bat file to add public drives as maps to I-Bays...
e.g.
net use h: /home
net use w: \\smeserver\work
net use f: \\smeserver\finance
Each user will get their own Home Drive, plus Public Drives W: & F:
Is this what you were looking for?
Yes, I will try it later
Thanks
-
Can the finance group users only can see the finance drive ? and cannot
see the work drive ? If cannot do this solution, use your script to mount
all drive to each users, and each group users only can access their
group drive ?
Thanks
-
Can the finance group users only can see the finance drive ? and cannot
see the work drive ? If cannot do this solution, use your script to mount
all drive to each users, and each group users only can access their
group drive ?
Thanks
leiw, have you read what mmccarn told you?
Here's a post about a contrib for managing login scripts on SME 7: http://forums.contribs.org/index.php?topic=31221.0
if yes, have you tried the contrib?
it does exactly what you are asking for..
Ciao
Stefano
-
Hello,
I known what mmccarn said, but I use M$ utility "con2prt" to map
network printer, so I think the mmccaarn script cannot to use "con2prt".
Thanks
Can the finance group users only can see the finance drive ? and cannot
see the work drive ? If cannot do this solution, use your script to mount
all drive to each users, and each group users only can access their
group drive ?
Thanks
leiw, have you read what mmccarn told you?
Here's a post about a contrib for managing login scripts on SME 7: http://forums.contribs.org/index.php?topic=31221.0
if yes, have you tried the contrib?
it does exactly what you are asking for..
Ciao
Stefano
-
Hello,
I known what mmccarn said, but I use M$ utility "con2prt" to map
network printer, so I think the mmccaarn script cannot to use "con2prt".
well... in your previous post you were talking about drives, not printers ;-)
btw, there isn't any problem to use con2prt in a logon script.
via smeserver-loginscritp you can write things like:
if user=john
con2prt -c \\myprintserver\printer1
net use g \\smeserver\myibay
end if
if group = ....
and so on
hth
ciao
Stefano
-
Thanks you !!!!!! :D