OSDN Git Service

Corrected/Added comments only about password
authorhenoheno <henoheno>
Sat, 3 Jun 2006 11:32:18 +0000 (20:32 +0900)
committerhenoheno <henoheno>
Sat, 3 Jun 2006 11:32:18 +0000 (20:32 +0900)
pukiwiki.ini.php

index d5c3ae4..953fd52 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 // PukiWiki - Yet another WikiWikiWeb clone
-// $Id: pukiwiki.ini.php,v 1.138 2006/06/03 11:31:03 henoheno Exp $
+// $Id: pukiwiki.ini.php,v 1.139 2006/06/03 11:32:18 henoheno Exp $
 // Copyright (C)
 //   2002-2006 PukiWiki Developers Team
 //   2001-2002 Originally written by yu-ji
@@ -232,6 +232,7 @@ $pagereading_config_dict = ':config/PageReading/dict';
 /////////////////////////////////////////////////
 // User definition
 $auth_users = array(
+       // Username => password
        'foo'   => 'foo_passwd', // Cleartext
        'bar'   => '{x-php-md5}f53ae779077e987718cc285b14dfbe86', // PHP md5() 'bar_passwd'
        'hoge'  => '{SMD5}OzJo/boHwM4q5R+g7LCOx2xGMkFKRVEx',      // LDAP SMD5 'hoge_passwd'