[653] in Kerberos_V5_Development
instance-to-principal function
jtkohl@ATHENA.MIT.EDU (jtkohl@ATHENA.MIT.EDU)
Wed Mar 20 14:47:49 1991
I've seen now in several clients the common code which assembles a server
host's realm, its name, and a service name into a principal name.
I'd like to add a new library routine, something like
krb5_sname_to_principal(char *hostname, char *servicename,
krb5_principal *ret_princ)
which would take something like "lycus.mit.edu" and "spop",and generate
pop/lycus.mit.edu@FOO.MIT.EDU (in parsed form, of course).
comments?