Commit b0facf44 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Reformatting.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@147 b35dd754-fafc-0310-a699-88a17e54d16e
parent 04175efb
......@@ -18,14 +18,7 @@
</embedded-web>
<!-- Example LDAP Settings -->
<!--
<UserProvider>
<id><className>com.jivesoftware.messenger.ldap.LdapUserIDProvider</className></id>
<properties><className>com.jivesoftware.messenger.ldap.LdapUserPropertiesProvider</className></properties>
<info><className>com.jivesoftware.messenger.ldap.LdapUserInfoProvider</className></info>
<account><className>com.jivesoftware.messenger.ldap.LdapUserAccountProvider</className></account>
</UserProvider>
<AuthProvider><className>com.jivesoftware.messenger.ldap.LdapAuthProvider</className></AuthProvider>
<!--
<ldap>
<host></host>
<port>389</port>
......@@ -36,6 +29,24 @@
<adminDN></adminDN>
<adminPassword></adminPassword>
<mode>1</mode>
</ldap>
</ldap>
<UserProvider>
<id>
<className>org.jivesoftware.messenger.ldap.LdapUserIDProvider</className>
</id>
<properties>
<className>org.jivesoftware.messenger.ldap.LdapUserPropertiesProvider</className>
</properties>
<info>
<className>com.jivesoftware.messenger.ldap.LdapUserInfoProvider</className>
</info>
<account>
<className>com.jivesoftware.messenger.ldap.LdapUserAccountProvider</className>
</account>
</UserProvider>
<AuthProvider>
<className>org.jivesoftware.messenger.ldap.LdapAuthProvider</className>
</AuthProvider>
-->
<! -- End Example LDAP Settings -->
</jive>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment