Computer Services
Stanton/Wilmington Campus 
NT Install Customization Notes

Lots of random notes about installing NT, gleamed from various documents...
 

Possible NT / UNIX integration solutions

And of course the biggest one... :-)

CUSTOMIZING NOTES:

Note: For more info, read resource kit at \\hopi\reskit

Service Packs

To auto install service pack, copy contents to $oem$\sp directory and add
the line ".\sp\update /u /z /f /n" to Cmdlines.txt

To extract the service pack files, use the /x switch.

Allow Samba Unencrypted Passwords

To allow unencrypted passwords, add the following to Product.Add.Reg
section of update.inf file of extracted service pack (extract with /x)
See http://www.microsoft.com/kb/articles/q166/7/30.htm (KB Q166730)

HKLM,System\CurrentControlSet\Services\Rdr\Parameters,"EnablePlainTextPassword", 0x10001, 1

NOTE: This violates one of our implementation goals.

Client Notes

Home Directories

Specifying a home directory pointing to samba will NOT work if user is using a netware client. Works fine for standard login, either via account on local machine or home directory assumed through login via a PDC.

Samba smb.conf settings

The settings for above test were...

[global]
   security = server
   password server = pumpkin
   encrypted passwords = yes

It also appears to work if security is set to user, password server is not set and encrypted passwords are set to off -- which is encouraging..

Adding Computer to Domain

If the client is not on same subnet, need to specify PDC in the file \winnt\system32\drivers\etc\lmhosts. For example:

10.0.2.15  pumpkin #DOM:BABYLON

Also, a "computer account" for the computer must be created on the PDC before you attempt an install. If this is a reinstall, the old account must be deleted, then re-created. Otherwise the install will fail when it attempts to add the computer to the domain. (This does not apply if it is only being added to a workgroup).

Example:

NET COMPUTER \\COMPUTERNAME /DEL
NET COMPUTER \\COMPUTERNAME /ADD

Roving Profiles

To store roving profiles on samba, encrypted passwords must be used. However, it will hang during a shutdown while writing out the changes. Looks like roving profiles have to be stored on an NT PDC... :-(

UPDATE: The newsgroup comp.protocols.smb newsgroup reports that adding line "max mux = 50" to [global] section allows roving profiles to work without hanging -- and it works now as advertised!

Profiles can be made mandatory by storing them under \\pdc\netlogon\default.man\ directory.

System Policy Notes

Control Panels

These are stored in %systemroot%\system32 with *.cpl extensions. Restrict them all (no access) except for the below ones (which apply to roving profiles or have their own security):

main, ups, timedate, sysdm, srvmgr, ports, ncpa, modem, mmsys, intl, access, desk (but restrict Settings tab)

Security notes

NISGINA notes

NOTE: Kept here for reference. We decided not to go this route...
Last page update: 09 December 1997
Source Document: None
Official URL for this page: http://www.stanton.dtcc.edu/stanton/cs/admin/nt/notes/install.html
Page Maintained by: Ken Weaverling