# cadcAccessControl-Admin This module provides a command line tool for managing users. It uses the persistence layer code (rather than the web service) for the various functions. ## Usage ``` Usage: userAdmin [-v|--verbose|-d|--debug] [-h|--help] Where command is: --list : List approved users --list-pending : List users waiting for approval --view= : Print the entire details of (pending or not) --approve= --dn= : Approve user with userid= and set the : distinguished name to --reject= : Delete this user request -v|--verbose : Verbose mode print progress and error messages -d|--debug : Debug mode print all the logging messages -h|--help : Print this message and exit ```