This bug is to track the implementation of RFC-18 in MapServer 4.9. From the RFC:
------------------------
Overview
--------
This proposal provides a mechanism to protect database connection passwords used
inside mapfiles by encrypting them instead of including them in plain text.
Technical Solution
------------------
MapServer will be extended to allow the use of encrypted passwords as part of
the CONNECTION string for the following layer types:
* Oracle Spatial
* PostGIS
* ESRI SDE
* OGR
The Tiny Encryption Algorithm (TEA) at
http://www.simonshepherd.supanet.com/tea.htm will be used for the
encryption/decryption functions.
------------------------
See the RFC at http://mapserver.gis.umn.edu/development/rfc/ms-rfc-18 for full
details.