Displaying 4 results from an estimated 4 matches for "lp_server_rol".
Did you mean:
lp_server_role
2014 Nov 04
1
Solution for: "Samba server does not show up in Windows Network Places"
...on to this problem but would like any advice on the downside of doing this. Essentially, I remove role check in nmbd.c as follows:
--- samba-4.1.13.orig/source3/nmbd/nmbd.c
+++ samba-4.1.13/source3/nmbd/nmbd.c
@@ -914,16 +914,6 @@ static bool open_sockets(bool isdaemon,
reopen_logs();
- if (lp_server_role() == ROLE_ACTIVE_DIRECTORY_DC
- && !lp_parm_bool(-1, "server role check", "inhibit", false)) {
- /* TODO: when we have a merged set of defaults for
- * loadparm, we could possibly check if the internal
- * nbt server is in the list, and allow a startup if disab...
2019 Nov 28
0
security=domain fails after upgr. to 4.9, winbind doesn't help
...ce 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\n",
??? ??? ??? ??? nt_errstr(status));
??? ??? ??? return status;
??? ??? }
So your server doesn&...
2020 Feb 18
2
winbind: machine password timeout and keytab
Dear all;
Is it possible to refresh the machine password in an AD setup while also
using a keytab for verifying secrets? As far as I can see machine
password updates (as controlled by "machine password timeout") are
disabled when a keytab is in use (in particular, when "kerberos method =
secrets and keytab"), but without an up-to-date keytab e.g. single
sign-on with SSH
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