https://bugs.kde.org/show_bug.cgi?id=494981
Fedor Piecka <pie...@neviem.eu> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDSINFO |REPORTED Resolution|WAITINGFORINFO |--- --- Comment #6 from Fedor Piecka <pie...@neviem.eu> --- (In reply to Harald Sitter from comment #5) > Still missing instructions on how to setup the server side. > > I've looked at our code and I really don't see where we would be going > wrong. I am rather thinking there's a regression in libsmbclient I agree this is possibly a regression in libsmbclient. However, smbclient command works properly. I suspect some change is required in how to use libsmbclient in this case. Unfortunately, I haven't been able to identify any change required. BTW another Bugzilla user contacted me about this bug report. That means its not only our specific environment's problem. Our file server's configuration: [global] restrict anonymous = 2 disable netbios = yes smb ports = 445 smb encrypt = required security = ADS workgroup = EXAMPLE realm = AD.EXAMPLE.ORG server string = %h server log level = 1 auth_audit:3 auth_json_audit:3 logging = syslog file allow hosts = 127. 10.0.0.0/255.0.0.0 os level = 60 create mask = 0774 directory mask = 0775 idmap config * : backend = tdb idmap config * : range = 1200-2999 idmap config EXAMPLE:backend = ad idmap config EXAMPLE:schema_mode = rfc2307 idmap config EXAMPLE:range = 3000-9999 idmap config EXAMPLE:unix_nss_info = yes idmap config EXAMPLE:unix_primary_group = yes winbind use default domain = yes winbind cache time = 30 winbind expand groups = 10 winbind enum users = yes winbind enum groups = yes [share1] comment = share1 path = /srv/share1 read only = no public = yes writable = yes store dos attributes = yes map archive = no map system = no map hidden = no map readonly = no wide links = no map acl inherit = yes veto files = /._*/.DS_Store/Thumbs.db/ delete veto files = yes vfs objects = audit The file server is joined to a domain provided by a different set of Samba servers. I don't think it's important on how those are configured. The file server advertises Kerberos support, but the client doesn't initiate Kerberos auth. It doesn't contact Kerberos KDC at all. -- You are receiving this mail because: You are watching all bug changes.