mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-28 18:05:31 +00:00 
			
		
		
		
	-Correct table name for password query
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2038 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -1355,7 +1355,7 @@ sub getbladecons { | ||||
|    my $noderange = shift; | ||||
|    my $callback=shift; | ||||
|    my $mpatab = xCAT::Table->new('mpa'); | ||||
|    my $passtab = xCAT::Table->new('mpa'); | ||||
|    my $passtab = xCAT::Table->new('passwd'); | ||||
|    my $tmp; | ||||
|    my $user="USERID"; | ||||
|    if ($passtab) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user