Commit 74a10b28 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Fixed new-lines.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1073 b35dd754-fafc-0310-a699-88a17e54d16e
parent 66ab17ed
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
</is> </is>
</name> </name>
</prop> </prop>
Most properties are stored in the Jive Messenger database. A Most properties are stored in the Jive Messenger database. A
property viewer and editor is included in the admin console. property viewer and editor is included in the admin console.
--> -->
...@@ -20,14 +20,14 @@ ...@@ -20,14 +20,14 @@
<port>9090</port> <port>9090</port>
<securePort>9091</securePort> <securePort>9091</securePort>
<!-- By default, only the user with the username "admin" can login <!-- By default, only the user with the username "admin" can login
to the admin console. Alternatively, you can specify a comma-delimitted to the admin console. Alternatively, you can specify a comma-delimitted
list usernames that should be authorized to login by setting the list usernames that should be authorized to login by setting the
<authorizedUsernames> field below. --> <authorizedUsernames> field below. -->
<!-- <authorizedUsernames></authorizedUsernames> --> <!-- <authorizedUsernames></authorizedUsernames> -->
</adminConsole> </adminConsole>
<locale>en</locale> <locale>en</locale>
<!-- Example LDAP settings --> <!-- Example LDAP settings -->
<!-- <!--
<ldap> <ldap>
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<baseDN></baseDN> <baseDN></baseDN>
<adminDN></adminDN> <adminDN></adminDN>
<adminPassword></adminPassword> <adminPassword></adminPassword>
</ldap> </ldap>
<provider> <provider>
<user> <user>
<className>org.jivesoftware.messenger.ldap.LdapUserProvider</className> <className>org.jivesoftware.messenger.ldap.LdapUserProvider</className>
......
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