This file is indexed.

/usr/lib/erlang/lib/snmp-5.2.4/priv/conf/manager/users.conf is in erlang-snmp 1:19.2.1+dfsg-2+deb9u2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
%% users.conf
%%
%% Configuration for each user the manager shall handle.
%%
%% {UserId, UserMod, UserData}
%%
%% UserId   -> User identity of "manager entity" responsible for this 
%%             agent: term()
%% UserMod  -> Module implementing the snmpm_user behaviour: atom() 
%% UserData -> Generic data passed on to the user when calling any
%%             of the callback functions: term()
%%
{user_id_1,   snmpm_user_default, undefined}.
{"user_id_2", snmpm_user_default, []}.