Displaying 3 results from an estimated 3 matches for "wbc_status".
2017 May 29
1
samba-4.5.x Doesn't work against Anonymous login to windows
Hi List,
I have samba-4.1.x and samba-4.5.x.
Windows 7 has an user with no password (anonymous login allowed).
I am trying to connect to windows 7 from smbc calls.
call smbc_opendir() with username and empty password.
When smbc_opendir() is called from samba-4.5.x "SPNEGO(ntlmssp) login
failed: NT_STATUS_WRONG_CREDENTIAL_HANDLE" is returned.
But the same call from samba-4.1.x is no
2019 Nov 28
0
security=domain fails after upgr. to 4.9, winbind doesn't help
...? (by default Samba will discover the correct DC to contact
> automatically).
>
> but still winbindd is not detected. The process spawned by the systemctl
> service is
>
> ? 25130 /usr/sbin/winbindd --foreground --no-process-group
The error message is coming from here:
??? if (wbc_status == WBC_ERR_WINBIND_NOT_AVAILABLE) {
??? ??? struct pdb_trusted_domain **domains = NULL;
??? ??? uint32_t num_domains = 0;
??? ??? NTSTATUS status;
??? ??? if (lp_server_role() == ROLE_DOMAIN_MEMBER) {
??? ??? ??? status = NT_STATUS_NO_LOGON_SERVERS;
??? ??? ??? DBG_ERR("winbindd not run...
2019 Nov 28
2
security=domain fails after upgr. to 4.9, winbind doesn't help
Hi Rowland,
> Remove 'map untrusted to domain = Yes', it has been removed.
>
> Add 'domain logons = Yes'
>
> This gets it back to being a PDC:
thanks for the hints! I did that, but it doesn't help. I guess the
problem is not on the PDC server but on SERVER2. That's the one
that got upgraded and stopped working (even with the non-pdc config
of SERVER1).
I