crosse wrote: > Uh, for the record, the AD account I use to query WMI on my Windows > boxen is NOT a domain admin--never was, and NEVER will be. I've > written many a post on this forum regarding utility accounts and > domain admin credentials, and how the two should never mix (just like > alcohol and analysis, apparently ;-) ). >
How about I rephrase and say the engineers at ZenOSS have wmi collection working as a completely unprivileged user. It required several changes as things were hardcoded to require the "Administrators" group in the winexe binary itsself. The same problem likely also affects core but should be fixed soon. Winsvcexe was a bit unnerving, but you can look at the code and see it is harmless. Patches for ZenOSS 2.1.3 / 2.2.x prctl are here: http://www.digitalprognosis.com/opensource/patches/zenoss/wmi/ -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=21524#21524 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
