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

Removed LDAP example code since users should now use setup tool.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@6072 b35dd754-fafc-0310-a699-88a17e54d16e
parent 8fe8d389
...@@ -50,29 +50,4 @@ ...@@ -50,29 +50,4 @@
<interface></interface> <interface></interface>
</network> </network>
--> -->
<!-- Example LDAP settings -->
<!-- Note, for Active Directory, try usernameField=sAMAccountName, nameField=displayName,
emailField=mail -->
<!--
<ldap>
<host></host>
<port>389</port>
<usernameField>uid</usernameField>
<nameField>cn</nameField>
<emailField>mail</emailField>
<baseDN></baseDN>
<adminDN></adminDN>
<adminPassword></adminPassword>
</ldap>
<provider>
<user>
<className>org.jivesoftware.wildfire.ldap.LdapUserProvider</className>
</user>
<auth>
<className>org.jivesoftware.wildfire.ldap.LdapAuthProvider</className>
</auth>
</provider>
-->
<!-- End example LDAP settings -->
</jive> </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