http://bugzilla.wpkg.org/show_bug.cgi?id=208 Rainer Meier <r.meier at wpkg.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|INVALID |FIXED --- Comment #6 from Rainer Meier <r.meier at wpkg.org> --- I've updated the change notes and added some clarification: NEW: Many extensions in host matching. Now a host entry in hosts.xml is allowed to include the following attributes: <host name='host-x' profile-id='profile-reference' os="windows 7" ipaddresses="^192\.168\.1\..*" domainname="^domain$" groups="^group.*$" /> Note: All special parameters (os, ipaddresses, domainname, groups) are specified as regular expressions. Especially keep this in mind when specifying IP-addresses or any parameter including periods (.). As a period in regular expression means "any character". So keep in mind to escape special regular expression characters. Note that the group attribute refers to regular Windows NT group membership and not to Active-Directory organization units. -- Configure bugmail: http://bugzilla.wpkg.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. |