Set an attribute value for a user.
PRUint32 SetAttribute (char* aUser,
char* aKey,
char* aValue,
PRInt32 *aReturnCode)=0;
The method has the following parameters:
NS_OK on success, non-zero error code on failure.
Sets the specified attribute for the specified user to the specified value.