Under Construction

Step 1: Create a rudimentary Script

We start with the following script, which essentially does nothing and always succeeds:

# cat /etc/security/aixpert/bin/local_chsshdconf
#! /bin/ksh

exit 0

#

The script still requires execution rights for the root user:

# chmod u+x /etc/security/aixpert/bin/local_chsshdconf
#