GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
KRB5_PARSE_NAME(3) FreeBSD Library Functions Manual KRB5_PARSE_NAME(3)

krb5_parse_name
string to principal conversion

Kerberos 5 Library (libkrb5, -lkrb5)

#include <krb5.h>

krb5_error_code
krb5_parse_name(krb5_context context, const char *name, krb5_principal *principal);

krb5_parse_name() converts a string representation of a principal name to krb5_principal. The principal will point to allocated data that should be freed with krb5_free_principal().

The string should consist of one or more name components separated with slashes (“/”), optionally followed with an “@” and a realm name. A slash or @ may be contained in a name component by quoting it with a backslash (“\”). A realm should not contain slashes or colons.

krb5_425_conv_principal(3), krb5_build_principal(3), krb5_free_principal(3), krb5_sname_to_principal(3), krb5_unparse_name(3)
May 1, 2006 HEIMDAL

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.