<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 10.00.9200.16618"></HEAD>
<BODY style="FONT: 10pt Segoe UI; MARGIN: 4px 4px 1px">
<DIV>Hi,</DIV>
<DIV>I try to deploy some software packages based on AD group membership. </DIV>
<DIV>The computer is member in the groups s_wpkg_managed and s_gimp.</DIV>
<DIV>In the hosts.xml I have it configured like this:</DIV>
<DIV> <host name=".+" groups="s_wpkg_managed" profile-id="standard" /><BR> <host name=".+" groups="s_wpkg_managed,s_gimp" profile-id="gimp" /><BR></DIV>
<DIV>The logfile shows me that something goes wrong:</DIV>
<DIV>2014-02-17 16:41:47, DEBUG   : Host properties: hostname='wswin7024'|architecture='x64'|os='microsoft windows 7 professional, , sp1, 6.1.7601'|ipaddresses='192.168.10.29'|domain name='notforyou'|groups='Domänencomputer,s_wpkg_managed,s_tightvnc,s_gimp'|lcid='407'|lcidOS='407'<BR>2014-02-17 16:41:47, DEBUG   : Comparing multi-valued attribute 'groups' with value 'Domänencomputer' using expression 's_wpkg_managed'.<BR>2014-02-17 16:41:47, DEBUG   : Comparing multi-valued attribute 'groups' with value 's_wpkg_managed' using expression 's_wpkg_managed'.<BR>2014-02-17 16:41:47, DEBUG   : Match for attribute 'groups' with value 's_wpkg_managed' found.<BR>2014-02-17 16:41:47, DEBUG   : XML node with special host attribute match found: groups=s_wpkg_managed<BR>2014-02-17 16:41:47, DEBUG   : Comparing multi-valued attribute 'groups' with value 'Domänencomputer' using expression 's_wpkg_managed,s_gimp'.<BR>2014-02-17 16:41:47, DEBUG   : Comparing multi-valued attribute 'groups' with value 's_wpkg_managed' using expression 's_wpkg_managed,s_gimp'.<BR>2014-02-17 16:41:47, DEBUG   : Comparing multi-valued attribute 'groups' with value 's_tightvnc' using expression 's_wpkg_managed,s_gimp'.<BR>2014-02-17 16:41:47, DEBUG   : Comparing multi-valued attribute 'groups' with value 's_gimp' using expression 's_wpkg_managed,s_gimp'.<BR>2014-02-17 16:41:47, DEBUG   : No value of 'groups' matched 's_wpkg_managed,s_gimp'. Skipping to next definition.<BR>2014-02-17 16:41:47, DEBUG   : Could not match all attributes of XML node to current host. Skipping to next definition.<BR>2014-02-17 16:41:47, DEBUG   : Profiles applying to the current host:|standard|<BR>2014-02-17 16:41:47, DEBUG   : Getting profiles which apply to this node.<BR>2014-02-17 16:41:47, DEBUG   : Initializing new log file: 'C:\Windows\TEMP\wpkg-wswin7024.log' in append mode.</DIV>
<DIV> </DIV>
<DIV>As you see wpkg.js tries to match against 's_wpkg_managed,s_gimp' .</DIV>
<DIV>The groups example at <A href="http://wpkg.org/Extended_host_attribute_matching">http://wpkg.org/Extended_host_attribute_matching</A> also separates the groups by comma.</DIV>
<DIV>What am I doing wrong here? Have I misunderstood the purpose of the groups option?</DIV>
<DIV>Bye <BR></DIV></BODY></HTML>