diff options
Diffstat (limited to 'ipaserver/advise/plugins/legacy_clients.py')
-rw-r--r-- | ipaserver/advise/plugins/legacy_clients.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ipaserver/advise/plugins/legacy_clients.py b/ipaserver/advise/plugins/legacy_clients.py index b6e1fc5a1..9e381f12a 100644 --- a/ipaserver/advise/plugins/legacy_clients.py +++ b/ipaserver/advise/plugins/legacy_clients.py @@ -195,7 +195,7 @@ class config_redhat_nss_pam_ldapd(config_base_legacy_client): self.log.comment('Use the authconfig to configure nsswitch.conf ' 'and the PAM stack') - self.log.command('authconfig --updateall --enableldap ' + self.log.command('authconfig --updateall --enableldap --enableldaptls ' '--enableldapauth --ldapserver=%s --ldapbasedn=%s\n' % (uri, base)) @@ -363,7 +363,7 @@ class config_redhat_nss_ldap(config_base_legacy_client): self.log.comment('Use the authconfig to configure nsswitch.conf ' 'and the PAM stack') - self.log.command('authconfig --updateall --enableldap ' + self.log.command('authconfig --updateall --enableldap --enableldaptls ' '--enableldapauth --ldapserver=%s --ldapbasedn=%s\n' % (uri, base)) |