This file is indexed.

/usr/share/doc/polyorb-doc/examples/corba/secure_echo/gssup.conf.in is in polyorb-doc 2.11~20140418-3.

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
19
20
[security_manager]
own_credentials=gssup_credentials

[access_points]
diop=disable

[gssup_credentials]
authentication_credentials_type=gssup
gssup.username=user
gssup.password=password
gssup.target_name=@domain

[gssup_authentication]
mechanism=gssup
gssup.target_name=@domain
gssup.passwd_file=@abs_top_srcdir@/examples/corba/secure_echo/passwd.pwd

[My_POA]
authentication_mechanism=gssup_authentication
authentication_required=true