<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<pre><i>Jim,

It can be done, eg

 loop thru source.acl_users
   for each user object
     stuff REQUEST with name,password,confirm (password again) and roles, eg
     REQUEST.set('name',username), etc
</i><i>     context.Destination.acl_users.manage_users('Add',REQUEST,RESPONSE)</i><i>


David



In DTML: (via google)
</i><i></i><i> &lt;dtml-var expr="manage_addUserFolder()"&gt;
</i><i> &lt;dtml-call "REQUEST.set('name', username)"&gt;
</i><i> &lt;dtml-call "REQUEST.set('password', password)"&gt;
</i><i> &lt;dtml-call "REQUEST.set('confirm', password)"&gt;
</i><i> &lt;dtml-call "REQUEST.set('roles', ['Authenticated'])"&gt;
</i><i> &lt;dtml-call "acl_users.manage_users('Add',REQUEST,RESPONSE)"&gt;
</i><i>
</i></pre>
<br>
<br>
Jim Abramson wrote:
<blockquote
 cite="midD17DB304A9F42B4787B68861F9DAE61C021CF97A@wgdc02.wgenhq.net"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta name="Generator" content="MS Exchange Server version 6.0.6603.0">
  <title>merging the contents of two acl_users folders</title>
<!-- Converted from text/rtf format -->
  <p><font face="Arial" size="2">Can it be done?</font>
  </p>
  <p><font face="Arial" size="2">If not that, the ability to move
selected users from one acl_users to another would be a decent plan B.</font>
  </p>
  <p><font face="Arial" size="2">This is a one-time move, so I consider
any effective solution viable, even if some manual hacking is involved.</font>
  </p>
  <p><font face="Arial" size="2">Thanks for any help,</font>
  <br>
  <font face="Arial" size="2">Jim</font>
  </p>
  <br>
</blockquote>
<br>
</body>
</html>