Using Centrify to get the username from uid


Getting the information from CentirfyDC-5.5.2 if we were given just the user id alone can be very easy. Just do a

% adquery user |grep 1111111

adquery user will list out all the users in the Centrify Console. You just need to parse the information you need with grep

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.