Re: [Samba] Windows 7 logon script not executed

2013-03-11 Thread Steve Thompson
On Mon, 11 Mar 2013, List Mik wrote: scriptPath: have not found this in the man page, and in my config, i don't need it. "scriptPath" is the attribute name in Active Directory; it's what you would use with Samba4. Steve -- To unsubscribe from this list go to the following URL and read the i

Re: [Samba] Windows 7 logon script not executed

2013-03-11 Thread List Mik
@steve bingo. i was missing the attribute "SambaLogonScript" in my ldap user. set it to users.bat, and it worked. scriptPath: have not found this in the man page, and in my config, i don't need it. Thanks to all Mik Am 11.03.2013 14:33, schrieb Steve Thompson: On Mon, 11 Mar 2013, List Mi

Re: [Samba] Windows 7 logon script not executed

2013-03-11 Thread List Mik
samba@lists.samba.org Betreff: Re: [Samba] Windows 7 logon script not executed Hi, The Script is a regular Dos/Windows batch file (users.bat) with net use commands, like: ... net use P: \\MyDomain\MySharename ... Thanks Mik Am 11.03.2013 13:13, schrieb Daniel Müller: The behaviour of windo

Re: [Samba] Windows 7 logon script not executed

2013-03-11 Thread Daniel Müller
-boun...@lists.samba.org] Im Auftrag von List Mik Gesendet: Montag, 11. März 2013 14:41 An: samba@lists.samba.org Betreff: Re: [Samba] Windows 7 logon script not executed i have about 100 users, with prim. group users, which should execute users.bat i have about 40 users, with prim. group exts, which

Re: [Samba] Windows 7 logon script not executed

2013-03-11 Thread Steve Thompson
On Mon, 11 Mar 2013, List Mik wrote: Maybe Win7 domain logon ignores the netlogon share completely? You will also need something like: scriptPath: logon.bat in the user's entry as well as defining it in smb.conf. It will not be executed otherwise (as I have found by experience). S

Re: [Samba] Windows 7 logon script not executed

2013-03-11 Thread List Mik
a@lists.samba.org Betreff: [Samba] Windows 7 logon script not executed Hello, the configuration below, works like a charm for WinXP Prof. Clients: samba 3.5.6, configured as PDC, netlogon share, logon script is users.bat. The primary group of the Domainusers is "users". the relevant parts o

Re: [Samba] Windows 7 logon script not executed

2013-03-11 Thread Daniel Müller
on List Mik Gesendet: Montag, 11. März 2013 13:42 An: samba@lists.samba.org Betreff: Re: [Samba] Windows 7 logon script not executed Hi, The Script is a regular Dos/Windows batch file (users.bat) with net use commands, like: ... net use P: \\MyDomain\MySharename ... Thanks Mik Am 11.03.2013 1

Re: [Samba] Windows 7 logon script not executed

2013-03-11 Thread Daniel Müller
rsprüngliche Nachricht- Von: samba-boun...@lists.samba.org [mailto:samba-boun...@lists.samba.org] Im Auftrag von List Mik Gesendet: Montag, 11. März 2013 13:58 An: samba@lists.samba.org Betreff: Re: [Samba] Windows 7 logon script not executed Very interesting, i tried that, but the file groupname

Re: [Samba] Windows 7 logon script not executed

2013-03-11 Thread List Mik
ailto:samba-boun...@lists.samba.org <mailto:samba-boun...@lists.samba.org>] Im Auftrag von List Mik Gesendet: Montag, 11. März 2013 12:13 An: samba@lists.samba.org <mailto:samba@lists.samba.org> Betreff: [Samba] Windows 7 logon script not executed Hello, the configu

Re: [Samba] Windows 7 logon script not executed

2013-03-11 Thread List Mik
: www.tropenklinik.de --- -Ursprüngliche Nachricht- Von: samba-boun...@lists.samba.org [mailto:samba-boun...@lists.samba.org] Im Auftrag von List Mik Gesendet: Montag, 11. März 2013 12:13 An: samba@lists.samba.org Betreff: [Samba] Windows 7 logon script not

Re: [Samba] Windows 7 logon script not executed

2013-03-11 Thread Ricky Nance
st Mik > Gesendet: Montag, 11. März 2013 12:13 > An: samba@lists.samba.org > Betreff: [Samba] Windows 7 logon script not executed > > Hello, > > the configuration below, works like a charm for WinXP Prof. Clients: > > samba 3.5.6, configured as PDC, netlogon share, lo

Re: [Samba] Windows 7 logon script not executed

2013-03-11 Thread Daniel Müller
Gesendet: Montag, 11. März 2013 12:13 An: samba@lists.samba.org Betreff: [Samba] Windows 7 logon script not executed Hello, the configuration below, works like a charm for WinXP Prof. Clients: samba 3.5.6, configured as PDC, netlogon share, logon script is users.bat. The primary group of the

[Samba] Windows 7 logon script not executed

2013-03-11 Thread List Mik
Hello, the configuration below, works like a charm for WinXP Prof. Clients: samba 3.5.6, configured as PDC, netlogon share, logon script is users.bat. The primary group of the Domainusers is "users". the relevant parts of smb.conf: logon script = "%G.bat" [netlogon] path = /home/samb