Re: change principal using perl Authen::krb5::admin

2005-04-11 Thread Jason T Hardy
Try this: Look at my last example. Instead of calling create_principal, call the chpass_principal method: $success = $kadm5->chpass_principal($krb5_princ, $password); You'll need to evaluate $success after the call. Again, search CPAN for krb5:admin and you'll get plenty of examples. Jason On

change principal using perl Authen::krb5::admin

2005-04-11 Thread FM
Hello, I'm not use to Object oriented programming. Do you have sample script that update principal using this perl package ? Thanks ! Kerberos mailing list Kerberos@mit.edu https://mailman.mit.edu/mailman/listinfo/kerberos