This file is indexed.

/usr/lib/python2.7/dist-packages/jnpr/junos/resources/user.yml is in python-junos-eznc 2.0.1-1.

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
15
16
17
18
---
### ------------------------------------------------------
### Table-view to configure login user.
### ------------------------------------------------------
UserTable:
  set: system/login/user
  key-field: user
  view: userView

userView:
  groups:
    auth: authentication
  fields:
    user: name
    uid: { uid : { 'type' : 'int', 'minValue' : 100, 'maxValue' : 64000 } }
    class_name: { class : { 'type' : { 'enum' : ['operator', 'read-only', 'super-user'] } } }
  fields_auth:
    password: encrypted-password