(Replied earlier, looks like cc got messed up. Attempting again) I don't know about existing Java packages or plugins, but I think this is the brief outline of what would be needed.
1) Create an admin principal which has requisiste permissions. See http://web.mit.edu/kerberos/krb5-current/doc/admin/conf_files/kadm5_acl.html 2) Create a keytab using the admin principal created above. 3) Generate ticket using kinit -k <keytab in step 2.> 4) Use the generated ticket to authenticate with kadmind as the admin principal in step 1. Regards VS. On Saturday, February 23, 2013 3:54:43 AM UTC-5, Sule BASOL wrote: > hello , i want to add and remove user and change password programmatically on > kerberos with java. > > how can i do it ? ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
