[AGENT++] UNCLASSIFIED: USM Password persistency

Jochen Katz katz at agentpp.com
Fri Aug 3 21:48:11 CEST 2007


Hi,

>> initialisation as follows:
>>
>>    uut->addNewRow("MD5AES128",...
>>
>> When I remotely change the password it works OK but the password is
>> not stored when I exit the agent and restart. Viewing the user details
>> using the remote browser shows the user storage to be "volatile"
>> rather than the desired "nonVolatile".
>>
>> Is it possible to make changes to this default user persistent?

uut->addNewRow() returns a pointer to the added row. You can use this
pointer to change the rowstatus object to volatile.

After doing this you have to take care that at startup addNewRow is not
called, as this would replace the persistend values.

Regards,
  Jochen




More information about the AGENTPP mailing list