软件配置

Open Fire

环境要求:需要jre1.6的环境,原因是red5是在jdk1.6下编译的
(1)到http://www.igniterealtime.org/projects/openfire/plugins-beta.jsp 在这里下载red5.war这个插件,然后放到openfire目录下的plugin下,jetty会自动解压。
(2)安装后,将red5包中的red5-plugin.jar复制到spark的plugin目录中
(3)然后,就可以用spark进行视频通讯了。
所需插件下载地址:
http://www.igniterealtime.org/community/servlet/JiveServlet/download/1633-5-3227/openfire-red5-spark-rtmps-required-files.zip

CGI Perl Web配置

安装CGI模块
http://search.cpan.org/~lds/CGI.pm-3.05/
   perl Makefile.PL
   make
   make test
   make install

OPEN LDAP+LdapBrowser配置

软件下载:
Berkeley-Db: http://download.oracle.com/berkeley-db/db-4.5.20.tar.gz
OpenLdap:  http://www.openldap.org/software/download/
 http://download.bergmans.us/openldap/
PhpLdapAdmin: http://phpldapadmin.sourceforge.net/
Java LdapBrowser:  http://www.ldapbrowser.com/
Windows  安装:
修改 slapd.conf
ucdata-path ./ucdata
include  ./schema/core.schema
include  ./schema/corba.schema
include  ./schema/cosine.schema
include  ./schema/inetorgperson.schema
include  ./schema/misc.schema
include  ./schema/openldap.schema
include  ./schema/nis.schema
pidfile  ./run/slapd.pid
argsfile ./run/slapd.args
access to  attrs=userPassword
 by self write
 by anonymous auth
 by * none
access to *
       by self       write
       by users      read
       by *          none
database bdb
suffix  ”dc=ahnu,dc=edu,dc=cn”
rootdn  ”cn=root,dc=ahnu,dc=edu,dc=cn”
rootpw {MD5}hUJRb4hwFz19Hauh2qrwoQ==
directory ./data
index objectClass eq
 第一步是要建立DN:
vi load.ldif
dn: dc=ahnu,dc=edu,dc=cn
dc: ahnu
description: An Hui Normal University
objectClass: dcObject
objectClass: organization
o: University
ldapadd -x -D “cn=root,dc=ahnu,dc=edu,dc=cn” -W -f load.ldif
vi qzjiao.ldif
dn: uid=qzjiao,dc=ahnu,dc=edu,dc=cn
objectClass: person
objectClass: organizationalPerson
objectClass: inetOrgPerson
uid: qzjiao
cn: Jiao QingZheng
sn: qzjiao
userPassword: 12321
telephoneNumber: 5768972
description: openldap […]