KRB5_PARSE_NAME(3) | Library Functions Manual | KRB5_PARSE_NAME(3) |
krb5_error_code
krb5_parse_name(krb5_context context, const char *name, krb5_principal *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.
May 1, 2006 | NetBSD 6.1 |