*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: krb5_parse_name | Section: 3 | Source: FreeBSD | File: krb5_parse_name.3.gz
KRB5_PARSE_NAME(3) FreeBSD Library Functions Manual KRB5_PARSE_NAME(3) NAME krb5_parse_name - string to principal conversion LIBRARY Kerberos 5 Library (libkrb5, -lkrb5) SYNOPSIS #include <krb5.h> krb5_error_code krb5_parse_name(krb5_context context, const char *name, krb5_principal *principal); DESCRIPTION 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. SEE ALSO krb5_425_conv_principal(3), krb5_build_principal(3), krb5_free_principal(3), krb5_sname_to_principal(3), krb5_unparse_name(3) HEIMDAL May 1, 2006 HEIMDAL

Navigation Options