I can see that, yes, it’s disabled SSL now. But the ldapURI now points to the IP for the DC. However, the previous display, with SSL, shows a host name, not an IP. But that host name resolves to the host, not the IP for the DC. Could that be the issue ??
Another interesting observation. The property ldapURI was empty, prior to the update you asked for:
Mar 14 11:22:17 Nethserver /sbin/e-smith/db[20719]: /var/lib/nethserver/db/configuration: OLD sssd=service|AdDns|192.168.0.253|LdapURI||Provider|ad|status|enabled
Mar 14 11:22:17 Nethserver /sbin/e-smith/db[20719]: /var/lib/nethserver/db/configuration: NEW sssd=service|AdDns|192.168.0.253|LdapURI|ldap://192.168.0.253|Provider|ad|status|enabled
OK, this is still causing me grief. I’m now seeing this trying to navigate to the User and Group page:
Mar 19 17:38:39 Nethserver httpd: [ERROR] NethServer\Tool\UserProvider: AccountProvider_Error_113
Mar 19 17:38:39 Nethserver httpd: [ERROR] No route to host
And trying to log on to a new session in the UI:
Mar 19 17:40:57 Nethserver httpd: [WARNING] NethServer\Tool\GroupProvider: Account provider connection timed out
Mar 19 17:40:57 Nethserver httpd: [WARNING] Connection timed out
I’m currently laid up in bed with the cough/cold from hell.
I’ll respond more when I’m up an about again, but I know exactly what
happened with the latest messages and also have (yet another) theory about
what might have caused the original ones.
OK. For the last set of errors, it was exactly as described by @davidep. Here’s what happened:
I built a new NS7 system, on a real hard drive, attached to my ESXi server so that when it was complete and I was ready to move from NS6 → NS7 all I needed to do was shut down NS6, swap drives and re-boot. I’d already asked a question as to how to manage the change in interface names that was going to happen. What I didn’t expect to happen was that when I booted NS7 for the first time, it updated the Bridge interface in the networks DB from br0 to brdef (I think). No big deal, I thought, as long as it still bridges to my internal network NIC. Haha, how wrong was that. There are other references to that bridge name in the configuration files. One of them I knew of, and had already reset the DHCP server to run off the updated name. What I didn’t know was that the nsdc service also relies on that name, but that doesn’t show up in any configuration pages, so initially I didn’t think there was anything else to update. Bottom line, resetting my bridge interface back to the automatically chosen name from the Account Provider set-up cured all.
I guess a couple of takeaways from that. Why did booting in a new environment rename the bridge in the first place. Why does that default name differ from the default name chosen by the Account Provider. And why doesn’t the “interface-update” event ensure that interfaces required by other services are “present and correct” before updating the configuration.
Now, back to my original issue:
BUT at the time, I did not re-select the “Set as default” button. Could that have caused it.
I, kind of, described it in my question in this post. After swapping the disk, I had to manually update the Networks DB. That was when I noticed the bridge name change, which as I said, I didn’t think mattered other than as a “link” between the real NIC and the Green interface.