<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hi there,<br>
    I've tried the ldap import script which run smoothly except for one
    thing: the users weren't put in the group specified.<br>
    <br>
    As far as I understood,<br>
    <span class="Apple-style-span" style="border-collapse: separate;
      color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style:
      normal; font-variant: normal; font-weight: normal; letter-spacing:
      normal; line-height: normal; orphans: 2; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 2;
      word-spacing: 0px; font-size: medium;">
      <pre style="word-wrap: break-word; white-space: pre-wrap;">#The Group new users belong to (optional)
#All new users will belong to the 'Imported from LDAP' group
#You can change the name of this group using the $LDAPGroupName
#variable
 Set($LDAPGroupName,'Imported Users');
#If you would like to prevent users from being added to any
#additional groups, you can set this to true:
 Set($LDAPSkipAutogeneratedGroup, 1);
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;"><pre style="word-wrap: break-word; white-space: pre-wrap;"> Set($LDAPUpdateUsers,1);</pre></span>
</pre>
    </span>With this setting, the users should be put in a group called
    "imported users". This didn't happen. So I assumed the group needed
    to be created manually, which I did, but still no user was put in
    the group (in the second try I had some new users, so there's no
    risk of an overlapping problem of inability to move users).<br>
    <br>
    Am I doing something wrong?<br>
    <br>
    From another point of view: I can't find if there's a way to select
    users in the "Users" interface other than by username match. It
    would be great to be able to select all unprivileged users, or all
    users with no group membership.<br>
    <br>
    Thanks,<br>
    Giuseppe<br>
    <br>
    <pre class="moz-signature" cols="72">-- 
____________________________________

Giuseppe Sollazzo
Senior Systems Analyst
Computing Services
Information Services
St. George's, University Of London
Cranmer Terrace
London SW17 0RE

Email: <a class="moz-txt-link-abbreviated" href="mailto:gsollazz@sgul.ac.uk">gsollazz@sgul.ac.uk</a>
Direct Dial: +44 20 8725 5160
Fax: +44 20 8725 3583 

</pre>
  </body>
</html>