1*7f2fe78bSCy SchubertPrincipal manipulation and parsing 2*7f2fe78bSCy Schubert================================== 3*7f2fe78bSCy Schubert 4*7f2fe78bSCy SchubertKerberos principal structure 5*7f2fe78bSCy Schubert 6*7f2fe78bSCy Schubert.. 7*7f2fe78bSCy Schubert 8*7f2fe78bSCy Schubert:c:type:`krb5_principal_data` 9*7f2fe78bSCy Schubert 10*7f2fe78bSCy Schubert:c:type:`krb5_principal` 11*7f2fe78bSCy Schubert 12*7f2fe78bSCy Schubert.. 13*7f2fe78bSCy Schubert 14*7f2fe78bSCy SchubertCreate and free principal 15*7f2fe78bSCy Schubert 16*7f2fe78bSCy Schubert.. 17*7f2fe78bSCy Schubert 18*7f2fe78bSCy Schubert:c:func:`krb5_build_principal()` 19*7f2fe78bSCy Schubert 20*7f2fe78bSCy Schubert:c:func:`krb5_build_principal_alloc_va()` 21*7f2fe78bSCy Schubert 22*7f2fe78bSCy Schubert:c:func:`krb5_build_principal_ext()` 23*7f2fe78bSCy Schubert 24*7f2fe78bSCy Schubert:c:func:`krb5_copy_principal()` 25*7f2fe78bSCy Schubert 26*7f2fe78bSCy Schubert:c:func:`krb5_free_principal()` 27*7f2fe78bSCy Schubert 28*7f2fe78bSCy Schubert:c:func:`krb5_cc_get_principal()` 29*7f2fe78bSCy Schubert 30*7f2fe78bSCy Schubert.. 31*7f2fe78bSCy Schubert 32*7f2fe78bSCy SchubertComparing 33*7f2fe78bSCy Schubert 34*7f2fe78bSCy Schubert.. 35*7f2fe78bSCy Schubert 36*7f2fe78bSCy Schubert:c:func:`krb5_principal_compare()` 37*7f2fe78bSCy Schubert 38*7f2fe78bSCy Schubert:c:func:`krb5_principal_compare_flags()` 39*7f2fe78bSCy Schubert 40*7f2fe78bSCy Schubert:c:func:`krb5_principal_compare_any_realm()` 41*7f2fe78bSCy Schubert 42*7f2fe78bSCy Schubert:c:func:`krb5_sname_match()` 43*7f2fe78bSCy Schubert 44*7f2fe78bSCy Schubert:c:func:`krb5_sname_to_principal()` 45*7f2fe78bSCy Schubert 46*7f2fe78bSCy Schubert.. 47*7f2fe78bSCy Schubert 48*7f2fe78bSCy Schubert 49*7f2fe78bSCy SchubertParsing: 50*7f2fe78bSCy Schubert 51*7f2fe78bSCy Schubert.. 52*7f2fe78bSCy Schubert 53*7f2fe78bSCy Schubert:c:func:`krb5_parse_name()` 54*7f2fe78bSCy Schubert 55*7f2fe78bSCy Schubert:c:func:`krb5_parse_name_flags()` 56*7f2fe78bSCy Schubert 57*7f2fe78bSCy Schubert:c:func:`krb5_unparse_name()` 58*7f2fe78bSCy Schubert 59*7f2fe78bSCy Schubert:c:func:`krb5_unparse_name_flags()` 60*7f2fe78bSCy Schubert 61*7f2fe78bSCy Schubert.. 62*7f2fe78bSCy Schubert 63*7f2fe78bSCy SchubertUtilities: 64*7f2fe78bSCy Schubert 65*7f2fe78bSCy Schubert.. 66*7f2fe78bSCy Schubert 67*7f2fe78bSCy Schubert:c:func:`krb5_is_config_principal()` 68*7f2fe78bSCy Schubert 69*7f2fe78bSCy Schubert:c:func:`krb5_kuserok()` 70*7f2fe78bSCy Schubert 71*7f2fe78bSCy Schubert:c:func:`krb5_set_password()` 72*7f2fe78bSCy Schubert 73*7f2fe78bSCy Schubert:c:func:`krb5_set_password_using_ccache()` 74*7f2fe78bSCy Schubert 75*7f2fe78bSCy Schubert:c:func:`krb5_set_principal_realm()` 76*7f2fe78bSCy Schubert 77*7f2fe78bSCy Schubert:c:func:`krb5_realm_compare()` 78*7f2fe78bSCy Schubert 79*7f2fe78bSCy Schubert.. 80