This file is indexed.

/usr/share/doc/polyorb-doc/examples/corba/secure_echo/tls_gssup.conf 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
21
22
23
24
25
26
27
28
29
30
31
32
[security_manager]
own_credentials=tls_gssup_credentials
establish_trust_in_target_required=true

[access_points]
diop=disable

[tls_gssup_credentials]
transport_credentials_type=tls
authentication_credentials_type=gssup
tls.method=tls1
tls.ciphers=ALL
tls.verify_peer=true
tls.verify_fail_if_no_peer_certificate=true
tls.private_key_file=/build/buildd/polyorb-2.11~20140418/examples/corba/secure_echo/polyorb.key
tls.certificate_file=/build/buildd/polyorb-2.11~20140418/examples/corba/secure_echo/polyorb.crt
tls.certificate_authority_file=/build/buildd/polyorb-2.11~20140418/examples/corba/secure_echo/root.crt
gssup.username=user
gssup.password=password
gssup.target_name=@domain

[tlsiop]

[gssup_authentication]
mechanism=gssup
gssup.target_name=@domain
gssup.passwd_file=/build/buildd/polyorb-2.11~20140418/examples/corba/secure_echo/passwd.pwd

[My_POA]
transport_mechanism=tlsiop
authentication_mechanism=gssup_authentication
authentication_required=true