This file is indexed.

/usr/share/doc/phamm/TODO.Debian is in phamm 0.5.18-3.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
19
Debian phamm TODO
^^^^^^^^^^^^^^^^^

* Run slaptest to ckeck sldap.conf

* Ask for a password confirm for "phamm user"

    Example code to use in phamm-ldap.config:

	#val1="1"
	#val2="2"
	#while [ "$val1" != "$val2" ]; do
	db_input high phamm-ldap/ldap-phammpw || true
	db_go || true
	#db_get xxxxx
	#val1="$RET"
	#....
	#val2="$RET"
	#done