Hi, We try configure Netlogon/Profiles in Samba 1.9.18p7 to use in Win95, but the "login script" did not run in win95 login process. The net configuration is: Clients Win95 using Novell 4.2 and Microsoft in same time; Servers UNIX using Solaris 2.5.1 Server. The SMB.CONF is: ##START-OF-SMB.CONF # [global] workgroup = Samba-TEST local master = yes domain logons = yes logon script = STARTUP.BAT logon path = \\%L\profiles\%U log file = /emb/var/samba/var/log/log.%U max log size = 256 load printers = no printcap name = /etc/printcap security = user unix password sync = yes socket options = TCP_NODELAY dns proxy = no [homes] browseable = no writable = yes short preserve case = yes [workarea] comment = Work Area path = /home create mode = 0750 directory mode = 0750 [netlogon] comment = Network Logon Service path = /emb/var/samba/var/netlogon guest ok = no writable = no [profiles] path = /emb/var/samba/var/profiles writeable = yes browseable = yes root preexec = mkdir -m 0700 /emb/var/samba/var/profiles/%U; chown %u /emb/var/samba/var/profiles/%U # ##END-OF-SMB.CONF * ** Netlogon area * -rw-r--r-- 1 root root 38 May 21 16:45 STARTUP.BAT * ** STARTUP.BAT * @ECHO OFF NET USE * \\SAMBA01\WORKAREA * ** Profiles area * drwx------ 2 smbusr01 root 512 May 21 16:31 smbusr01 * ** NMB.LOG * 1998/05/22 10:58:53 netbios nameserver version 1.9.18p7 started Copyright Andrew Tridgell 1994-1997 add_domain_logon_names: At time 1998/05/22 10:58:53 attempting to become logon server for workgroup SAMBA-TEST on subnet 1.30.4.2 become_logon_server_success: Samba is now a logon server for workgroup SAMBA-TEST on subnet 1.30.4.2 1998/05/22 11:04:10 ***** Samba name server SAMBA01 is now a local master browser for workgroup SAMBA-TEST on subnet 1.30.4.2 *****