From: Thomas Jarosch Date: Mon, 4 Nov 2019 16:05:03 +0000 (+0100) Subject: Remove ISDN dialin related cnfvars X-Git-Tag: v1.6.2~1 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=b12fcfbf592a3e98ac851f5fb4d942e14fac79d0;p=pyi2ncommon Remove ISDN dialin related cnfvars It does not seem to be used in pyi2ncommon or intra2net-qa anyway. --- diff --git a/src/cnfline/build_group.py b/src/cnfline/build_group.py index 5d6f1f2..640b400 100644 --- a/src/cnfline/build_group.py +++ b/src/cnfline/build_group.py @@ -43,10 +43,6 @@ class BuildGroup(BuildCnfVar): self.update_cnf('GROUP_ACTIVESYNC_ENABLE', 0, '1') return self - def enable_dialin(self): - self.update_cnf('GROUP_DIALIN_ENABLE', 0, '1') - return self - def enable_xauth(self): self.update_cnf('GROUP_XAUTH_ENABLE', 0, '1') return self