[Date Prev][Date Next] [Chronological] [Thread] [Top]

Super idea: Debug print the undefined attribute



Super idea: Debug print the undefined attribute!

Why on earth has no one done this before insted of answering all these
postings!

Action speaks!

Thanks,

Henrik

-----Original Message-----
From: rdrake@telusplanet.net [mailto:rdrake@telusplanet.net]
Sent: 1. februar 2001 00:09
To: openldap-software@OpenLDAP.org
Subject: Source code mods don't take effect???


Hi,
I am trying to modify the ad.c source file in the servers/slapd dir to add
debug
statement to show the undefined attribute that I am having a problem with. 
I got the idea from a message I read in the archives.  I make the change and
then I do a 'make depend', 'make'.  I then copy slapd to /usr/local/libexec
and run it.  The problem is, my mods do not show up.  The debug output still
shows up as it did originally.  Am i missing something in the build
process???


ie.
original-line:
*text = "attribute type undefined";

my modified line:
*text = "attribute type undefined-HELLO";

The output in the logfile still shows up as the unchanged "attribute type
undefined".


Please help-very frustrated.