[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
slapcat, PROXIED attributeDescription inserted, and cron jobs
- To: openldap-technical@openldap.org
- Subject: slapcat, PROXIED attributeDescription inserted, and cron jobs
- From: "btb@bitrate.net" <btb@bitrate.net>
- Date: Tue, 23 Nov 2010 09:02:51 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=simple/simple; d=bitrate.net; s=default; t=1290520978; bh=lr7por6vOUxRfqIdaoEoWZWF0kyhtLDPPkpMlIzIW5w=; h=Message-ID:Date:From:MIME-Version:To:Subject:Content-Type: Content-Transfer-Encoding; b=A6XP+MFdbS0DJ6TzfDyBzLrBPEsprOnf71Oh5bmnGa3upJeWXFFcbB7TkHImE6kVU f2CDL9hkuZu6mY5zZN2jwL9qh5RbTCXuucN1BmxKn4Ks2+I2J9E7FuSvSSoq8nSe2y W8dtbczvdHb6wMTpH9qw7gu3cn1TlrSVGRTFTd9I=
- User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6
hi-
i'm running slapcat from a daily cron job to back up cn=config and other
databases. i've recently updated from 2.4.21 to 2.4.23, and notice now
in the output of slapcat, messages such as
>slapcat -b 'cn=config' -l 'config.ldif' > /dev/null
PROXIED attributeDescription "OU" inserted.
PROXIED attributeDescription "DC" inserted.
a bit of searching seems to indicate that these shouldn't be cause for
concern, and are just informative messages.
since these messages are written to stderr, cron sends email every time
it runs slapcat. if they're not errors, do they maybe belong in stdout
rather than stderr? alternatively, can these messages be suppressed?
according to the man page, there doesn't appear a way to do so.
thanks
-ben