|
Lines 474-480
Link Here
|
| 474 |
if (type == LDAP_RES_SEARCH_ENTRY) { |
474 |
if (type == LDAP_RES_SEARCH_ENTRY) { |
| 475 |
|
475 |
|
| 476 |
g_debug ("Server Info Result"); |
476 |
g_debug ("Server Info Result"); |
| 477 |
#ifdef WITH_DEBUG |
477 |
#if WITH_DEBUG |
| 478 |
dump_ldap_entry (closure->ldap, result); |
478 |
dump_ldap_entry (closure->ldap, result); |
| 479 |
#endif |
479 |
#endif |
| 480 |
|
480 |
|
|
Lines 867-873
Link Here
|
| 867 |
/* An LDAP entry */ |
867 |
/* An LDAP entry */ |
| 868 |
if (type == LDAP_RES_SEARCH_ENTRY) { |
868 |
if (type == LDAP_RES_SEARCH_ENTRY) { |
| 869 |
g_debug ("Retrieved Key Entry"); |
869 |
g_debug ("Retrieved Key Entry"); |
| 870 |
#ifdef WITH_DEBUG |
870 |
#if WITH_DEBUG |
| 871 |
dump_ldap_entry (closure->ldap, result); |
871 |
dump_ldap_entry (closure->ldap, result); |
| 872 |
#endif |
872 |
#endif |
| 873 |
|
873 |
|
|
Lines 1238-1244
Link Here
|
| 1238 |
if (type == LDAP_RES_SEARCH_ENTRY) { |
1238 |
if (type == LDAP_RES_SEARCH_ENTRY) { |
| 1239 |
|
1239 |
|
| 1240 |
g_debug ("Server Info Result"); |
1240 |
g_debug ("Server Info Result"); |
| 1241 |
#ifdef WITH_DEBUG |
1241 |
#if WITH_DEBUG |
| 1242 |
dump_ldap_entry (closure->ldap, result); |
1242 |
dump_ldap_entry (closure->ldap, result); |
| 1243 |
#endif |
1243 |
#endif |
| 1244 |
|
1244 |
|