summaryrefslogtreecommitdiffstats
path: root/kickstart.py
diff options
context:
space:
mode:
Diffstat (limited to 'kickstart.py')
-rw-r--r--kickstart.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/kickstart.py b/kickstart.py
index 72f4786df..7f54b190f 100644
--- a/kickstart.py
+++ b/kickstart.py
@@ -200,7 +200,8 @@ class KickstartBase(BaseInstallClass):
self.setAuthentication(id, useShadow, useMd5,
useNis, nisDomain, nisBroadcast, nisServer,
- useLdap, useLdapauth, ldapServer, ldapBasedn,
+ useLdap, useLdapauth, ldapServer,
+ ldapBasedn, useLdaptls,
useKrb5, krb5Realm, krb5Kdc, krb5Admin,
useHesiod, hesiodLhs, hesiodRhs,
useSamba, smbServers, smbWorkgroup)