summaryrefslogtreecommitdiff
path: root/python/samba/schema.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/samba/schema.py')
-rw-r--r--python/samba/schema.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/samba/schema.py b/python/samba/schema.py
index 61561f199f6..0958808cc88 100644
--- a/python/samba/schema.py
+++ b/python/samba/schema.py
@@ -208,7 +208,7 @@ def get_linked_attributes(schemadn, schemaldb):
for i in range(0, len(res)):
expression = ("(&(objectclass=attributeSchema)(linkID=%d)"
"(attributeSyntax=2.5.5.1))" %
- (int(res[i]["linkID"][0])+1))
+ (int(res[i]["linkID"][0]) + 1))
target = schemaldb.searchone(basedn=schemadn,
expression=expression,
attribute="lDAPDisplayName",