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

Propellor.Property.Kerberos

Description

 
Synopsis

Documentation

type Realm = String Source #

type Principal = String Source #

type Kvno = Integer 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 #