search for: pdb_trusted_domain

Displaying 2 results from an estimated 2 matches for "pdb_trusted_domain".

Did you mean: add_trusted_domain
2019 Nov 28
0
security=domain fails after upgr. to 4.9, winbind doesn't help
...t; 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 running - " ??? ??? ??? ??? "but required as domain member: %s\...
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