ispman/install-data/templates users.ldif.template, 1.15.8.2, 1.15.8.3
Pedro Algarvio <[email protected]> Thu, 05 Oct 2006 11:51:57 +0000
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/install-data/templates
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv3356/install-data/templates
Modified Files:
Tag: dev_1_3-cyrus_virtdomain2
users.ldif.template
Log Message:
Minor correction on config vars.
Index: users.ldif.template
===================================================================
RCS file: /cvsroot/ispman/ispman/install-data/templates/users.ldif.template,v
retrieving revision 1.15.8.2
retrieving revision 1.15.8.3
diff -u -d -r1.15.8.2 -r1.15.8.3
--- users.ldif.template 3 Oct 2006 16:52:19 -0000 1.15.8.2
+++ users.ldif.template 5 Oct 2006 11:51:55 -0000 1.15.8.3
@@ -49,7 +49,7 @@
$text="";
if ($r->param("mailHost")){
my $address="";
- if ( lc( $ispman->getConf("AllowFullEmailLogins") ) == 'yes') {
+ if ( lc( $ispman->getConf("allowFullEmailLogins") ) == 'yes') {
$address=join '@', ($r->param("userid"), $r->param("ispmanDomain"));
} else {
$address=join '@', ($r->param("uid"), $r->param("mailHost"));
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV