Update the login name for HMC/FSP/BPA
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5524 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -2836,7 +2836,7 @@ sub get_rsp_dev | ||||
|         # Get HMC userid/password | ||||
|         ############################################# | ||||
|         foreach ( keys %$hmc ) { | ||||
|             ( $hmc->{$_}->{username}, $hmc->{$_}->{password}) = xCAT::PPCdb::credentials( $hmc->{$_}->{name}, lc($hmc->{$_}->{'type'}));  | ||||
|             ( $hmc->{$_}->{username}, $hmc->{$_}->{password}) = xCAT::PPCdb::credentials( $hmc->{$_}->{name}, lc($hmc->{$_}->{'type'}), "hscroot" );  | ||||
|             trace( $request, "user/passwd for $_ is $hmc->{$_}->{username} $hmc->{$_}->{password}"); | ||||
|         } | ||||
|     } | ||||
| @@ -2847,7 +2847,7 @@ sub get_rsp_dev | ||||
|         # Get FSP userid/password | ||||
|         ############################################# | ||||
|         foreach ( keys %$fsp ) { | ||||
|             ( $fsp->{$_}->{username}, $fsp->{$_}->{password}) = xCAT::PPCdb::credentials( $fsp->{$_}->{name}, lc($fsp->{$_}->{'type'}));  | ||||
|             ( $fsp->{$_}->{username}, $fsp->{$_}->{password}) = xCAT::PPCdb::credentials( $fsp->{$_}->{name}, lc($fsp->{$_}->{'type'}), "admin");  | ||||
|             trace( $request, "user/passwd for $_ is $fsp->{$_}->{username} $fsp->{$_}->{password}"); | ||||
|         } | ||||
|     } | ||||
| @@ -2858,7 +2858,7 @@ sub get_rsp_dev | ||||
|         # Get BPA userid/password | ||||
|         ############################################# | ||||
|         foreach ( keys %$bpa ) { | ||||
|             ( $bpa->{$_}->{username}, $bpa->{$_}->{password}) = xCAT::PPCdb::credentials( $bpa->{$_}->{name}, lc($bpa->{$_}->{'type'}));  | ||||
|             ( $bpa->{$_}->{username}, $bpa->{$_}->{password}) = xCAT::PPCdb::credentials( $bpa->{$_}->{name}, lc($bpa->{$_}->{'type'}), "admin");  | ||||
|             trace( $request, "user/passwd for $_ is $bpa->{$_}->{username} $bpa->{$_}->{password}"); | ||||
|         } | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user