Skip to content

Commit

Permalink
Add ipa-adtrust-install to install_server step
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Babinsky authored and martbab committed Nov 18, 2016
1 parent 83dd414 commit b642623
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ipadocker/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@
('ipa-server-install -U --domain ${server_domain} '
'--realm ${server_realm} -p ${server_password} -a ${server_password} '
'--setup-dns --auto-forwarders'),
'ipa-kra-install -p ${server_password}'
'ipa-kra-install -p ${server_password}',
('ipa-adtrust-install -U --enable-compat --add-sids '
'-a ${server_password}')
],
'prepare_tests': [
'echo ${server_password} | kinit admin && ipa ping',
Expand Down
4 changes: 3 additions & 1 deletion tests/test_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ def flattened_config(request, ipaconfig):
('ipa-server-install -U --domain ipa.test '
'--realm IPA.TEST -p Secret123 -a Secret123 '
'--setup-dns --auto-forwarders'),
'ipa-kra-install -p Secret123'
'ipa-kra-install -p Secret123',
('ipa-adtrust-install -U --enable-compat --add-sids '
'-a Secret123')
],
}

Expand Down

0 comments on commit b642623

Please sign in to comment.