Hello, when upgrade to 3.0.11 (from 3.0.9), I get the following error: [root@server-c02 samba]# wbinfo -a domain\\user%password plaintext password authentication failed error code was NT_STATUS_NO_LOGON_SERVERS (0xc000005e) error messsage was: No logon servers Could not authenticate user domain\user%password with plaintext password challenge/response password authentication failed error code was NT_STATUS_NO_LOGON_SERVERS (0xc000005e) error messsage was: No logon servers Could not authenticate user domain\user with challenge/response Before the upgrade the same command worked fine: [root@server-c02 samba]# wbinfo -a domain\\user%password plaintext password authentication succeeded challenge/response password authentication succeeded In order to work fine again, I have to comment a few lines in my smb.conf: # disable netbios = Yes # nt pipe support = No # nt status support = No This is my smb.conf (working fine with samba-3.0.9) interfaces = lo log level = 1 workgroup = FILPP disable netbios = Yes nt pipe support = No nt status support = No security = ads encrypt passwords = Yes realm = FILPP.INBCPP.IT password server = * wins server = FILPP.INBCPP.IT winbind uid = 10000-60000 winbind gid = 10000-60000 winbind enum users = no winbind enum groups = no winbind use default domain = Yes winbind cache time = 86400 lanman auth = no ntlm auth = no client NTLMv2 auth = yes client lanman auth = no client plaintext auth = no client signing = yes client use spnego = no socket options = TCP_NODELAY Regards Marco
Created attachment 959 [details] winbind.log Attached there are windbind.log files (level=3): ko.log: don't work ok.log: work both files contains log while doing the following operations: service winbind start wbinfo -a domain\\user%password
volkker, I think this one is yours due to the change in winbindd to always toa node status request for the DC name. I could be wrong though. Mind taking a look. I'll try to ass well when I can find time.
reproduced. Working on a fix.
Created attachment 961 [details] patch to fix winbindd when no netbios support is enabled please test this prelimary patch. I'm not checking it in yet. Just need to know if it fixes the bug for you. It tests out fine locally. You will need to run 'make proto; make' after applying it. Thanks.
adding volker to CC list. You probably want to look at the patch. I know it's a little dirty.
I've cleaned up the patch and run it through more tests. I'm going to check it in and mark this as fixed. I'll also update the latest patch at http://www.samba.org/~jerry/patches/post-3.0.11/
sorry for the same, cleaning up the database to prevent unecessary reopens of bugs.