Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > 965e33040dd61030a94f0eb89877aee8 > files > 2903

howto-html-en-20080722-2mdv2010.1.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML
><HEAD
><TITLE
>Logs</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="LDAP Linux HOWTO"
HREF="index.html"><LINK
REL="UP"
TITLE="Additional Information and Features"
HREF="additional.html"><LINK
REL="PREVIOUS"
TITLE="Graphical LDAP tools"
HREF="graphicaltools.html"><LINK
REL="NEXT"
TITLE="References"
HREF="references.html"></HEAD
><BODY
CLASS="section"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>LDAP Linux HOWTO</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="graphicaltools.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
>Chapter 6. Additional Information and Features</TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="references.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="Logs"
></A
>6.5. Logs</H1
><P
>Slapd uses the syslog(8) facility to generate logs. The default user of the 
syslog(8) facility is LOCAL4, but values from LOCAL0, LOCAL1, up to LOCAL7 are 
allowed. </P
><P
>In order to enable the generation of logs you have to edit your syslog.conf 
file, usually located in the /etc directory. </P
><P
>Create a line like this: </P
><TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
CLASS="screen"
>local4.*     /usr/adm/ldaplog </PRE
></FONT
></TD
></TR
></TABLE
><P
>This will use the default user LOCAL4 for the syslog facility. If you are not 
familiar with the syntax of this line, take a look at the man pages of syslog, 
syslog.conf and syslogd. If you want to specify the level of the logs generated or to 
change the default user, you have the following options while starting slapd: </P
><TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
CLASS="screen"
>-s syslog-level </PRE
></FONT
></TD
></TR
></TABLE
><P
>This option tells slapd at what level debugging statements should be logged
to the syslog(8) facility. The level describes the severity of the message, and
is a keyword from the following ordered list (higher to lower): emerg, alert, 
crit, err, warning, notice, info, and debug.  Ex: slapd -f myslapd.conf -s debug </P
><TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
CLASS="screen"
>-l syslog-local-user </PRE
></FONT
></TD
></TR
></TABLE
><P
>Selects  the local user of the syslog(8) facility. Values can be LOCAL0, 
LOCAL1, and so on, up to LOCAL7. The default is LOCAL4. However, this option is
only permitted on systems that support local users with the syslog(8) facility. </P
><P
>Now take a look at the logs generated (/usr/adm/ldaplog in the example). They can help 
you tremendously in solving problems with queries, updates, binding, etc. </P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="graphicaltools.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="references.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Graphical LDAP tools</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="additional.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>References</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>