summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/service.py
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2011-09-07 10:17:12 +0200
committerSimo Sorce <ssorce@redhat.com>2011-09-14 18:45:13 -0400
commit29a7a7e8cee8ec767ee8f5bb67534c68d2fcc2b5 (patch)
tree678f6adda60d25dff56a4939209c177093dcc0bb /ipaserver/install/service.py
parent29ec63c3813cee5fa8d8b1e9ad032a89992791eb (diff)
downloadfreeipa.git-29a7a7e8cee8ec767ee8f5bb67534c68d2fcc2b5.tar.gz
freeipa.git-29a7a7e8cee8ec767ee8f5bb67534c68d2fcc2b5.tar.xz
freeipa.git-29a7a7e8cee8ec767ee8f5bb67534c68d2fcc2b5.zip
Add ipa-adtrust-install utility
https://fedorahosted.org/freeipa/ticket/1619
Diffstat (limited to 'ipaserver/install/service.py')
-rw-r--r--ipaserver/install/service.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipaserver/install/service.py b/ipaserver/install/service.py
index a1c94dfa..c9ff793f 100644
--- a/ipaserver/install/service.py
+++ b/ipaserver/install/service.py
@@ -38,7 +38,8 @@ SERVICE_LIST = {
'KPASSWD':('kadmin', 20),
'DNS':('named', 30),
'HTTP':('httpd', 40),
- 'CA':('pki-cad', 50)
+ 'CA':('pki-cad', 50),
+ 'ADTRUST':('smb', 60)
}
def print_msg(message, output_fd=sys.stdout):