39 lines
1.7 KiB
XML
Executable File
39 lines
1.7 KiB
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
=================================================================
|
|
* Licensed Materials - Property of IBM
|
|
* (c) Copyright IBM Corp. 2003, 2006. All rights reserved.
|
|
*
|
|
* US Government Users Restricted Rights - Use, duplication or
|
|
* disclosure restricted by GSA ADP Schedule Contract with IBM
|
|
* Corp.
|
|
*
|
|
* DISCLAIMER OF WARRANTIES. The following [enclosed] code is
|
|
* sample code created by IBM Corporation. This sample code is
|
|
* not part of any standard or IBM product and is provided to you
|
|
* solely for the purpose of assisting you in the development of
|
|
* your applications. The code is provided "AS IS", without
|
|
* warranty of any kind. IBM shall not be liable for any damages
|
|
* arising out of your use of the sample code, even if they have
|
|
* been advised of the possibility of such damages.
|
|
*
|
|
=================================================================
|
|
-->
|
|
|
|
<request
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="PortalConfig_8.0.0.xsd"
|
|
type="export" export-users="true">
|
|
|
|
<!-- Example for exporting the complete user and group configuration of a portal. This example
|
|
demonstrates that the export-users attribute in the request must be used, if you explicitly
|
|
want to export the full user configuration. (You do not need to set this attribute, if you
|
|
are only exporting selected individual users.)
|
|
Be aware that the export of the complete user configuration may take very long, if the portal
|
|
is configured to use a large LDAP directory as the user data store -->
|
|
<portal action="locate">
|
|
<user objectid="*" action="export"/>
|
|
<group objectid="*" action="export"/>
|
|
</portal>
|
|
</request>
|