#author("2017-07-27T22:56:15+09:00","default:mandt","mandt") #author("2017-07-27T23:02:04+09:00","default:mandt","mandt") -Domainの作成 hellow.jpmandt.com -Pukiwikiの展開 pukiwiki-1.5.1_utf8.zipをcoreserver上のhellow.jpmandt.comとして展開。展開後、名前を変更しても、展開した中身をhellow.jpmandt.comに移動しても、どちらでもOK. -管理者のパスワード設定 pukiwiki.ini.php $adminpass = 'pass'; // Cleartext -編集のパスワード設定 --ユーザーの追加 $auth_users = array( 'mandt' => 'password', // Username => password 'foo' => 'foo_passwd', // Cleartext 'bar' => '{x-php-md5}f53ae779077e987718cc285b14dfbe86', // PHP md5() 'bar_passwd' 'hoge' => '{SMD5}OzJo/boHwM4q5R+g7LCOx2xGMkFKRVEx', // LDAP SMD5 'hoge_passwd' ); -- ///////////////////////////////////////////////// // Edit auth (0:Disable, 1:Enable) --Edit auth を有効にする $edit_auth = 1; --edit_auth_pagesを定義する $edit_auth_pages = array( '##' => 'mandt', // Regex Username '#BarDiary#' => 'bar', '#HogeHoge#' => 'hoge', '#(NETABARE|NetaBare)#' => 'foo,bar,hoge', );