gssapi-0.2.0.0: libgssapi and libkrb5 bindings for haskell

Safe HaskellSafe
LanguageHaskell2010

Network.Security.Kerberos

Description

FFI binding to libkrb5 library

Synopsis

Documentation

krb5Login :: ByteString -> ByteString -> IO () Source #

Try to login with principal and password. If logging fails, exception is raised

krb5Resolve :: ByteString -> IO ByteString Source #

Call 'krb5_unparse . krb5_parse' - i.e. add system-wide default realm to the principal name