summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/automount.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/plugins/automount.py')
-rw-r--r--ipalib/plugins/automount.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/ipalib/plugins/automount.py b/ipalib/plugins/automount.py
index 417d6a31..22017fb5 100644
--- a/ipalib/plugins/automount.py
+++ b/ipalib/plugins/automount.py
@@ -715,9 +715,7 @@ class automountkey(LDAPObject):
# First we look with the information given, then try to search for
# the right entry.
try:
- (dn, entry_attrs) = ldap.get_entry(
- dn, ['*'], normalize=self.normalize_dn
- )
+ (dn, entry_attrs) = ldap.get_entry(dn, ['*'])
except errors.NotFound:
if kwargs.get('automountinformation', False):
sfilter = '(&(automountkey=%s)(automountinformation=%s))' % \