If you are have problems with remote printers, then skip to the last section which covers problems with SMB connections from the UNIX server to Windows Vista.
To quickly implement an alternate authentication method to allow Windows Vista to map a drive or browsing the shares on the UNIX/LINUX server without having to change all of the other Windows PCs on your network to use the LAN Manager authentication level "Send NTLMv2 responses only", do the following:
1) Add the parameter to the "/usr/facetwin/facetwin.cfg".
config_is_by_calling_ipaddr=YES
2) Add IP addresses and NTLMSSP directory name in the "/usr/facetwin/callingipaddr" override configuration file.
# # START END DIR COMMENT # 192.168.1.8 192.168.1.8 NTLMSSP # NTLMSPP (single) 192.168.1.9 192.168.1.20 NTLMSSP # NTLMSSP (multiple)
Note, the IP address range can start and end on the same IP address for a single PC override definition, or can be expanded to include many IP addresses for multiple PCs.
3) Create the "CALLINGIPADDR" subdirectory.
mkdir /usr/facetwin/CALLINGIPADDR4) Create the "NTLMSSP" subdirectory.
mkdir /usr/facetwin/CALLINGIPADDR/NTLMSSP5) Add the "pass_security=NTLMSSP" parameter to the override file "/usr/facetwin/CALLINGIPADDR/NTLMSSP/facetwin.cfg".
6) Build the encrypted FacetWin password file "/usr/facetwin/fctpasswd" file.
fct_encrypt -b7) Encrypt Windows Vista user's password in the FacetWin "/usr/facetwin/fctpasswd" file.
fct_encrypt will
Administrative Tools Local Security Policy Local Policies Security Options Network security: LAN Manager authentication level: Send NTLMv2 responses onlyApply change and then reboot Windows Vista.
Administrative Tools Local Security Policy Local Policies Security Options Microsoft Network Server: Digitally sign communications (always): DisabledApply change and then reboot Windows Vista.
You should now be able to connect to FacetWin File & Print services using Windows Vista. If you have any problems, check the UNIX syslog file for errors and please contact FacetCorp technical support for assistance.