<br><tt><font size=2><br>
> My personal recommendation here would be a script/tool which exports
ADS<br>
> information to WPKG XML files based on schedule or trigger. However
there is a<br>
> (yet unsupported) patch for an early WPKG 1.1 version in Bugzilla:<br>
> <http://bugzilla.wpkg.org/show_bug.cgi?id=118><br>
> <br>
> I am still having some concerns integrating it into the official version.
Maybe<br>
> it will make its way in WPKG 1.2 release (where I plan some bigger
internal<br>
> re-structurings anyway).</font></tt>
<br><tt><font size=2>></font></tt>
<br><tt><font size=2>> (...)<br>
</font></tt>
<br><tt><font size=2>I would'nt import AD user and group lists into XML
files, this of course could make WPKG rely on other subsystem. And I agree
with you this is not a good direction to take. In our AD we have > 2000
users and computers, so this will quickly make huge and unmaintaneable
XML files.</font></tt>
<br>
<br><tt><font size=2>I was thinking of adding some kind of condition statement
that could check whether the user or computer is in a specified AD group,
before assign the package. This could be either in profiles.xml or in packages.xml.
</font></tt>
<br>
<br><tt><font size=2>And this could be as simple as we actually do in our
KIX logon scripts:</font></tt>
<br>
<br><font size=2 face="sans-serif">----------</font>
<br><font size=2 face="sans-serif">IF INGROUP("AD Group") </font>
<br><font size=2 face="sans-serif">        do
something</font>
<br><font size=2 face="sans-serif">ENDIF</font>
<br><font size=2 face="sans-serif">----------</font>
<br><font size=3>Simon Begin</font>
<br>