The ksetup command manages Kerberos service entries in the LDAP server directory.
The ksetup command manages Kerberos service entries in the LDAP server directory. The following subcommands are supported:
To add the host, kdc1.myco.com, to the server, ldapserv.myco.com, as the Kerberos server for realm MYCO.COM, using an Directory Services (LDAP) administrator ID of Administrator and a password of verysecret...
On a Qshell command line, enter: ksetup -h ldapserv.myco.com -n CN=Administrator -p verysecret
Or
call qsys/qkrbksetup parm('-h' 'ldapserv.myco.com' '-n' 'CN=Administrator' '-p' 'verysecret')
addkdc kdc1.myco.com MYCO.COM
See the ksetup usage notes on this Qshell command for specifics on its usage and restrictions.