The administrator comptia is not able to perform privileged functions on a newly deployed system. Given the following command outputs:
[root@newserver ~]# id comptia uid=1000(comptia) gid=1000(comptia) groups=1000(comptia)
[root@newserver ~]# cat /etc/sudoers.d/admin %admin ALL=(root) NOPASSWD: EXEC: /usr/bin/ps, /usr/bin/chmod, /usr/bin/yum, /usr/bin/cat, /usr/sbin/lvm, /usr/sbin/pvs
[root@newserver ~]# grep comptia /etc/passwd comptia:x:1000:1000:comptia:/home/comptia:/bin/bash
[root@newserver ~]# chage -l comptia
Last password change : never
Password expires : never Password inactive : never
Account expires : never
Minimum number of days between password change : 0
Maximum number of days between password change : 99999
Number of days of warning before password expires : 7
Which of the following is the reason that the administrator is unable to perform the assigned duties?