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

