Displaying 1 result from an estimated 1 matches for "unixprt".
Did you mean:
unixprd
2000 Jan 06
1
Printing using a different NT account
We are having a problem printing from a Sun machine to NT using Samba. The
NT admins would like us to use an account other than the Guest account for
printing so that they can disable the Guest account. The printer scripts
have been changed to add the -U UNIXPRT option, but no matter what syntax we
try to use, the -U option is ignored and the connection is made via the
Guest account. I have tried all of the following:
smbclient //ntserver/printer1 -UUNIXPRT -N -P (when UNIXPRT did not have
a password)
smbcliebt //ntserver/printer1 -UUNIXPRT%PASSWORD -...