From 0d492cf0d3bf44cac68e8606ac977da21f0628f6 Mon Sep 17 00:00:00 2001 From: Jan Zeleny Date: Wed, 23 May 2012 05:52:22 -0400 Subject: Ghost members - various small changes --- src/providers/ldap/ldap_id_cleanup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/providers/ldap/ldap_id_cleanup.c') diff --git a/src/providers/ldap/ldap_id_cleanup.c b/src/providers/ldap/ldap_id_cleanup.c index 27a86b9f..3460b8cc 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; } -- cgit