Logon scripts

Quinn P. Coldiron qsamba at up-intrepid.unl.edu
Fri Aug 8 16:58:26 GMT 1997


I am having difficulty getting my logon scripts to started when I logon.  My
clients are Windows95, server is RedHat Linux 4.2, Samba 1.9.17alpha5.

This is my smb.conf file:

; *******************************************************************
; *
; *  Samba config file for 
; *  Quinn P. Coldiron
; *
; *******************************************************************

; *******************************************************************
; *********************** Global server settings ********************
; *******************************************************************

[global]

   workgroup = UNP
   comment = University of Nebraska Press Linux Server

; By setting security to user, the users must have a valid account
; on this Linux server.  Other option is share, which is like
; Windows for Workgroups share level password protection.

   security = user

; These are the settings to make Linux become the PDC (Primary
; Domain Controller) for our network.

   domain master = yes
   preferred master = yes
   domain logons = yes
   wins support = yes

; Network logon scripts
   logon script = %u.bat
;   logon path = \\%L\Profiles\%U

; *******************************************************************
; *********************** Shared volume settings ********************
; *******************************************************************

; This is the netlogn share for domain logons
[netlogon]
   comment = Samba Network Logon Service
   path = /usr/local/samba/lib/netlogon
; Case sensitivity breaks the logon script!!!!
   case sensitive = no

   comment = Samba Network Logon Service
   path = /usr/local/samba/lib/netlogon
; Case sensitivity breaks the logon script!!!!
   case sensitive = no
   guest ok = yes
   locking = no
   writeable = no
   browseable = yes

; *******************************************************************
; ********************** Network user shares ************************
; *******************************************************************

[homes]
   guest ok = no
   read only = no
   writeable = yes

[userdata]
   comment = All user data that you have access to.
   path = /home
   writeable = yes
   printable = no


Quinn P. Coldiron
Information Systems Manager
University of Nebraska Press
quinn at up-intrepid.unl.edu




More information about the samba mailing list