From 602f8beb52adc5b49e1198fcdfccbf7d0f66705f Mon Sep 17 00:00:00 2001 From: ligc Date: Tue, 16 Oct 2012 12:33:01 +0000 Subject: [PATCH] undo the CMM password expire code git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@14027 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/blade.pm | 2 -- 1 file changed, 2 deletions(-) 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";