diff options
Diffstat (limited to 'packaging/SGI/smb.conf')
-rw-r--r-- | packaging/SGI/smb.conf | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/packaging/SGI/smb.conf b/packaging/SGI/smb.conf index eb7139c136..bdd8806c96 100644 --- a/packaging/SGI/smb.conf +++ b/packaging/SGI/smb.conf @@ -29,10 +29,14 @@ ; script strips out the vmstatus check. BTW, when using this ; setup to print be sure to configure a Windows printer driver ; that generates PostScript--QMS-PS 810 is one that should work -; with the sambalp script. +; with the sambalp script. This version of sambalp (if installed +; as a setuid script - see the comments at the beginning of the +; script) will setuid to the username if valid on the system. This +; makes the banner pages print the proper username. You can disable +; the PostScript fixes by changing a variable in sambalp. ; -; print command = /usr/samba/bin/sambalp %p %s %U %m - print command = /usr/bin/lp -c -d%p -t"%U on machine %m" %s ; rm %s + print command = /usr/samba/bin/sambalp %p %s %U %m +; print command = /usr/bin/lp -c -d%p -t"%U on machine %m" %s ; rm %s load printers = yes guest account = nobody |