On Mar 21, 2007, at 9:18 PM, Kevin Wigle wrote:

Is there a way of exporting the user database to a csv file or something?

Management wants me to supply a list but I couldn't anything quickly.

Do I have to type it out myself?

You can extract the user/group list as text by using "telnet" or "openssl s_client" to localhost from InterMapper machine.

   telnet localhost 8181

Then type:

<KC_login id='1'/><KC_openserversettings id='2'/><KC_getproperty id='3' name='usersgroups'/>

In the output from Telnet, copy-and-paste the <usergroups> XML element that is preceded by <KR id='3'

Note: The shortened form of the KC_login command will log you in as 'Admin', but only when you connect from 127.0.0.1.

Regards,

Bill Fisher
Dartware, LLC
____________________________________________________________________
List archives: http://www.mail-archive.com/intermapper-talk%40list.dartware.com/
To unsubscribe: send email to: [EMAIL PROTECTED]

Reply via email to