ldap: using ladps seems to work
This commit is contained in:
parent
41449dd28c
commit
934b1ff1c4
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
||||||
auth_provider = ldap
|
auth_provider = ldap
|
||||||
sudo_provider = ldap
|
sudo_provider = ldap
|
||||||
|
|
||||||
ldap_uri = ldap://${cfg.address}:389
|
ldap_uri = ldaps://${cfg.address}:636
|
||||||
|
|
||||||
ldap_search_base = ${cfg.base}
|
ldap_search_base = ${cfg.base}
|
||||||
# thank ye https://medium.com/techish-cloud/linux-user-ssh-authentication-with-sssd-ldap-without-joining-domain-9151396d967d
|
# thank ye https://medium.com/techish-cloud/linux-user-ssh-authentication-with-sssd-ldap-without-joining-domain-9151396d967d
|
||||||
|
|
Loading…
Reference in a new issue