Перейти из форума на сайт.

НовостиФайловые архивы
ПоискАктивные темыТоп лист
ПравилаКто в on-line?
Вход Забыли пароль? Первый раз на этом сайте? Регистрация
Компьютерный форум Ru.Board » Компьютеры » В помощь системному администратору » Openfire (Wildfire/Jive Messenger) часть 3

Модерирует : lynx, Crash_Master, dg, emx, ShriEkeR

ShriEkeR (14-09-2012 21:16): Openfire (Wildfire/Jive Messenger)  Версия для печати • ПодписатьсяДобавить в закладки
На первую страницук этому сообщениюк последнему сообщению

   

BW4ever

Member
Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору
<?xml version="1.0" encoding="UTF-8"?>
 
<!--
    This file stores bootstrap properties needed by Openfire.
    Property names must be in the format: "prop.name.is.blah=value"
    That will be stored as:
        <prop>
            <name>
                <is>
                    <blah>value</blah>
                </is>
            </name>
        </prop>
 
    Most properties are stored in the Openfire database. A
    property viewer and editor is included in the admin console.
-->
<!-- root element, all properties must be under this element -->
<jive>  
  <adminConsole>  
    <!-- Disable either port by setting the value to -1 -->  
    <port>9090</port>  
    <securePort>9091</securePort>  
  </adminConsole>  
  <admin>  
    <!-- Use this section to define users that will have admin privileges. Below,
          you will find two ways to specify which users are admins. Admins will
          have access to the admin console (only local users) and may have also access
          to other functionalities like ad-hoc commands. -->  
    <!-- By default, only the user with the username "admin" can login
         to the admin console. Alternatively, you can specify a comma-delimitted
         list usernames that should be authorized to login to the admin console
         by setting the <authorizedUsernames> field below. -->  
    <!-- <authorizedUsernames></authorizedUsernames> -->  
    <!-- Comma-delimitted list of bare JIDs. The JIDs may belong to local
         or remote users. -->  
    <!-- <authorizedJIDs></authorizedJIDs> -->  
    <authorizedUsernames>administrator</authorizedUsernames>  
  </admin>  
  <locale>en</locale>  
  <!-- Network settings. By default, Openfire will bind to all network interfaces.
      Alternatively, you can specify a specific network interfaces that the server
      will listen on. For example, 127.0.0.1. This setting is generally only useful
       on multi-homed servers. -->  
  <!--
    <network>
        <interface></interface>
    </network>
    -->  
  <connectionProvider>  
    <className>org.jivesoftware.database.DefaultConnectionProvider</className>  
  </connectionProvider>  
  <database>  
    <defaultProvider>  
      <driver>net.sourceforge.jtds.jdbc.Driver</driver>  
      <serverURL>jdbc:jtds:sqlserver://server:1433/openfire;appName=jive</serverURL>  
      <username>sa</username>  
      <password>blabla</password>  
      <minConnections>5</minConnections>  
      <maxConnections>5</maxConnections>  
      <connectionTimeout>1.0</connectionTimeout>  
    </defaultProvider>  
  </database>  
  <ldap>  
    <host>pdc.vex.local</host>  
    <port>389</port>  
    <baseDN>dc=vex,dc=local</baseDN>  
    <adminDN>cn=bot,cn=users,dc=vex,dc=local</adminDN>  
    <adminPassword>blabla</adminPassword>  
    <connectionPoolEnabled>true</connectionPoolEnabled>  
    <sslEnabled>false</sslEnabled>  
    <ldapDebugEnabled>false</ldapDebugEnabled>  
    <autoFollowReferrals>false</autoFollowReferrals>  
    <usernameField>sAMAccountName</usernameField>  
    <searchFilter>(&amp;(objectCategory=Person)(!(userAccountControl:1.2.840.113556.1.4.803:=2))(MemberOf=cn=jabber,cn=users,dc=vex,dc=local))</searchFilter>  
    <vcard-mapping> <![CDATA[
<vCard xmlns="vcard-temp">
  <N>
    <GIVEN>{displayName}</GIVEN>
  </N>  
  <EMAIL>
    <INTERNET/>  
    <USERID>{mail}</USERID>
  </EMAIL>  
  <FN>{displayName}</FN>  
  <NICKNAME>{cn}</NICKNAME>  
  <PHOTO>
    <TYPE>image/jpeg</TYPE>  
    <BINVAL>{jpegPhoto}</BINVAL>
  </PHOTO>  
  <ADR>
    <HOME/>  
    <STREET>{homePostalAddress}</STREET>  
    <PCODE>{homeZip}</PCODE>  
    <CTRY>{co}</CTRY>
  </ADR>  
  <ADR>
    <WORK/>  
    <STREET>{streetAddress}</STREET>  
    <LOCALITY>{l}</LOCALITY>  
    <REGION>{st}</REGION>  
    <PCODE>{postalCode}</PCODE>  
    <CTRY>{co}</CTRY>
  </ADR>  
  <TEL>
    <HOME/>  
    <VOICE/>  
    <NUMBER>{homePhone}</NUMBER>
  </TEL>  
  <TEL>
    <HOME/>  
    <CELL/>  
    <NUMBER>{mobile}</NUMBER>
  </TEL>  
  <TEL>
    <WORK/>  
    <VOICE/>  
    <NUMBER>{telephoneNumber}</NUMBER>
  </TEL>  
  <TEL>
    <WORK/>  
    <CELL/>  
    <NUMBER>{mobile}</NUMBER>
  </TEL>  
  <TEL>
    <WORK/>  
    <FAX/>  
    <NUMBER>{facsimileTelephoneNumber}</NUMBER>
  </TEL>  
  <TEL>
    <WORK/>  
    <PAGER/>  
    <NUMBER>{pager}</NUMBER>
  </TEL>  
  <TITLE>{title}</TITLE>  
  <ORG>
    <ORGUNIT>{department}</ORGUNIT>
  </ORG>
</vCard>]]> </vcard-mapping>  
    <nameField>displayName</nameField>  
    <emailField>mail</emailField>  
    <groupNameField>cn</groupNameField>  
    <groupMemberField>member</groupMemberField>  
    <groupDescriptionField>description</groupDescriptionField>  
    <posixMode>false</posixMode>  
    <groupSearchFilter>(&amp;(objectCategory=group)(description=!*))</groupSearchFilter>  
  </ldap>  
  <sasl>  
    <mechs>PLAIN,NTLM,DIGEST-MD5,CRAM-MD5</mechs>  
    <!-- pick one of the following -->  
    <realm>VEX</realm>  
    <!-- or if you have more than one domain: -->  
    <!--approvedRealms>MYNTDOMAIN1,MYNTDOMAIN2</approvedRealms-->  
  </sasl>  
  <provider>  
    <vcard>  
      <className>org.jivesoftware.openfire.ldap.LdapVCardProvider</className>  
    </vcard>  
    <user>  
      <className>org.jivesoftware.openfire.ldap.LdapUserProvider</className>  
    </user>  
    <auth>  
      <className>org.jivesoftware.openfire.ldap.LdapAuthProvider</className>  
    </auth>  
    <group>  
      <className>org.jivesoftware.openfire.ldap.LdapGroupProvider</className>  
    </group>  
    <authorization>  
      <classList>org.jivesoftware.openfire.sasl.StrictAuthorizationPolicy org.jivesoftware.openfire.sasl.DefaultAuthorizationPolicy</classList>  
      <!-- other options: null, LdapAuthorizationProvider, UnixK5LoginProvider, Strict and Lazy-->  
    </authorization>  
  </provider>  
  <setup>true</setup>  
</jive>

Всего записей: 265 | Зарегистр. 18-05-2006 | Отправлено: 16:09 21-04-2009 | Исправлено: BW4ever, 16:10 21-04-2009
   

На первую страницук этому сообщениюк последнему сообщению

Компьютерный форум Ru.Board » Компьютеры » В помощь системному администратору » Openfire (Wildfire/Jive Messenger) часть 3
ShriEkeR (14-09-2012 21:16): Openfire (Wildfire/Jive Messenger)


Реклама на форуме Ru.Board.

Powered by Ikonboard "v2.1.7b" © 2000 Ikonboard.com
Modified by Ru.B0ard
© Ru.B0ard 2000-2024

BitCoin: 1NGG1chHtUvrtEqjeerQCKDMUi6S6CG4iC

Рейтинг.ru