[SSSD-users] Re: SSSD on CentOS 7 failing to start when connecting to Samba 4.8.3 AD via LDAP

2018-07-24 Thread Mark Johnson
Thanks for the tip on the sudo_provider setting. I was trying to work out how to do that but couldn't find the exact option. I managed to find the solution to my original problem through some trial and error. Seems I needed to set "ldap_referrals = false" in my config. Put that in and it all

[SSSD-users] Re: SSSD on CentOS 7 failing to start when connecting to Samba 4.8.3 AD via LDAP

2018-07-23 Thread John Hearns
Mark, for information you can increase the mumber of retries by reconnection_retries = N However that does not help you with your problem! On 23 July 2018 at 04:05, Mark Johnson wrote: > I've been going around in circles with this for days and I'm stuck. I'm > trying to run up a new AD

[SSSD-users] Re: SSSD on CentOS 7 failing to start when connecting to Samba 4.8.3 AD via LDAP

2018-07-23 Thread Jakub Hrozek
> On 23 Jul 2018, at 04:05, Mark Johnson wrote: > > I've been going around in circles with this for days and I'm stuck. I'm > trying to run up a new AD environment with only Samba 4.8.3 servers that > we'll authenticate user server access against via SSSD/LDAP using a simple > bind. All