RE: Remove v3 user

2005-06-29 Thread Dave Shield
e-write the persistent > DS> file *without* the deleted user entry. > > Is there other way to do this? By setting usmUserStatus.xxx, it requires > config a read-write control access. To that one column object, yes. > So, is there a way we can remove v3 user entry from persis

RE: Remove v3 user

2005-06-28 Thread Fong Tsui
ss, we will not able remove v3 user unless we changed user's config which we don't want either. So, is there a way we can remove v3 user entry from persist file without depending on control access? Thanks, FT --- SF.Net email is spo

RE: Remove v3 user

2005-06-13 Thread Fong Tsui
@lists.sourceforge.net Subject: Re: Remove v3 user On Fri, 2005-06-10 at 23:38, Fong Tsui wrote: > To create a v3 user, we need to add user in both regular > snmpd.conf and the persist snmpd.conf. That doesn't sound right. It should only be necessary to put the 'createUser' entry in the

Re: Remove v3 user

2005-06-13 Thread Dave Shield
On Fri, 2005-06-10 at 23:38, Fong Tsui wrote: > To create a v3 user, we need to add user in both regular > snmpd.conf and the persist snmpd.conf. That doesn't sound right. It should only be necessary to put the 'createUser' entry in the persistent snmpd.conf file. You shouldn't need one in the ma

Remove v3 user

2005-06-10 Thread Fong Tsui
To create a v3 user, we need to add user in both regular snmpd.conf and the persist snmpd.conf. When removing a v3 user, we need to remove the user from both files. But, the entry in persist snmpd.conf is encoded. How can I know which entry is matched user (assume there are more than one users)? T