summaryrefslogtreecommitdiffstats
path: root/install/tools/ipa-server-install
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2010-03-17 10:01:24 -0400
committerJason Gerard DeRose <jderose@redhat.com>2010-03-17 23:36:53 -0600
commitf0d51b65f18d73e9b97e22e9fa4146468fed3d16 (patch)
tree60616a1baa9add3d9632f7562dee480b2a263a85 /install/tools/ipa-server-install
parentc1b828563bbd1d3c4f827610c353dc341297e6b5 (diff)
downloadfreeipa-f0d51b65f18d73e9b97e22e9fa4146468fed3d16.tar.gz
freeipa-f0d51b65f18d73e9b97e22e9fa4146468fed3d16.tar.xz
freeipa-f0d51b65f18d73e9b97e22e9fa4146468fed3d16.zip
Retrieve the LDAP schema using kerberos credentials.
This is required so we can disable anonymous access in 389-ds.
Diffstat (limited to 'install/tools/ipa-server-install')
-rwxr-xr-xinstall/tools/ipa-server-install1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/tools/ipa-server-install b/install/tools/ipa-server-install
index 315762282..5eb956b9e 100755
--- a/install/tools/ipa-server-install
+++ b/install/tools/ipa-server-install
@@ -452,6 +452,7 @@ def main():
# Configuration for ipalib, we will bootstrap and finalize later, after
# we are sure we have the configuration file ready.
cfg = dict(
+ context='installer',
in_server=True,
debug=options.debug
)