Bug 7284 - Printer Settings on Windows Client are not applied
Summary: Printer Settings on Windows Client are not applied
Status: RESOLVED WORKSFORME
Alias: None
Product: Samba 3.5
Classification: Unclassified
Component: Printing (show other bugs)
Version: 3.5.0
Hardware: x64 Linux
: P3 normal
Target Milestone: ---
Assignee: Guenther Deschner
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-23 13:37 UTC by Stephan Helas
Modified: 2010-03-24 05:45 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephan Helas 2010-03-23 13:37:31 UTC
After upgrading Samba from 3.3.9 to 3.5.0 several Windows Printer Drivers does not apply on Printing Configuration like Orientation.


Test Environment:

Server
- Samba 3.5.0
- CentOS 5.4

Client
- Windows XP
- HP LaserJet 4100N, 
   - Driver: lj4100pcl6win2kxp2003-de.exe
   - Installed via Wizzard


smb.conf:

[global]

   enable privileges = yes

   load printers = yes
   printing = cups
   printcap name  = cups
   cups encrypt = no
   cups options = raw

   socket options =  TCP_NODELAY SO_RCVBUF=16384 SO_SNDBUF=16384

   # Domain Options
   local master = no
   os level = 16
   domain master = no
   preferred master = no
   domain logons = no
   unix extensions = no


   # Windows AD 
   guest account = nobody
   workgroup = local
   realm = LOCAL
   security = ads
   password server = root1 root2
   encrypt passwords = yes
   client use spnego = yes
   use spnego = yes 
         
   smb ports = 445  
   name resolve order = host lmhosts bcast
   wins proxy = no 
   dns proxy = no
   preserve case = yes
   short preserve case = yes
   default case = lower
    
   use sendfile = no
   large readwrite = no
   max xmit = 16644 
    
   veto files = /aquota.*/lost+found/
   veto oplock files = /*.mdb/*.MDB/*.dbf/*.DBF/*.xsl/*.doc/


#============================ Share Definitions ==============================


[printers]
        comment = All Printers
        path = /var/spool/samba
        browseable = no
        public = yes
        guest ok = no
        writable = no
        printable = yes

[print$]
        comment = Printer Drivers
        path = /etc/samba/drivers
        guest ok = no
        browseable = yes
        read only = yes
        force user = root
        force group = root
        write list = @"Domain Admins"
Comment 1 Stephan Helas 2010-03-24 05:45:11 UTC
GIT Branch v3-5-test solves the problem.