Undo change
This commit is contained in:
parent
b077e51eda
commit
373254f98f
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ class LdapManager:
|
||||||
:return:
|
:return:
|
||||||
"""
|
"""
|
||||||
with open(settings.LDAP_MAX_UID_FILE_PATH, 'w+') as handler:
|
with open(settings.LDAP_MAX_UID_FILE_PATH, 'w+') as handler:
|
||||||
handler.write(max_uid)
|
handler.write(str(max_uid))
|
||||||
|
|
||||||
def _get_max_uid(self):
|
def _get_max_uid(self):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue