Have you considered Samba? http://us1.samba.org/samba
http://aplawrence.com/Unix
Main Topics
Browse All TopicsI am trying to print from Mac's Leopard OS (ver 10.5.2) to a xerox phaser 6200 printer that is on a windows server 2003 domain from a powerMac. I was initially able to send jobs to the printer. They would hold in the Mac print queue until I clicked resume and entered a valid windows domain user and password. The user of the machine changed his doman password and can no longer print.
Troubleshooting steps I have taken:
- reinstalled the printers on powerMac
- reset both local Macuser password and windows domain password
- cleared any keychain access entries for the printers
- attempted to recreate teh problem from a MacBook Pro with 10.5.2 and t works perfectly fom the same network wire that the powerMac plugs into
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Have you considered Samba? http://us1.samba.org/samba
http://aplawrence.com/Unix
I've found leopard to be unreliable with its username/password authentication. It is supposed to ask for credentials when it fails authentication but it doesn't seem to do this reliably.
I've found better results by installing Printer Services for UNIX on the Windows 2003 boxen (available via Add/Remove Windows Components), and then setting up the printer on the mac as an LPD printer.
See if any inkling of the old username info shows up via
dscacheutil -cachedump -entries user
and if so, try
dscacheutil -flushcache
http://explanatorygap.net/
I'm only using an LP(D) network printer setup at the office, but do see a listing for it via dscacheutil
Another possibility is dave http://www.thursby.com/pro
The other (free) option is to try using the "French Solution", which enables use of the users Kerberos ticket to authenticate to the Windows share, which works very nicely from domain-bound machines. I haven't tested this at all on Leopard, but it works quite nicely on Tiger. Instructions and links to the software can be found on http://www.afp548.com/arti
Basically this consists of a plugin for CUPS to allow the print job to be spooled to a kerberized print daemon, and a script which starts the print daemon when a user logs on. Because the print daemon runs as the current user, it is able to get access to that user's kerberos ticket to authenticate.
Business Accounts
Answer for Membership
by: jrwalker1048Posted on 2008-04-02 at 06:49:58ID: 21262974
I was able to make the printing work by adding the username and password to the smb path
intserver/ printersha re name.
smb://username:password@pr
My assumption is that as soon as the user changes his domain password his printng will fail and the path will have to be edited or the printer reinstalled.
Any help resolving this issue is greatly appreciated!