This file is indexed.

/usr/share/doc/dacs-examples/dtd-xsd/credentials.dtd is in dacs-examples 1.4.38a-2build1.

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
<!-- $Id: credentials.dtd 1290 2006-07-08 03:10:57Z brachman $ -->

<!ELEMENT credentials EMPTY>
<!ATTLIST credentials
    federation   CDATA #REQUIRED
    username     CDATA #REQUIRED
    jurisdiction CDATA #REQUIRED
    ip           CDATA #REQUIRED
    roles        CDATA #REQUIRED
    auth_time    CDATA #REQUIRED
    expires      CDATA #REQUIRED
    auth_style   CDATA #REQUIRED
    unique       CDATA #REQUIRED
    version      CDATA #REQUIRED
    valid_for    (acs | chaining | ident | transfer | nothing) #REQUIRED
    imported_by  CDATA #IMPLIED
    ua_hash      CDATA #IMPLIED
>