summaryrefslogtreecommitdiffstats
path: root/ipalib/constants.py
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2015-05-26 12:11:04 +0000
committerJan Cholasta <jcholast@redhat.com>2015-05-26 12:16:31 +0000
commit41662eb9f02fc6bf1399508a13de8d6f18d7b3b1 (patch)
tree4a0d78ef75980466a7e1ead42b3108f87214711b /ipalib/constants.py
parentf3010498af2a4b98512d219b8e09101176c172fe (diff)
downloadfreeipa-41662eb9f02fc6bf1399508a13de8d6f18d7b3b1.tar.gz
freeipa-41662eb9f02fc6bf1399508a13de8d6f18d7b3b1.tar.xz
freeipa-41662eb9f02fc6bf1399508a13de8d6f18d7b3b1.zip
server-find and server-show commands
ipa server-find ipa server-show FQDN These commands display a list of IPA servers stored in cn=masters,cn=ipa,cn=etc,$SUFFIX https://fedorahosted.org/freeipa/ticket/4302 Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'ipalib/constants.py')
-rw-r--r--ipalib/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/constants.py b/ipalib/constants.py
index b99306eae..95dec54a5 100644
--- a/ipalib/constants.py
+++ b/ipalib/constants.py
@@ -117,6 +117,7 @@ DEFAULT_CONFIG = (
('container_otp', DN(('cn', 'otp'))),
('container_radiusproxy', DN(('cn', 'radiusproxy'))),
('container_views', DN(('cn', 'views'), ('cn', 'accounts'))),
+ ('container_masters', DN(('cn', 'masters'), ('cn', 'ipa'), ('cn', 'etc'))),
# Ports, hosts, and URIs:
('xmlrpc_uri', 'http://localhost:8888/ipa/xml'),