Here 's a simple way to get the specific version of Centrify running.
!/bin/sh mode=adinfo --version | grep "CentrifyDC" | awk '{print $3}' if
[ "$mode" == "5.3.3-602)" ]; then echo "Centrify v5.3.3
Installed"elif [ "$mode" == "5.3.0-213)" ]; thenech...