When installing 1.4 RC1, I noticed that the opensrf.xml file is automatically populated with my DB settings! However, I did hit one minor bug.
If a DB password contains a '&' character, the DB password in the XML should have each '&' replaced by "&". Currently, it's replaced with "\&", which will cause problems (settings-tester.pl gives some good hints about the cause). This caused problems with /openils/bin/autogen and the srfsh login. I went through an manually removed the offending '\' chars and now things seems to work. Cheers, Warren
