aboutsummaryrefslogtreecommitdiff
path: root/scripts/ldap_sync.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ldap_sync.py')
-rw-r--r--scripts/ldap_sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ldap_sync.py b/scripts/ldap_sync.py
index 18692d7..2566a75 100644
--- a/scripts/ldap_sync.py
+++ b/scripts/ldap_sync.py
@@ -366,7 +366,7 @@ class LdapSync():
def update_system(self):
"""Update system groups and memberships."""
sync.update_system_groups()
- sync.update_users()
+ sync.update_system_users()
sync.update_system_memberships()