"aa users" didnt get all users
Hi @all,
i'm searching for a way to get information about all our users and their groups. Especially in source this seems not to be so easy. So i tried the commandline:
aa users
and i get many, many users, but not all. Why? Which parameter prevents user "A" from being shown by "aa users", and user B not?
Second try: i dont know whether the group "everyone" is an out-of-the-box-group in integrity or not, but all of our users are members of this group. So i thought i could use this line:
aa groups --member everyone
but i didnt get any user. Why?
With any other group i get a full list of members of this group, but since not every user is in every group this is a mess.
With:
im users
i get another list of users, but i know that it cannot be a complete list. This list has less members than the list from "aa users", but there are members shown by "im users" which are not shown by "aa users". ??? I dont know what i can believe?
Is there any hidden parameter for "aa users" or "aa groups" to show me all users with one commandline? At the moment we retrieve all users from all groups and parse these lists afterwards. So i'm asking myself why we have a expensive tool with a more expensive database in the back and then we have to do such queriing outside of this tool with batches, excel and so on? Or is it a misconfiguration?
thanks in andvance, Jens

