[Samba] Netlogon
Nash Computer Technology
nashcom at btinternet.com
Tue Jul 30 10:47:02 GMT 2002
On 30 Jul 2002 at 8:26, John Benedetto wrote:
> You should post your smb.conf file, so we can see that you have the other
> settings for PDC behavior set up properly.
>
> - jb
>
Thanks for the help so far. Here is my smb.conf file. I've tried various settings, but still
can't get an login scripts to work. I created the login on a Windows PC and copied it to
the Unix server, so it should have the correct CR/LF format. I can also execute the
script (and it works!) when I run it directly from the Windows PC.
[global]
workgroup = scoworkgroup
server string = Samba Server
hosts allow = 192.168.0. 127.
printcap name = lpstat
load printers = yes
printing = sysv
log file = /usr/local/samba/var/log.%m
max log size = 50
security = user
encrypt passwords = yes
smb passwd file = /etc/smbpasswd
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
; tried following yes and no
domain master = yes
domain logons = yes
logon script = %U.bat
;logon script = startup.bat
logon path = \\%L\Profiles\%U
;logon path = \\%L\Profiles
dns proxy = no
[homes]
comment = Home Directories
browseable = yes
writable = yes
[netlogon]
comment = Network Logon Service
path = /home/netlogon
guest ok = yes
writable = no
share modes = no
[Profiles]
path = /home/profiles
browseable = no
guest ok = yes
# NOTE: If you have a BSD-style print system there is no need to
# specifically define each individual printer
[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
# Set public = yes to allow user 'guest account' to print
guest ok = no
writable = no
printable = yes
[officedata]
comment = shared office data for users in 'office' group
path = /home/office
valid users = @office
writeable = yes
public = no
create mask = 0660
force group = +office
> --On Tuesday, July 30, 2002 9:16 AM +0100 Nash Computer Technology
> <nashcom at btinternet.com> wrote:
>
> > Hi
> >
> > I'm evaluating Samba 2.2.4, and am trying to get a login script to work
> > from a Windows98 PC. I have the following entries in smb.conf
> >
> > domain logons = yes
> > logon script = startup.bat
> >
> > [netlogon]
> > path = /home/netlogon
> > guest ok = yes
> > writable = no
> > share modes = no
> >
> > I've created the /home/netlogon/startup.bat file and included a line:
> > net use g: \\<server>\officedata (officedata is a sanba share)
> >
> > All users have full access to the netlogon directory and startup.bat
> > files.
> >
> > I've also tried other configurations, including individual scripts for
> > each user, as suggested in the sample smb.conf file.
> >
> > I'm logging in as root, (or another user), but it doesn't appear to be
> > processing the login script. Should it? Or do I need to do something
> > on the WIndows PC? If I run the startup.bat file from Windows Explorer,
> > it
> > executes fine, and maps drive G:.
> >
> > Thanks in advance
> >
> > David
>
>
> --
> To unsubscribe from this list go to the following URL and read the
> instructions: http://lists.samba.org/mailman/listinfo/samba
More information about the samba
mailing list