Displaying 4 results from an estimated 4 matches for "nlservice".
2007 Mar 20
2
Logon script change failure
I've got a bunch of servers which for a long time now have provided
domain logon scripts of the form %u.bat or %m.bat I've recently
created a more capable logon script in Kixtart and have changed smb.conf
to launch it for all users as just logon.bat So no more per-machine or
per-user scripts, everybody runs the same one, and inside it it does
per-machine and/or per-user things. At maybe
2007 Dec 14
0
Samba BDC Problems
...p suffix = dc=test,dc=intern
ldap ssl = no
ldap user suffix = ou=users
usershare allow guests = Yes
cups options = raw
hide files = /?esktop.ini/ntuser.ini
oplocks = No
level2 oplocks = No
[netlogon]
comment = NLService
path = /var/lib/samba/netlogon
write list = @root, domainadm
guest ok = Yes
browseable = No
[startpage]
comment = startpage share
path = /data/samba/share/startpage
write list = @root, domainadm
guest ok = Yes...
2010 Jul 05
1
windows 7 samba domain
...sword:* %n\n .
passwd chat debug = yes
unix password sync = no
# set the loglevel
log level = 1
log file = /var/log/samba/%m.log
###################################
[homes]
comment = Directory Privata
path = /home/samba/private/%S
valid users = %S
read only = No
browseable = No
[netlogon]
comment = NLService
path = /home/samba/netlogon
guest ok = Yes
browseable = No
####################################################
[profiles]
comment = Roaming Profiles
path = /home/samba/profiles
create mask = 0600
directory mask = 0700
browseable = No
guest ok = Yes
force user = %U
valid users = %U "Domain Adm...
2007 Aug 20
0
Samba 3 with LDAP... can create, modify, delete files but read always causes 'access denied' errors
...comment = Printer Drivers
path = /var/lib/samba/drivers
write list = @ntadmin root
force group = ntadmin
create mask = 0664
directory mask = 0775
#
########################################
; Defining network logon service
[netlogon]
comment = NLService
path = /var/lib/samba/netlogon
guest ok = Yes
browseable = No
# write list = root
# Defining profile share ( for roaming profiles )
#########################################
[profiles]
comment = Roaming Profiles
path = /var/lib/samba/profiles...