summaryrefslogtreecommitdiffstats
path: root/swiftkerbauth/kerbauth_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'swiftkerbauth/kerbauth_utils.py')
-rw-r--r--swiftkerbauth/kerbauth_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/swiftkerbauth/kerbauth_utils.py b/swiftkerbauth/kerbauth_utils.py
index 8490d83..683cdea 100644
--- a/swiftkerbauth/kerbauth_utils.py
+++ b/swiftkerbauth/kerbauth_utils.py
@@ -81,7 +81,7 @@ def generate_token():
return token
-def get_groups(username):
+def get_groups_from_username(username):
"""Return a set of groups to which the user belongs to."""
# Retrieve the numerical group IDs. We cannot list the group names
# because group names from Active Directory may contain spaces, and