summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Babej <tbabej@redhat.com>2014-09-30 11:31:08 +0200
committerMartin Kosek <mkosek@redhat.com>2014-09-30 11:49:53 +0200
commit00457a9c109c1df0788a979f07c7fb5c0cc3bc8b (patch)
tree8db62188c7a2b13b9b1b13022ac164efc54488b1
parent00d598bab043e277d3f57eab5092c04cf5d6f5f8 (diff)
downloadfreeipa-00457a9c109c1df0788a979f07c7fb5c0cc3bc8b.tar.gz
freeipa-00457a9c109c1df0788a979f07c7fb5c0cc3bc8b.tar.xz
freeipa-00457a9c109c1df0788a979f07c7fb5c0cc3bc8b.zip
idviews: Fix typo in upgrade handling of the Default Trust View
Fixed missing comma. Also removes leading spaces from the ldif, since this is not stripped by the updater. Part of: https://fedorahosted.org/freeipa/ticket/3979 Reviewed-By: Jan Cholasta <jcholast@redhat.com>
-rw-r--r--ipaserver/install/plugins/adtrust.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/ipaserver/install/plugins/adtrust.py b/ipaserver/install/plugins/adtrust.py
index e5082fe04..1290278cf 100644
--- a/ipaserver/install/plugins/adtrust.py
+++ b/ipaserver/install/plugins/adtrust.py
@@ -132,11 +132,11 @@ class update_default_trust_view(PostUpdate):
api.env.basedn)
default_trust_view_entry = [
- 'objectclass: top',
- 'objectclass: ipaIDView'
- 'cn: Default Trust View',
- 'description: Default Trust View for AD users. '
- 'Should not be deleted.'
+ 'objectclass:top',
+ 'objectclass:ipaIDView',
+ 'cn:Default Trust View',
+ 'description:Default Trust View for AD users. '
+ 'Should not be deleted.',
]
# First, see if trusts are enabled on the server