FAQ

    版本為 20:03, 12 Jan 2025

    到這個版本。

    返回到 版本存檔.

    查閱目前版本

    Q.整合 Windows Active Directory 的帳號認證編輯區段

    步驟一:《Tools》《Service management》新增 Local Service

    Type = Authentication
    Description = 自訂一個名稱,這會顯示在登入視窗
    SID =File:C:/DOCUME~1/ALANG-~1/LOCALS~1/Temp/moz-screenshot-3.jpgFile:C:/DOCUME~1/ALANG-~1/LOCALS~1/Temp/moz-screenshot-4.jpg http://services.mindtouch.com/deki/s...authentication
    Config

     groupqueryall  (objectClass=group)
     groupquery  (&(cn=$1)(objectClass=group))
     hostname  myad.mydomain.com.tw
     searchbase  DC=mydomain,DC=com,DC=tw
     userquery  samAccountName=$1
     bindingdn  $1@mydomain.com.tw
     groupmembersattribute  memberOf


    Status = Enabled

    步驟二: 

    登入時選擇剛剛新增的服務名稱的模式,輸入 AD 帳號及密碼即可。

    預設的 AD 帳號權限為 Contributor,如要修改,可由《Tools》《Configuration》編輯 security/new-account-role 的參數。

    參考連結:

    Q.整合 Windows Active Directory 的群組管理

     

    Q.新增 Google Widgets  外掛.

    ■ 新增服務設定
    《控制面板》《服務管理》《增加服務》《Local》

    類型: Extension
    描述: Google-Widgets
    SID: http://services.mindtouch.com/deki/d...2007/06/google

    ■ 使用方式,以 Google Calendar 為例
    從 Google Calendar 取得一組 XML 位址,在 Wiki 編輯頁面貼上這一組代碼

    {{google.calendar("http://www.google.com/calendar/feeds/rr5bvhj1bg3mcdg500gn584ipo%40group.calendar.google.com/public/basic")}} 
    

    預覽結果請前往 網路研討會(Webinar)

    官方參考連結: http://wiki.developer.mindtouch.com/...tension+google 

    Q.變更預設的編輯工具成 FCKeditor.

    編輯 <dekiwiki_home>/LocalSettings.php,增加這幾行。

    # Switch to FCKeditor
    $wgDefaultEditorEngine = 'FCKeditor';
    $wgDefaultEditor = 'FCKeditor';

    設定變更後,必須清除 Server UI cache,才能看到變更後的畫面。

    執行這指令:
    #cd <dekiwiki_home>/skins/common/cache
    # rm -rf *

    Q.在控制面板無法設定 FCKeditor

    出現錯誤:Unable to create configuration file. Please, check the folder's permissions.

    解決方法:
    #cd <dekiwiki_home>
    #chmod 775 editor/fckeditor/editor/

     

    Powered by MindTouch Core