Install Joomla command
#sudo mkdir /var/www/j25
#sudo cp Joomla.zip /var/www/j25
#cd /var/www/j25
#sudo unzip Joomla.zip
#sudo rm Joomla.zip
Install Joomla Web
http://server IP/j25
follow step to install Joomla
Login Joomla Administrator Site
http://server IP/j25/administrator
Install TW Language Pack
Administrator > Extension Manager > choose file > Upload & install
Add LDAP Authentication
Administrator Site > Plug-in Manager > Authentication - LDAP
Status: Enabled
Host: Domain Center IP or Host Name
Port: 389
LDAP V3: Yes
Authorisation Method: Bind and Search
Base DN: DC=test,DC=com
Search String: sAMAccountName=[search]
User's DN: blank space
Connect Username: test\XXX
Connect Password: XXXX
Map: Full Name: Display Name
Map: email: mail
Map: User ID: sAMAccountName
Comments Module
Download Extension from http://stackideas.com/komento.html
Administrator > Extension Manager > Choose File > Upload & install
Attachment Module
Download Extension From http://extensions.joomla.org/extensions/directory-a-documentation/downloads/3115
Administrator > Extension Manager > Choose File > Upload & install
Forum Module
Download Extension From http://www.kunena.org/download
Administrator > Extension Manager > Choose File > Upload & install
Time Setup
sudo vi /etc/php5/apache2/php.ini
change
;date.timezone =
to
date.timezone = Asia/Taipei
Administrator site > Global Configuration > Global Configuration > Taipei
Simple Image Gallery
指定一個圖片目錄就可以做成線上相簿讓人直接看。
Download from: http://extensions.joomla.org/extensions/photos-a-images/galleries/content-photo-gallery/1468
Administrator > Extension Manager > Choose File > Upload & install在文章中插入 {gallery}指定圖片目錄{/gallery} 即可顯示。
Projectfork
在 Joomla 平台管理專案
Download from: http://extensions.joomla.org/extensions/clients-a-communities/project-a-task-management/1389
Administrator > Extension Manager > Choose File > Upload & install
Administrator > Components > Projectfork > install
JomSocial
Download From
Protostar for Joomla 2.5
download and install
Extensions>Module Manager
Details > Position 1
Advanced Options > Menu Class Suffix: " nav-pills"
JomSocial
Download From
Protostar for Joomla 2.5
download and install
Extensions>Module Manager
Details > Position 1
Advanced Options > Menu Class Suffix: " nav-pills"
Add LDAP Authentication 遇到問題,懇請協助,感謝。
回覆刪除按照一樣的方式設定之後,用戶端無論如何都無法登入,錯誤為:Unable to find user
以LDAP Admin連線測試過,正常
設定嘗試過:(user為Domain admins)
Connect Username:
1.domain\user
2.user@domain.com.tw
Map: Full Name:
1.DisplayName
2.Display Name
用戶端登入方式:client皆為登入ID,且為display Name
1.client
2.~client
3.clint@domain.com.tw
3.domain\client
根據以下設定,用戶端可以登入(與您的稍微不同)
刪除Host: Server Name Or IP
Authorization Method: Bind Directly as User
Base DN DC=domain,DC=com,DC=tw
Search String sAMAccountName=[search]
User's DN (Empty)
Connect Username domain\admin
Map: Full Name DisplayName
MAP:E-mail: mail
MAP:User ID: sAMAccountName
但是有新的問題:用戶端的顯示名稱有中文
這時候:無法登入了
不知道怎麼處理?