diff --git a/pym/unix/variables/unix.py b/pym/unix/variables/unix.py index 329da04..dd3a853 100644 --- a/pym/unix/variables/unix.py +++ b/pym/unix/variables/unix.py @@ -80,14 +80,15 @@ class VariableLdUnixPw(ServerEnvHelper, RandomPasswordHelper, Variable): @property def fallback_value(self): - return "test22" - - def get(self): - if self.Get('ld_unix_pw_generate_set') == 'on': - return "test22" - return RandomPasswordHelper.get(self) - else: - super(VariableLdUnixPw, self).get() + #return "test22" + return RandomPasswordHelper.get(self) + + #def get(self): + # if self.Get('ld_unix_pw_generate_set') == 'on': + # return "test22" + # return RandomPasswordHelper.get(self) + # else: + # super(VariableLdUnixPw, self).get() class VariableLdUnixPwGenerateSet(Variable): """