summaryrefslogtreecommitdiffstats
path: root/lib_rhel.py
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-10-24 18:52:29 +0200
committerJan Pokorný <jpokorny@redhat.com>2013-10-24 18:52:29 +0200
commit61158cad3d91def0414c1550862e8ab5589afef2 (patch)
tree0d469101a2d63cdf392b6d16a133e4799ad5e7e2 /lib_rhel.py
parentce73b6de1e2eec264d82b356c16dd41a70c85539 (diff)
downloadcluster-overview-61158cad3d91def0414c1550862e8ab5589afef2.tar.gz
cluster-overview-61158cad3d91def0414c1550862e8ab5589afef2.tar.xz
cluster-overview-61158cad3d91def0414c1550862e8ab5589afef2.zip
Add RhelSaslauthd (being used by luci and ricci)
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
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'