phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgroupware/config.inc.php.sample, 1.1.2.1.2.3


From: nomail
Subject: [Phpgroupware-cvs] phpgroupware/config.inc.php.sample, 1.1.2.1.2.3
Date: Thu, 10 Jun 2004 09:07:33 +0200

Update of /phpgroupware
Modified Files:
        Branch: proposal-branch
          config.inc.php.sample

date: 2004/06/10 07:07:33;  author: jengo;  state: Exp;  lines: +13 -0

Log Message:
Added new encryption types, default is our normal MD5
=====================================================================
Index: phpgroupware/config.inc.php.sample
diff -u phpgroupware/config.inc.php.sample:1.1.2.1.2.2 
phpgroupware/config.inc.php.sample:1.1.2.1.2.3
--- phpgroupware/config.inc.php.sample:1.1.2.1.2.2      Fri Apr 16 22:29:06 2004
+++ phpgroupware/config.inc.php.sample  Thu Jun 10 07:07:33 2004
@@ -17,6 +17,19 @@
                <default_anon_op>wcm.base.start</default_anon_op>
 -->
                <baseurl>/</baseurl>
+               <!--
+                       Available types are:
+                       CRYPT - Standard Unix crypt
+                       MD5   - md5 with NO salt
+                       SMD5  - md5 with salt           (Recommended)
+                       SHA   - SHA with NO salt        (* Requires mcrypt 
complied into PHP)
+                       SSHA  - SHA with salt           (* Requires mcrypt 
complied into PHP)
+
+                       NOTE: This value is ONLY for creating new passwords, 
the API can verify
+                       passwords of all the above types.  (Of course, if you 
meet the mcrypt requirements)
+                       This makes it possiable to change encryption types 
without locking out users
+               -->
+               <password_type>SMD5</password_type>
        </server>
 <!--
        ** Error Reporting Configuration **




reply via email to

[Prev in Thread] Current Thread [Next in Thread]