Created attachment 17420 [details] Screenshot Windows Print Management Console After the upgrade to 4.16 from 4.15 the Windows Print Management Console does not list printers and drivers. See screenshots attached. If you click on "manage drivers"then all the drivers are listed. These commands can list printers and drivers without problems. rpcclient localhost -U "user" -c "enumdrivers" rpcclient localhost -U "user" -c "enumprinters" Also Upload of drivers fails. On the printserver nothing in the logs stands out. The system is a Rocky Linux 8.6 with the Sernet packages. Here is the smb.conf [global] netbios name = Printserver server string = Printserver security = ADS realm = HQ.DOMAIN-IT.DE workgroup = DOMAIN-02 max log size = 50000 disable netbios = yes smb ports = 445 server min protocol = SMB2 client min protocol = SMB2 #log level = 5 log level = 1 auth_audit:2 logging =syslog only kerberos method = secrets and keytab dedicated keytab file = /etc/krb5.keytab writeable =YES map acl inherit = yes store dos attributes = yes inherit acls = Yes username map = /etc/samba/smbusers interfaces = lo eth0 bind interfaces only = Yes ##idmap## # Default idmap config used for BUILTIN and local windows accounts/groups idmap config *:backend = tdb idmap config *:range = 1000000-2000000 # idmap config for domain DOMAIN-02 idmap config DOMAIN-02:backend = ad idmap config DOMAIN-02:range = 500-65555 idmap config DOMAIN-02:schema_mode = rfc2307 idmap config DOMAIN-02:unix_nss_info = yes winbind use default domain = Yes winbind offline logon = yes winbind refresh tickets = yes machine password timeout = 604800 #Printing rpc_server:spoolss = external rpc_daemon:spoolssd = fork spoolss: architecture = Windows x64 min domain uid = 500 [printers] path = /var/spool/samba/ printable = yes printing = cups [print$] path = /srv/samba_printer_drivers/ read only = no
Created attachment 17421 [details] Screenshot Driver Management
I should also make it clear that printing works without problems.
try in smb.conf: min domain uid = 0
Tried that already. I am doing this with a user that is in the Print Operators group and that has the SePrintOperatorPrivilege granted.
What also might be interesting that an upgrade to 4.16.3 breaks printing completely. Downgrade to 4.15. fixes the printing but not Print Management Console. Is this working for others?