Displaying 3 results from an estimated 3 matches for "ntmach".
2003 Aug 09
0
add machine account with sudo instead of root account
Is this possible to add machine account from several different tech user
accounts. What I have been reading on the Internet sounds like it is
possible. In my smb.conf file I tried to do it like this.
add user script = /usr/bin/sudo /usr/sbin/useradd -d /dev/null -g ntmach
-c 'Machine Account' -s /bin/false -M %u
The reason I want to do this I use sysprep to automate the installation
of w2k computers to add the machine account into the domain without user
assistance. The main reason to do this is the text file that sysprep
uses does not encrypt the user ac...
2003 Jul 03
0
Setting up Pointing and Click Printing through APW on Win2k Machine
...ords = yes
domain logons = yes
logon script = logon.bat
socket options = SO_KEEPALIVE IPTOS_LOWDELAY TCP_NODELAY
wins support = yes
character set = ISO8859-15
client code page = 850
veto files = /*.eml/*.nws/riched20.dll/
lanman auth = yes
add user script = /usr/sbin/useradd -d /ev/null -g ntmach -c 'Machine Account' -s /bin/false -M %u
oplocks = yes
load printers = yes
printing = CUPS
printcap name = CUPS
addprinter command = /usr/sbin/redhat-config-printer-tui --Xadd-local
[netlogon]
path = /smbsrvr/netlogon/scripts
read only = yes
public = no
[homes]
comment = Home Di...
2003 Nov 12
2
Samba 3.0 PDC, exchange 5.5 installing service pack 4 fails.
...#client code page = 850
veto files = /*.eml/*.nws/riched20.dll/
lanman auth = yes
add machine script = /usr/sbin/useradd -s /bin/false -d /dev/null %u
;add machine script = /usr/sbin/useradd -d /dev/null -g 502 \ -s
/bin/false -M %u
;add user script = /usr/bin/sudo /usr/sbin/useradd -d /dev/null -g
ntmach -c 'Machine Account' -s /bin/false -M %u
oplocks = yes
load printers = yes
printing = cups
printcap name = cups
[netlogon]
path = /smbsrvr/netlogon/scripts
guest ok = yes
write list = ntadmin
[homes]
comment = Home Directories
browseable = no
read only = no
hide dot files = yes
veto files...