summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/host.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/plugins/host.py')
-rw-r--r--ipalib/plugins/host.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/host.py b/ipalib/plugins/host.py
index 5301c1ac0..3f5e4e7c8 100644
--- a/ipalib/plugins/host.py
+++ b/ipalib/plugins/host.py
@@ -370,7 +370,7 @@ class host(LDAPObject):
},
'System: Read Host Compat Tree': {
'non_object': True,
- 'ipapermbindruletype': 'all',
+ 'ipapermbindruletype': 'anonymous',
'ipapermlocation': api.env.basedn,
'ipapermtarget': DN('cn=computers', 'cn=compat', api.env.basedn),
'ipapermright': {'read', 'search', 'compare'},