summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async_users.c
diff options
context:
space:
mode:
authorJan Zeleny <jzeleny@redhat.com>2012-04-23 05:13:48 -0400
committerStephen Gallagher <sgallagh@redhat.com>2012-05-31 15:46:27 -0400
commitf56e704cf0b3b0e9e997e96221fa82d488ee8ca7 (patch)
treeaab013d172e625a49c8f59a919dded1dd6dc1214 /src/providers/ldap/sdap_async_users.c
parent9f26cae5ae716a0542261167b5a91d7d2e1763e7 (diff)
downloadsssd-f56e704cf0b3b0e9e997e96221fa82d488ee8ca7.tar.gz
sssd-f56e704cf0b3b0e9e997e96221fa82d488ee8ca7.tar.xz
sssd-f56e704cf0b3b0e9e997e96221fa82d488ee8ca7.zip
Ghost members - removed sdap_check_aliases()
This function is no longer necessary because we don't have fake user entries any more. The original purpose of this function was to check if there are fake user entries for particular user and, if yes, to update its membership.
Diffstat (limited to 'src/providers/ldap/sdap_async_users.c')
-rw-r--r--src/providers/ldap/sdap_async_users.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/providers/ldap/sdap_async_users.c b/src/providers/ldap/sdap_async_users.c
index bc9e5551b..dfce319b2 100644
--- a/src/providers/ldap/sdap_async_users.c
+++ b/src/providers/ldap/sdap_async_users.c
@@ -411,12 +411,6 @@ int sdap_save_users(TALLOC_CTX *memctx,
DEBUG(9, ("User %d processed!\n", i));
}
- ret = sdap_check_aliases(sysdb, users[i], dom,
- opts, true);
- if (ret) {
- DEBUG(2, ("Failed to check aliases for user %d. Ignoring.\n", i));
- }
-
if (usn_value) {
if (higher_usn) {
if ((strlen(usn_value) > strlen(higher_usn)) ||