(imported topic written by jjoseph32191)
Hello,
I have a question about a user property that we are trying to get some data returned. The property in question is from the "IBM Endpoint Manager Inspector Reference" guide here
http://support.bigfix.com/inspectors/User%20Objects_Lin.html
The syntax for the property we are using is “names of users” which is supposed to work for all platforms as noted in the above guide and in the below extract from the guide.
Declaration
Return type
Description
Platforms (?)
name of
Plural: names
Returns the name of all the specified user, whether logged in or not.
Win:8.1, Lin, Sol, HPUX, AIX, Mac, Ubu:8.1
tty of
Plural: ttys
Returns the tty of the user.
Lin, Sol, HPUX, AIX, Ubu:8.1
It works fine for Windows systems, but for the other platforms it returns “none” where it should list all of the users accounts on the target system. Could this be some sort of bug or is there some sublet extra bit of sytax needed?
Thanks,
John