diff --git a/xCAT-server/lib/xcat/plugins/blade.pm b/xCAT-server/lib/xcat/plugins/blade.pm index f6523a445..1a1485f9a 100644 --- a/xCAT-server/lib/xcat/plugins/blade.pm +++ b/xCAT-server/lib/xcat/plugins/blade.pm @@ -4479,8 +4479,6 @@ sub passwd { return ([1, @data]); } } - # setting the password expire time to 0, never expired - $t->cmd("accseccfg -pe 0 -T system:$mm"); @data = (); my $snmp_cmd = "users -n $user -ap sha -pp des -ppw $pass -T system:$mm";