Hi,
could someone please provide me with a command that gives me a list of all users (not ressources), preferably just the login names?
Thanks,
Mephisto
Moderators: ScalixSupport, admin
Code: Select all
omsearch -e ' ! RESOURCE-TYPE=1' -s -m CN
Code: Select all
omsearch -e ' ! RESOURCE-TYPE=1' -s -m UL-AUTHID|awk -F "=" '{ print $2 }'
Users browsing this forum: No registered users and 16 guests