Displaying 6 results from an estimated 6 matches for "nt_adm".
Did you mean:
net_ads
2002 May 29
2
Win9x login script drive mapping problem - addendum
...derations
security = user
encrypt passwords = yes
# NOTE: we need to set this to no for Win95 clients < 4.00.950a
hosts allow = XXX.XXX.XXX. 127.
remote announce = XXX.XXX.XXX.255/SOMEGROUP
guest account = nobody
map to guest = Never
guest ok = no
domain admin group = @NT_adm
add user script = /usr/sbin/useradd -c NT_machine -d /dev/null -g NT_machines -s /bin/false %m$
bind interfaces only = yes
unix password sync = yes
passwd program = /usr/bin/passwd %u
# printer defaults
load printers = yes
printing = BSD
print command = /usr/bin/lpr -P%p -r...
2001 Dec 11
0
Samba/Win_NT mapped drive problem
...200
# security considerations
security = user
encrypt passwords = yes
hosts allow = XXX.XX.XXX. XXX.XX.XX. XXX.XX.XXX. 127.
remote announce = XXX.XX.XX.255/SOMEGROUP XXX.XX.XXX.255/SOMEGROUP
guest account = nobody
map to guest = Never
guest ok = no
domain admin group = @NT_adm
add user script = /usr/sbin/useradd -c NT_machine -d /dev/null -g NT_machines -s /bin/false %m$
bind interfaces only = yes
unix password sync = yes
;passwd chat = *New*password*%n\n *new*password*%n\n *Password*changed*
; The line immediately above seems not to be required...
;pas...
2002 May 29
0
Re: Win9x login script drive mapping problem - more info
...NOTE: we need to set this to no for Win95 clients < 4.00.950a
> > hosts allow = XXX.XXX.XXX. 127.
> > remote announce = XXX.XXX.XXX.255/SOMEGROUP
> > guest account = nobody
> > map to guest = Never
> > guest ok = no
> > domain admin group = @NT_adm
> > add user script = /usr/sbin/useradd -c NT_machine -d /dev/null -g
> NT_machines -s /bin/false %m$
> > bind interfaces only = yes
> > unix password sync = yes
> > passwd program = /usr/bin/passwd %u
> >
> > # printer defaults
> > loa...
2002 Feb 26
0
few idea about dealing with "Large Roaming Profiles"
...ve.reg
HKEY_CURRENT_USER\Software\RIT
(notice that "logon script" must be edited using DOS editors!)
--addons----
1) smb.conf
[global]
invalid users = root
time server = true
workgroup = solar
netbios name = SOL
encrypt passwords = yes
domain admin group = @nt_adm
log file = /dev/null
security = user
interfaces = 192.168.100.1/24 192.168.200.1/24 127.0.0.1/8
min protocol = NT1
local master = yes
os level = 255
domain master = yes
preferred master = yes
domain logons = yes
logon script = s.bat
logon path = \\%L\%U\profile
l...
2003 Mar 21
3
Automated printer driver problems
Hi,
I am having a problem with automating the download of printer drivers from
a Samba 2.2.8 server.
We used to use the server with he following options set:
use client driver = yes
disable spoolss = yes
However these options have now been removed from smb.conf.
Following the instructions available in printer_driver2.htm (supplied in
docs/htmldocs in the source), I can add a printer driver to
2003 Feb 25
0
WinXP cannot join domain (Samba PDC on FreeBSD)
...0
*
##winbind uid = 10000-20000
##winbind gid = 10000-20000
##winbind use default domain = yes
#debug level = 0
deadtime = 15
time server = true
workgroup = solar
netbios name = SOL
server string = AMBa Mumba Yumba Server
encrypt passwords = yes
#domain admin group = @nt_adm
admin users = ilia
#add user script = /usr/sbin/useradd -d /dev/null -g 100 -s /bin/false -M %u
add user script = /usr/sbin/pw useradd %u -g machines -s /sbin/nologin -h -d /tmp
# if you want to automatically load your printer list rather
# than setting them up individually then you...