summaryrefslogtreecommitdiffstats
path: root/src/providers
diff options
context:
space:
mode:
authorJan Zeleny <jzeleny@redhat.com>2012-05-23 05:52:22 -0400
committerStephen Gallagher <sgallagh@redhat.com>2012-05-31 15:46:27 -0400
commit0d492cf0d3bf44cac68e8606ac977da21f0628f6 (patch)
treec858f205eb57ce8c698c3aec3e00ade4928c864c /src/providers
parent4696648c0fe4923b639d7b4876c464c04d87afbf (diff)
downloadsssd-0d492cf0d3bf44cac68e8606ac977da21f0628f6.tar.gz
sssd-0d492cf0d3bf44cac68e8606ac977da21f0628f6.tar.xz
sssd-0d492cf0d3bf44cac68e8606ac977da21f0628f6.zip
Ghost members - various small changes
Diffstat (limited to 'src/providers')
-rw-r--r--src/providers/ldap/ldap_id_cleanup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ldap/ldap_id_cleanup.c b/src/providers/ldap/ldap_id_cleanup.c
index 27a86b9f6..3460b8cc6 100644
--- a/src/providers/ldap/ldap_id_cleanup.c
+++ b/src/providers/ldap/ldap_id_cleanup.c
@@ -356,7 +356,7 @@ static int cleanup_users_logged_in(hash_table_t *table,
uid = ldb_msg_find_attr_as_uint64(msg,
SYSDB_UIDNUM, 0);
if (!uid) {
- DEBUG(2, ("Entry %s has no UID Attribute, fake user perhaps?\n",
+ DEBUG(SSSDBG_OP_FAILURE, ("Entry %s has no UID Attribute!\n",
ldb_dn_get_linearized(msg->dn)));
return ENOENT;
}