1. 程式人生 > >openfire伺服器所有配置屬性

openfire伺服器所有配置屬性

Openfire Properties

版本 35 由 slushpupie 冠軍 於 2007-8-29 上午11:32建立,最後由 Daryl Herzmann 冠軍 於 2014-9-16 下午12:10修改。

This is an attempt at documenting every property used by Openfire.  Please keep this list in alphabetical order, for easier searching.

XML Properties

Property

Description

Default

admin.authorizedJIDs

A comma seperated list of full JID's allowed to log into the admin console. The JIDs may belong to remote users.

admin.authorizedUsernames

A comma seperated list of usernames allowed to log into the admin console.

admin

adminConsole.port

The port number the admon console listens on (not encrpyted). Disable by using \-1.

9090

adminConsole.securePort

The port number the admin console listens on (encrypted). Disable by using \-1.

9091

connectionProvider.className

The class name of the database connection provider

database.defaultProvider.checkOpenConnection TODO - is it still valid?

database.defaultProvider.connectionTimeout

database connection timeout

database.defaultProvider.maxConnections

maximum database connections TODO

database.defaultProvider.minConnections

minimum database connections

database.defaultProvider.openConnectionTimeLimit TODO - is it still valid?

database.defaultProvider.password

TODO

database.defaultProvider.testAfterUse true / false - test connection after using it

database.defaultProvider.testBeforeUse

true / false - test connection before using it

database.defaultProvider.testSQL

SQL command to test whether a connection is fine

database.defaultProvider.username

TODO

database.JDNIProvider.name

TODO

database.mysql.useUnicode

TODO

ldap.adminDN

a directory administrator's DN. All directory operations will be performed with this account. The admin must be able to perform searches and load user records. The user does not need to be able to make changes to the directory, as Openfire treats the directory as read-only. If this property is not set, an anonymous login to the server will be attempted. If you do not allow anonymous searches to your LDAP server, you must set this.

ldap.adminPassword

the password for the directory administrator.

ldap.alternateBaseDN

a second DN in the directory can optionally be set. If set, the alternate base DN will be used for authentication and loading single users, but will not be used to display a list of users (due to technical limitations).

ldap.authCache.enabled

Enable LDAP authentication cache, if using the LdapAuth provider

true

ldap.authCache.maxLifetime

TODO

ldap.authCache.size

Cache size (in bytes) for LDAP authentication cache

524288

ldap.autoFollowReferrals

a value of "true" indicates that LDAP referrals should be automatically followed. If this property is not set or is set to "false", the referral policy used is left up to to the provider. A referral is an entity that is used to redirect a client's request to another server. A referral contains the names and locations of other objects. It is sent by the server to indicate that the information that the client has requested can be found at another location (or locations), possibly at another server or several servers.

ldap.baseDN

the starting DN that searches for users will performed with. The entire subtree under the base DN will be searched for user accounts. This is required for all LDAP setups.

ldap.clientSideSorting

If Openfire should sort the LDAP results itself set to true. If the ldap server can do it, set to false.

False

ldap.connectionPoolEnabled

a value of "false" disables LDAP connection pooling.

true

ldap.debugEnabled

a value of "true" if debugging should be turned on. When on, trace information about buffers sent and received by the LDAP provider is written to System.out

ldap.emailField

the field name that holds the user's email address. If this property is not set, the default value is mail. Active Directory users should use the the default value mail.

ldap.groupDescriptionField

the field name that holds the description a group. If this property is not set, the default value is description.

ldap.groupMemberField

the field name that holds the members in a group. If this property is not set, the default value is member.

ldap.groupNameField

the field name that the groupname lookups will be performed on. If this property is not set, the default value is cn.This is required if you wish to use groups from LDAP.

ldap.groupSearchFilter

the search filter that should be used when loading groups.

ldap.groupNameField=

ldap.host

LDAP server host; e.g. localhost or machine.example.com, etc. It is possible to use many LDAP servers but all of them should share the same configuration (e.g. SSL, baseDN, admin account, etc). To specify many LDAP servers use the comma or the white space character as delimiter. Obviously, this is required for LDAP setups.

ldap.initialContextFactory

the name of the class that should be used as an initial context factory. if this value is not specified, "com.sun.jndi.ldap.LdapCtxFactory" will be used instead. Most users will not need to set this value.

ldap.nameField

the field name that holds the user's name. If this property is not set, the default value is cn. Active Directory users should use the default value displayName.

cn

ldap.port

LDAP server port number.

389

ldap.posixMode

a value of "true" means that users are stored within the group by their user name alone. A value of "false" means that users are stored by their entire DN within the group. If this property is not set, the default value is false. Note: the posix mode must be set correctly for your server in order for group integration to work. This is required if you wish to use groups from LDAP.

ldap.searchFields

the LDAP fields that will be used for user searches. If this property is not set, the username, name, and email fields will be searched. An example value for this field is "Username/uid,Name/cname". That searches the uid and cname fields in the directory and labels them as "Username" and "Name" in the search UI. You can add as many fields as you'd like using comma-delimited "DisplayName/Field" pairs. You should ensure that any fields used for searching are properly indexed so that searches return quickly.

ldap.searchFilter

the search filter that should be used when loading users.

The default search will be for users that have the attribute specified by ldap.usernameField.

ldap.sslEnabled

a value of "true" to enable SSL connections to your LDAP server. If you enable SSL connections, the LDAP server port number most likely should be changed to 636.

ldap.usernameField

the field name that the username lookups will be performed on. If this property is not set, the default value is uid. Active Directory users should try the default value sAMAccountName.

ldap.vcard-mapping

The literal mapping between ldap fields and the XML to go in the vcard

locale

The locale (language settings)

log.debug.enabled

Turn on debug logging

log.debug.format

The format used for debug logging

log.debug.size

The maximum size of the debug log

log.directory

The directory all log files will go into

log.error.format

The format used for the error log

log.error.size

The maximum size of the error log

log.info.format

The format used for the info log

log.info.size

The maximum size of the info log

log.warn.format

The format used for the warn log

log.warn.size

The maximum size of the warn log

nativeAuth.domain

TODO

network.interface

An ip address to bind to. Generally only useful on multi-homed systems.

pop3.authCache.enabled

TODO

pop3.authCache.maxLifetime

TODO

pop3.authCache.size

TODO

512*1024

pop3.authRequiresDomain

TODO

相關推薦

openfire伺服器所有配置屬性

Openfire Properties 版本 35 由 slushpupie  於 2007-8-29 上午11:32建立,最後由 Daryl

SpringBoot系列: 所有配置屬性和官方文件

Spring Boot 通用配置引數https://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html   Spring 下所有專案的文件, Spring boot 只

openfire伺服器配置

1、服務下載地址:http://www.igniterealtime.org/projects/openfire/ 我下載的是exe檔案,執行安裝檔案,進行安裝。和安裝普通程式一樣傻瓜式的安裝。 2、安裝完成後 點選launch Admin,或者直接在瀏覽器的位址列輸入http:/

Mac XMPP Openfire 伺服器配置

前言 Openfire 是免費的、開源的、基於可拓展通訊和表示協議(XMPP)、採用 Java 程式語言開發的實時協作伺服器。Openfire 安裝和使用都非常簡單,並利用 Web 進行管理。單臺伺服

Openfire 伺服器搭建問題記錄(重新配置以及修改管理員密碼)

1.配置Openfire完成後,修改Openfire安裝目錄下的Openfire\conf\openfire.xml檔案中的setup標籤修改為false,然後重啟openfire(stop –>start–>Lanunch Admin),可以重新配

1開啟關閉apache 伺服器所有網站顯示目錄的配置方法

開啟:  /ect/conf/httpd.conf 配置檔案 <Directory />    OptionsIndexes FollowSymLinks #這樣就可以讓網站顯示目錄結果了.    # Options FollowSymLinks # 這樣是網

spring-boot實戰【05】:Spring Boo多環境配置配置屬性註入到對象

num java red component 配置 cati 定義 fin row 項目工程結構: 配置文件application.properties文件 com.yucong.blog.name=yucong com.yucong.blog.title=Spring

Spring使用p名稱空間配置屬性

mes from can bar amp 目的 using to do aps 給XML配置文件"減肥"的另一個選擇就是使用p名稱空間,從 2.0開始,Spring支持使用名稱空間的可擴展配置格式。這些名稱空間都是基於一種XML Schema定義。事實上,我們所看到的所有b

spring boot application.properties/application.yml 配置屬性大全

ng- ati enc tps blank pro app spring doc 來自官網 https://docs.spring.io/spring-boot/docs/current/reference/html/common-application-propert

C3P0配置屬性的說明

tran 過多 solved 連接失敗 -c hang 是否 cfg ransac 此外C3P0配置屬性的說明如下: 當連接池中的連接耗盡的時候c3p0一次同時獲取的連接數。Default: 3 --> <property name="acquireIncre

SpringBoot配置屬性之MQ

ole ring url cer key dmi migration factor 自增 SpringBoot配置屬性系列 SpringBoot配置屬性之MVC SpringBoot配置屬性之Server SpringBoot配置屬性之DataSource

SpringBoot配置屬性之其他

啟用 使用 視圖 conf 啟動 連接 message ctu init SpringBoot配置屬性系列 SpringBoot配置屬性之MVC SpringBoot配置屬性之Server SpringBoot配置屬性之DataSource Spring

SpringBoot配置屬性之NOSQL

等待 地址 lock cli html 超時時間 創建 vid def SpringBoot配置屬性系列 SpringBoot配置屬性之MVC SpringBoot配置屬性之Server SpringBoot配置屬性之DataSource SpringB

dubbo 配置屬性

o-c 地址 同時 clu time 註冊中心 遠程服務 conf 本地 1,服務方 <dubbo:application name="demo-provider" /> <!-- 使用zookeeper註冊中心暴露服務地址 --> <du

springboot-application.xml可配置屬性總結 (datasource 和 JPA)

isolation equal catalog 清除 proc ack app gin idl ########################################## ###datasource ###############################

spring boot所有配置

標題 sch ply iou dev failure .so apache 數據庫 轉載 http://blog.csdn.net/lpfsuperman/article/details/78287265 # 日誌配置# 日誌配置文件的位置。 例如對於Logback的`cl

Entity Framework Code First 映射配置屬性

最大 生成策略 目標 req 設置 attr 方法 framework asm 實體與數據庫的映射可以通過DataAnnotation與FluentAPI兩種方式來進行映射: DataAnnotation DataAnnotation 特性由.NET 3.5中引進,給.NE

SpringBoot配置屬性之Server

-a init uri 初始化 comm prot time 模式 round server配置 server.address指定server綁定的地址 server.compression.enabled是否開啟壓縮,默認為false. server.co

VS2013匯入opencv320配置屬性檔案

1. 環境變數 D:\Libraries\OpenCV320\msvc2013_64\x64\vc12\bin 登出,生效 opencv320.props 配置屬性檔案 <?xml version="1.0" encoding="utf-8"?> <P

VPN伺服器配置

   計算機科學系實驗報告(首頁) 課程名稱    組網技術與應用 班級   14計算機2班 實驗名稱