propellor-5.17: property-based host configuration management in haskell
MaintainerJelmer Vernooij <jelmer@samba.org>
Safe HaskellSafe-Inferred
LanguageHaskell2010

Propellor.Property.Kerberos

Description

 
Synopsis

Documentation

type Realm = String Source #

type Principal = String Source #

type Kvno = Integer Source #

defaultKeyTab :: FilePath Source #

kadmAclPath :: FilePath Source #

kpropdAclPath :: FilePath Source #

kdcConfPath :: FilePath Source #

keyTabPath :: Maybe FilePath -> FilePath Source #

principal :: String -> Maybe String -> Maybe Realm -> Principal Source #

Create a principal from a primary, instance and realm

k5srvutil :: Maybe FilePath -> [String] -> IO String Source #

keytabEntries :: Maybe FilePath -> IO [(Kvno, Principal)] Source #

checkKeyTabEntry' :: Maybe FilePath -> (Kvno, Principal) -> IO Bool Source #

checkKeyTabEntry :: Maybe FilePath -> Principal -> IO Bool Source #

k5loginPath :: User -> IO FilePath Source #