summaryrefslogtreecommitdiffstats
path: root/lib_rhel.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib_rhel.py')
-rw-r--r--lib_rhel.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib_rhel.py b/lib_rhel.py
index f56f1d8..7a228cf 100644
--- a/lib_rhel.py
+++ b/lib_rhel.py
@@ -41,3 +41,18 @@ class RhelCimserver(Daemon):
#srpm = 'tog-pegasus'
rpm = 'tog-pegasus'
#rhbz = 'tog-pegasus'
+
+
+class RhelSaslauthd(Daemon):
+ defaults = dict((
+ LABEL('saslauthd'),
+ ))
+ summary = \
+ "sasl authentication server"
+ web = 'http://asg.web.cmu.edu/sasl/sasl-library.html'
+ man = [
+ 'saslauthd(8)',
+ ]
+ #srpm = 'cyrus-sasl'
+ rpm = 'cyrus-sasl'
+ #rhbz = 'cyrus-sasl'