[jadmin] AD Stuff
Frank Lawler
Frank.Lawler at us.wdsglobal.com
Thu Aug 3 17:43:52 CDT 2006
Okay,
[
I'm testing wildfire out on a windows 2003 server box, before I get our
Debian Linux box going.
One of the requirements from my boss is that we tie this into active
directory.
The wildfire server starts fine, but after I edit the configuration
files I can't login to the web interface, and I'm unable to sign in via
a jabber client as well.
The server has plenty of horsepower to get the job done. So I'm
beginning to believe it's my configuration (perhaps I've missed a couple
of things)
So I'm posting the config file for you all to the look at.
Much Thanks in Advance
<jive>
<adminConsole>
<port>9090</port>
<securePort>9091</securePort>
</adminConsole>
<admin>
<authorizedUsernames>administrator, jabber,
frank.lawler</authorizedUsernames>
<!-- <authorizedJIDs></authorizedJIDs> -->
</admin>
<locale>en</locale>
<!--
<network>
<interface></interface>
</network>
-->
<ldap>
<host>kittylitter</host>
<port>3268</port>
<usernameField>sAMAccountName</usernameField>
<nameField>displayName</nameField>
<emailField>mail</emailField>
<searchFilter><![CDATA[
(&
(objectCategory=Person)
(memberOf=ou=Users,dc=sandbox,dc=corp,dc=domain,dc=com)
(!(userAccountControl:1.2.840.113556.1.4.803:=2))
(sAMAccountName={0})
)
]]></searchFilter>
<!-- Group Settings -->
<groupSearchFilter><![CDATA[
(&
(objectClass=group)
(memberOf=cn=JabberAccess,ou=Groups,dc=example,dc=com)
(member={0})
)
]]></groupSearchFilter>
<baseDN>ou=users,DC=kittylitter,DC=sandbox,DC=corp,DC=wdsglobal,DC=com</
baseDN>
<adminDN>jabber</adminDN>
<adminPassword>jabber1admin</adminPassword>
</ldap>
<provider>
<user>
<className>org.jivesoftware.wildfire.ldap.LdapUserProvider</className>
</user>
<auth>
<className>org.jivesoftware.wildfire.ldap.LdapAuthProvider</className>
</auth>
<group>
<groupName>org.jivesoftware.wildfire.ldap.LdapGroupProvider</groupName>
</group>
</provider>
<connectionProvider>
<className>org.jivesoftware.database.EmbeddedConnectionProvider</classNa
me>
</connectionProvider>
<setup>true</setup>
</jive>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.jabber.org/pipermail/jadmin/attachments/20060803/21532838/attachment-0004.html
More information about the JAdmin
mailing list