Logon script

Michel Applaincourt Michel.Applaincourt at umh.ac.be
Tue Feb 3 11:10:32 GMT 1998


On Tue, 3 Feb 1998 samba at samba.anu.edu.au wrote:

> [stuff deleted]
> 
> > My [netlogon] share looks like:
> > 
> > [netlogon]   
> > comment = Samba Network Logon Service
> > path = /usr/local/samba/netlogon
> > browseable = no  
> > guest ok = no
> > writeable = no 
> 
> I suspect your problem is the 'browseable' setting.  Try setting
> 'browseable = yes' and see if it works.  I believe the Windows 95 logon
> script code checks to see if the share is accessible by trying to browse
> it, rather than trying to access it.
> 

I have a logon script declared for a domain of Win95.
Here is my declaration for netlogon :

[netlogon]
   comment = Samba Network Logon Service
   path = /home/netlogon
   case sensitive = no
   guest ok = yes
   locking = no
   write list = [snip snip]
   admin users = [snip snip]
   browseable = no

note the two differences :
case sensitive = no  => I think you have to put this to ensure case
sensiticity is not on. It may be your problem, because your login script
name is upper case : LOGON.BAT parhaps you try to access it with a
different case...

locking = no => very usefull to permit the script to be accessible from
more than one user at the same time. Perhaps it can do the trick

of course, the need of those lines depends of your global settings, but
try with those two lines...

The browseable = no is not the problem : it is working for me so ...

Hope this will help

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    Michel  APPLAINCOURT     | E-mail : michel.applaincourt at umh.ac.be
 Computer Sciences Assistant | Phone  : 32 65 373498 
 Universite de Mons-Hainaut  | Fax    : 32 65 373318
                         
                          [Sad...But True]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-






More information about the samba mailing list