In regard to: authen::krb5::admin : create principal, FM said (at 2:56pm on...:

$handle = Authen::Krb5::Admin->init_with_password("$ADMINPRINC","$adminpass");
$kp=Authen::krb5::get_default_realm();
print $kp;

but I received :
Undefined subroutine &Authen::krb5::get_default_realm

Perhaps if you called

   $kp=Authen::Krb5::get_default_realm();


(notice the K in Krb5) instead, you would have better results.

Tim
--
Tim Mooney                              [EMAIL PROTECTED]
Information Technology Services         (701) 231-1076 (Voice)
Room 242-J6, IACC Building              (701) 231-8541 (Fax)
North Dakota State University, Fargo, ND 58105-5164
________________________________________________
Kerberos mailing list           Kerberos@mit.edu
https://mailman.mit.edu/mailman/listinfo/kerberos

Reply via email to