Authen-Krb5

 view release on metacpan or  search on metacpan

lib/Authen/Krb5.pm  view on Meta::CPAN

49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
        KRB5_AUTH_CONTEXT_RET_TIME
        KRB5_NT_PRINCIPAL
        KRB5_NT_SRV_HST
        KRB5_NT_SRV_INST
        KRB5_NT_SRV_XHST
        KRB5_NT_UID
        KRB5_NT_UNKNOWN
        KRB5_TGS_NAME
);
 
sub KRB5_TGS_NAME() { return "krbtgt"; }
 
bootstrap Authen::Krb5 $Authen::Krb5::VERSION;
 
# Preloaded methods go here.
 
sub AUTOLOAD {
    # This AUTOLOAD is used to 'autoload' constants from the constant()
    # XS function.  If a constant is not found then control is passed
    # to the AUTOLOAD in AutoLoader.



( run in 0.230 second using v1.01-cache-2.11-cpan-9b1e4054eb1 )