[an error occurred while processing this directive]
How to dump the cred table
You need to dump the cred table in two parts.
1 - To dump the DES creds:
nisaddent -d -t cred.org_dir publickey > des_cred_table
2 - To dump the local creds:
nisaddent -d -t cred.org_dir netid > local_cred_table
[an error occurred while processing this directive]