Commit 2ae7c0c3 authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

Removed commented out list of admins section from config file.


git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10198 b35dd754-fafc-0310-a699-88a17e54d16e
parent 19c9edd1
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
</prop> </prop>
Most properties are stored in the Openfire database. A Most properties are stored in the Openfire database. A
property viewer and editor is included in the admin console. property viewer and editor is included in the admin console.
--> -->
<!-- root element, all properties must be under this element --> <!-- root element, all properties must be under this element -->
<jive> <jive>
...@@ -22,23 +22,6 @@ ...@@ -22,23 +22,6 @@
<securePort>9091</securePort> <securePort>9091</securePort>
</adminConsole> </adminConsole>
<admin>
<!-- Use this section to define users that will have admin privileges. Below,
you will find two ways to specify which users are admins. Admins will
have access to the admin console (only local users) and may have also access
to other functionalities like ad-hoc commands. -->
<!-- By default, only the user with the username "admin" can login
to the admin console. Alternatively, you can specify a comma-delimitted
list usernames that should be authorized to login to the admin console
by setting the <authorizedUsernames> field below. -->
<!-- <authorizedUsernames></authorizedUsernames> -->
<!-- Comma-delimitted list of bare JIDs. The JIDs may belong to local
or remote users. -->
<!-- <authorizedJIDs></authorizedJIDs> -->
</admin>
<locale>en</locale> <locale>en</locale>
<!-- Network settings. By default, Openfire will bind to all network interfaces. <!-- Network settings. By default, Openfire will bind to all network interfaces.
...@@ -50,4 +33,4 @@ ...@@ -50,4 +33,4 @@
<interface></interface> <interface></interface>
</network> </network>
--> -->
</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