Skip to content

Commit 3444df0

Browse files
committed
Update backend_ldap_utils.py
1 parent 53a9282 commit 3444df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/backend_ldap_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def convert_to_utf8(entry):
158158
def compose_rdn(entity):
159159
rdn = config('rdnAttribute', 'uid')
160160
rdnValue = find_key(entity, rdn)
161-
return rdn +'=' + rdnValue
161+
return rdn + '=' + rdnValue
162162
def compose_dn(entity):
163163
"""Compose the DN of a identity"""
164164
rdn = config('rdnAttribute', 'uid')

0 commit comments

Comments
 (0)