You don't have the printmgr changes in Solaris 10, but the FAQ does provide an interface script and set of commands (5 of them) that you can use to configure this. The top section of the FAQ applies.
Copy the interface script, modified-uri. http://www.opensolaris.org/os/community/printing/faq/modified-uri.txt Follow these steps to configure access to the printer: * # cp modified-uri /etc/lp/model/modified-uri * # chmod 755 /etc/lp/model/modified-uri * # lpadmin -p printer -v /dev/null -m modified-uri \ -o device-uri=smb://server/queue \ [-n (ppd-file-path)] ... * # accept printer * # enable printer This message posted from opensolaris.org
