URL: https://github.com/SSSD/sssd/pull/854 Author: scabrero Title: #854: LDAP: Do not require START_TLS for loopback connections Action: opened
PR body: """ If the ldap uri is resolved to a loopback address then do not require START_TLS.
Signed-off-by: Samuel Cabrero scabrero@suse.de """
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/854/head:pr854 git checkout pr854