################################################################################ # Centrify ################################################################################ # Version: 2017.10.24.0001 ################################################################################ ################################################################################ #new centrify layout: shows roles dzinfo -C ################################################################################ #You must create a server object in centrify console tool ***BEFORE*** you #try an adjoin on the client. Once the server is in the "AD environment", #then you can add the client via adjoin. #list the /etc/passwd line adquery user USERNAME someuser:x:1234:12:MY USER:/home/someuser:/bin/bash #list the /etc/passwd line adquery user myusername myusername is not a zone user #list the state/config adinfo adinfo --sysinfo all adinfo --server adinfo --domain adinfo --zone #join #NEW self join adjoin -S somedomain #OLD self join adjoin -S -z SOMEZONE somedomain #user admin adjoin -f -u myusername@Somedomain -z SOMEZONE somedomain adquery user #list all users adquery user USERNAME id USERNAME #leave centrify connection adleave -u adleave -f #RESET Centrify on a system systemctl stop centrifydc adflush -f #flush AD cache \rm /var/centrifydc/*.idx \rm /var/centrifydc/*.cache \rm /var/run/adclient.pid systemctl start centrifydc ################################################################################