summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/installclass.py b/installclass.py
index 2c6d86e86..900d44a38 100644
--- a/installclass.py
+++ b/installclass.py
@@ -211,7 +211,8 @@ class BaseInstallClass:
ldapBasedn = "",
useKrb5 = 0, krb5Realm = "", krb5Kdc = "",
krb5Admin = "",
- useHesiod = 0, hesiodLhs = "", hesiodRhs = ""):
+ useHesiod = 0, hesiodLhs = "", hesiodRhs = "",
+ useSamba = 0, sambaServer= "", sambaWorkgroup = ""):
id.auth.useShadow = useShadow
id.auth.useMD5 = useMd5
@@ -235,6 +236,10 @@ class BaseInstallClass:
id.auth.hesiodLhs = hesiodLhs
id.auth.hesiodRhs = hesiodRhs
+ id.auth.useSamba = useSamba
+ id.auth.sambaServer = sambaServer
+ id.auth.sambaWorkgroup = sambaWorkgroup
+
def setNetwork(self, id, bootProto, ip, netmask, gateway, nameserver,
device = None):
if bootProto: