can wine detect win AD logon scripts
can wine detect win AD logon scripts
i m looking at windows workstation users switching to linux workstations
all of them are authenticated by windows AD domain controller. the windows AD has some logon scripts which do not run on linux
some the scripts are as below to map shared drives on the file server
NET USE G: \\172.16.2.2\FINANCE
NET USE G: \\172.16.2.2\AUDIT
linux by default doesnt recognise these scripts. can Wine help me here??
all of them are authenticated by windows AD domain controller. the windows AD has some logon scripts which do not run on linux
some the scripts are as below to map shared drives on the file server
NET USE G: \\172.16.2.2\FINANCE
NET USE G: \\172.16.2.2\AUDIT
linux by default doesnt recognise these scripts. can Wine help me here??
Re: can wine detect win AD logon scripts
No, Wine does not support windows netowrking in any way shape or form. You'll have to use Samba for that.iinfi wrote:i m looking at windows workstation users switching to linux workstations
all of them are authenticated by windows AD domain controller.
samba doesnt detect the AD logon scripts either ....
hence i was looking for an alternative.
thanks... do you know any workaround where AD logon scripts like
net use d: \\192.168.5.1\share
can be detected at logon on linux workstations authenticating from windows AD
we are looking to migrate 200 odd windows workstation users to linux n hence using using fstab and automount using pam_mount is not feasible as this would mean locking users to their own workstations and everytime a user needs something additional .. the sysadmin will v to change the fstab file on the client machine.
thanks for your time
hence i was looking for an alternative.
thanks... do you know any workaround where AD logon scripts like
net use d: \\192.168.5.1\share
can be detected at logon on linux workstations authenticating from windows AD
we are looking to migrate 200 odd windows workstation users to linux n hence using using fstab and automount using pam_mount is not feasible as this would mean locking users to their own workstations and everytime a user needs something additional .. the sysadmin will v to change the fstab file on the client machine.
thanks for your time
can wine detect win AD logon scripts
iinfi wrote:
enforcing it, not allowing your users to install whatever they feel they
need.
James McKenzie
And the last is a problem? That is called SECURITY and you should besamba doesnt detect the AD logon scripts either ....
hence i was looking for an alternative.
thanks... do you know any workaround where AD logon scripts like
net use d: \\192.168.5.1\share
can be detected at logon on linux workstations authenticating from windows AD
we are looking to migrate 200 odd windows workstation users to linux n hence using using fstab and automount using pam_mount is not feasible as this would mean locking users to their own workstations and everytime a user needs something additional .. the sysadmin will v to change the fstab file on the client machine.
enforcing it, not allowing your users to install whatever they feel they
need.
James McKenzie
can wine detect win AD logon scripts
iinfi wrote:
were trying to do.
configuration changes are made and recorded? Otherwise, this could
become a security risk and a lot of effort.
this point. I would like to see the bridge implemented, but this is a
great deal of effort and maybe outside the scope of this project.
Others would have to make that judgement call. All I do is work with
the Wine code and Macs.
James McKenzie
I did not misunderstand you, I did not have all of the facts on what yousorry u misunderstood me.
were trying to do.
Good security practice, but do you have a policy in effect on howincase of windows ad, incase of any change in user/group requirements ask the sysadmin needs to do is to make a change to group /user policies at the AD server.
configuration changes are made and recorded? Otherwise, this could
become a security risk and a lot of effort.
This is not good. However, Wine does not work with Active Directory athere you will need to change/edit the file at the user end.
this point. I would like to see the bridge implemented, but this is a
great deal of effort and maybe outside the scope of this project.
Others would have to make that judgement call. All I do is work with
the Wine code and Macs.
James McKenzie
can wine detect win AD logon scripts
On Sun, Feb 8, 2009 at 7:37 PM, iinfi <[email protected]> wrote:
--
-Austin
Would nfs be feasible?sorry u misunderstood me.
incase of windows ad, incase of any change in user/group requirements akk the sysadmin needs to do is to make a change to group /user policies at the AD server.
here you will need to change/edit the file at the user end.
--
-Austin
Re: can wine detect win AD logon scripts
How's it any different then cifs? Mount is a mount regardless of what FS it is.austin987 wrote:Would nfs be feasible?
OP, the only thing I'd recommend write a script for user to grab the logon script from AD, parse it and add appropriate mounts. Shouldn't be too hard to do. And you don't have to add anything into fstab.