<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>uCertify Articles &#187; Senior Level Linux Professional (LPIC-3)</title>
	<atom:link href="http://www.ucertify.com/article/certifications/lpic-3/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ucertify.com/article</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 04 Nov 2009 00:00:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installation and Development of LDAP (Lightweight Directory Access Protocol)</title>
		<link>http://www.ucertify.com/article/installation-and-development-of-ldap-lightweight-directory-access-protocol-2.html</link>
		<comments>http://www.ucertify.com/article/installation-and-development-of-ldap-lightweight-directory-access-protocol-2.html#comments</comments>
		<pubDate>Tue, 03 Nov 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[Advanced Level Linux Professional (LPIC-2)]]></category>
		<category><![CDATA[Linux Professional]]></category>
		<category><![CDATA[Senior Level Linux Professional (LPIC-3)]]></category>
		<category><![CDATA[117-202]]></category>
		<category><![CDATA[117-301]]></category>

		<guid isPermaLink="false">112430</guid>
		<description><![CDATA[LDAP is a protocol that helps us to access the database on different types of platforms. To implement LDAP on a Linux server, you need to download OpenLDAP Software. It is open source software. OpenLDAP Software comprises mainly two basic daemons:
slapd (]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	<span style='border:1px solid #ccc;background-color:#eff3ef;'> Download free practice test for <a href="http://www.ucertify.com/certifications/LPI/lpic-2.html" >lpic-2  Advanced Level Linux Professional (LPIC-2)</a> exam.</span>
    Author : Yong Mook Kim<span style='border:1px solid #ccc;background-color:#eff3ef;'> Pass <a href="http://www.ucertify.com/certifications/LPI/lpic.html" >Linux Professional</a> in first attampt.</span>
    Website : http://www.mkyong.com<span style='border:1px solid #ccc;background-color:#eff3ef;'> Download free practice test for <a href="http://www.ucertify.com/certifications/LPI/lpic-3.html" >lpic-3  Senior Level Linux Professional (LPIC-3)</a> exam.</span>
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Finstallation-and-development-of-ldap-lightweight-directory-access-protocol-2.html&amp;t=Installation+and+Development+of+LDAP+%28Lightweight+Directory+Access+Protocol%29&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Finstallation-and-development-of-ldap-lightweight-directory-access-protocol-2.html&amp;title=Installation+and+Development+of+LDAP+%28Lightweight+Directory+Access+Protocol%29&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Finstallation-and-development-of-ldap-lightweight-directory-access-protocol-2.html&amp;title=Installation+and+Development+of+LDAP+%28Lightweight+Directory+Access+Protocol%29&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=Installation+and+Development+of+LDAP+%28Lightweight+Directory+Access+Protocol%29;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Finstallation-and-development-of-ldap-lightweight-directory-access-protocol-2.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>LDAP is a protocol that helps us to access the database on different types of platforms. To implement LDAP on a Linux server, you need to download OpenLDAP Software. It is open source software. OpenLDAP Software comprises mainly two basic daemons:</p>
<ul>
<li><b>slapd (Stand-alone LDAP daemon)</b></li>
<ul>
<li>OpenLDAP server configuration file is called slapd.conf.</li>
<li>It provides authentication services through SASL (Simple Authentication and Security Layer).</li>
<li>It uses TLS (Transport Layer Security) for privacy concerns.</li>
<li>It allows or restricts access to the server by using <i>TCP wrappers</i>.</li>
<li>One of the most important functions of slapd is to provide a reliable access control facility.</li>
</ul>
<li><b>slurpd (stand-alone LDAP update replication daemon)</b></li>
<ul>
<li>This is used to replicate the database of LDAP directory.</li>
<li>The master slapd server updates the slave server by using slurpd.</li>
<li>It helps the master slapd server in distributing the load among the slave servers.</li>
</ul>
</ul>
<p>To unpack the downloaded <i>gzipped</i> package, you have to copy the package to a desirable directory such as <i>/usr/local</i> </p>
<p><b>Requirements before installation:</b> Before installing OpenLDAP software, the LDAP server requires some additional packages:</p>
<ul>
<li><b>OpenSSL TLS libraries:</b> Transport Layer Security (TLS) and its predecessor, Secure Sockets Layer (SSL), are cryptographic protocols that provide security over the network. These are used to encrypt the segments of a network connection.</li>
<li><b>Kerberos Authentication Services:</b> It is a distributed authentication service.</li>
<li><b>Database software like Berkeley DB:</b> It stores the database using Oracle Berkeley DB package.</li>
<li><b>TCP Wrappers:</b> These are used in the servers having non public information.</li>
</ul>
<p><b>Installation:</b> You can install OpenLDAP in either of the two ways.
<ul>
<li>Use <i>apt-get/dpkg</i> to install the binary package.</li>
<p><img src='f108530-a.gif' /></p>
<li>Install OpenLDAP from sources and unpack the <i>tar gzipped package</i> to a desirable directory.
<p><img src='f108530-b.gif' /></li>
<p>Run the following commands to build the server.</p>
<p><img src='f108530-o.gif' /></ul>
<p><b>Overview of LDAP Backends:</b> </p>
<ol>
<li><b>BDB (Berkeley Database Backend):</b> The BDB backend is used with a normal slapd database. It stores data with the help of Oracle Berkeley DB package.</li>
<p></p>
<li><b>LDAP:</b> The LDAP backend is not a real database; it only forwards the incoming requests to another LDAP server.</li>
<p></p>
<li><b>LDIF (LDAP Data Interchange Format):</b> LDIF is a text-based format for representing the LDAP contents.</li>
<p></p>
<li><b>Metadirectory:</b> The Meta backend is similar to the LDAP backend. It acts as a proxy to forward requests to a set of remote LDAP servers called <i>target</i>.</li>
<p></p>
<li><b>Monitor:</b> The running status of daemon is dynamically maintained by this backend.</li>
<p></p>
<li><b>Null:</b> Null backend searches return success, and updates them. The slapadd and slapcat tools are also very useful.</li>
<p></p>
<li><b>Passwd:</b> The Passwd backend lists the information stored in a system <i>passwd</i> file.</li>
<p></p>
<li><b>Perl/Shell:</b> This backend can be used after installing the Perl module. Perl scripts are used for interacting with the LDAP directories.</li>
<p></p>
<li><b>SQL:</b> The SQL backend is used with RDBMS (Relational Database Management System).</li>
</ol>
<p> <b>Developing LDAP Applications with Perl:</b> <i>perl-ldap</i> provides an easy access to data contained in LDAP directories. You can write basic Perl scripts to interact with an LDAP directory. You need to download the following two packages:</p>
<ol>
<li><i>Convert-BER-1.31.tar.gz</i></li>
<p></p>
<li><i>perl-ldap-0.15.tar.gz</li>
<p></i></ol>
<p>You can unpack and install the <i>Convert-BER-1.31.tar.gz</i> package using the following commands.</p>
<p><img src='f108530-c.gif' /></p>
<p>Use the following commands to unpack and install <i>perl-ldap-0.15.tar.gz</i>.</p>
<p><img src='f108530-d.gif' />   <br />
Now you are able to write basic Perl scripts to interact with an LDAP directory. You can use the following statement to invoke <i>perl-ldap</i>:</p>
<p><img src='f108530-e.gif' /></p>
<p>After invoking, you have to open a new LDAP connection. Below is an example of how to connect to a computer with the hostname ldapserver.ucertify.com:</p>
<p><img src='f108530-f.gif' /></p>
<p>By default, LDAP uses port 389. If you want to use a different port, you need to mention it:</p>
<p><img src='f108530-g.gif' /></p>
<p>You can also set the timeout parameter:</p>
<p><img src='f108530-h.gif' /></p>
<p><b>Binding to the Server:</b>  After creating a connection to an LDAP server, you need to bind to it:</p>
<p><img src='f108530-i.gif' /></p>
<p>To close a connection, you must unbind from it:</p>
<p><img src='f108530-j.gif' /></p>
<p><b>Adding Entries to the Database:</b> You can add LDAP entries to the directory:</p>
<p><img src='f108530-k.gif' /></p>
<p><b>Searching the directory:</b> The -&gt;search function is used to search the LDAP directory:</p>
<p><img src='f108530-l.gif' /></p>
<p>It searches the entire LDAP tree. You can confine your search only to the ou=People branch using the following command:</p>
<p><img src='f108530-m.gif' /></p>
<p><b>Modifying the directory:</b> There are three types of modifications that can be performed in an LDAP directory:</p>
<ul>
<li>add</li>
<p></p>
<li>delete</li>
<p></p>
<li>replace</li>
</ul>
<p><img src='f108530-n.gif' /></p>
<p><b>Summary:</b> <i>perl-ldap</i> is a convenient tool for accessing LDAP servers with Perl scripts. Now a days, LDAP is emerging as a global directory providing service to a much broader context.</p>
<span style='border:1px solid #ccc;background-color:#eff3ef;'> Become <a href="http://www.ucertify.com/exams/LPI/117-202.html" >LPI Advanced Level Linux Professional II</a> certified.</span><span style='border:1px solid #ccc;background-color:#eff3ef;'> Get certified in first attempt download <a href="http://www.ucertify.com/exams/LPI/117-301.html" >117-301 - Senior Level Linux Professional-I</a> simulation.</span><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Finstallation-and-development-of-ldap-lightweight-directory-access-protocol-2.html&amp;linkname=Installation%20and%20Development%20of%20LDAP%20%28Lightweight%20Directory%20Access%20Protocol%29"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/installation-and-development-of-ldap-lightweight-directory-access-protocol-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Measuring Resource Usage in Linux</title>
		<link>http://www.ucertify.com/article/measuring-resource-usage-in-linux.html</link>
		<comments>http://www.ucertify.com/article/measuring-resource-usage-in-linux.html#comments</comments>
		<pubDate>Fri, 07 Aug 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[Linux Professional]]></category>
		<category><![CDATA[Senior Level Linux Professional (LPIC-3)]]></category>
		<category><![CDATA[117-301]]></category>

		<guid isPermaLink="false">113804</guid>
		<description><![CDATA[Linux operating systems are predominantly known for their use in different types of servers. These are installed on a wide variety of computer hardware, ranging from embedded devices and mobile phones to supercomputers. A Senior Level Linux Professional s]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com<span style='border:1px solid #ccc;background-color:#eff3ef;'> Click here to get free <a href="http://www.ucertify.com/certifications/LPI/lpic.html" >lpic Linux Professional</a> exam practice questions.</span>
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fmeasuring-resource-usage-in-linux.html&amp;t=Measuring+Resource+Usage+in+Linux&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fmeasuring-resource-usage-in-linux.html&amp;title=Measuring+Resource+Usage+in+Linux&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fmeasuring-resource-usage-in-linux.html&amp;title=Measuring+Resource+Usage+in+Linux&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=Measuring+Resource+Usage+in+Linux;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fmeasuring-resource-usage-in-linux.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>Linux operating systems are predominantly known for their use in different types of servers. These are installed on a wide variety of computer hardware, ranging from embedded devices and mobile phones to supercomputers. A Senior Level Linux Professional should be able to measure hardware resources and network bandwidth usage of a Linux system. There are so many tools (command-line as well as graphical tools) supported by different Linux distributions described in this article:</p>
<ul>
<li><uc:hed>vmstat:</uc:hed> vmstat (virtual memory statistics) is a computer system monitor tool that collects and displays summary information about operating system memory, processes, interrupts, paging, and block I/O information. By specifying the interval, it can be used to observe system activity interactively. The vmstat tool is available on most UNIX and Unix-like operating systems, such as Linux. The syntax and output of vmstat often differs slightly between different operating systems.</li>
<li><uc:hed>iostat:</uc:hed> iostat (input/output statistics) is a computer system monitor tool used to collect and show operating system storage input and output statistics. It is often used to identify performance issues with local disks or networked file systems such as NFS. The iostat tool is available on most UNIX and Unix-like operating systems, such as Linux or Solaris. The syntax and output of iostat often differs slightly between different operating systems. Some of the options used with this tool are given below:<br />
<table border="1">
<tr>
<td><uc:hed>Option</uc:hed></td>
<td><uc:hed>Description</uc:hed></td>
</tr>
<tr>
<td>-k</td>
<td>Display statistics in kilobytes per second instead of blocks per second.</td>
</tr>
<tr>
<td>-V</td>
<td>Print version number and usage, then exit.</td>
</tr>
<tr>
<td>-c</td>
<td>Display only the CPU usage statistics.</td>
</tr>
<tr>
<td>-p</td>
<td>Display statistics for block devices and all their partitions that are used by the  system.</td>
</tr>
<tr>
<td>-d</td>
<td>Display only the device utilization report.</td>
</tr>
</table border="1"></li>
<p></p>
<li><uc:hed>mpstat:</uc:hed> mpstat is a computer command-line tool used in the Linux operating system to report (on the screen) processor-related statistics. It is used in computer monitoring in order to diagnose problems or for build statistics about a computer&#8217;s CPU usage. The mpstat command writes to standard output activities for each available processor and can be used both on SMP and UP machines. The general format of the mpstat command is given below:
<p><uc:stx>$ mpstat <interval> <count></uc:stx></p>
<p>The mpstat command can also be used to find out the details of a multi-processor computer as shown below:</p>
<p><uc:stx>$ mpstat -P <cpu> <interval> <count></uc:stx></li>
<li><uc:hed>free:</uc:hed> The free command displays the total amount of free and used physical and swap memory in the computer. This command also displays the buffers used by the kernel. The free command uses the file /proc/meminfo. Some of the options used with the free command are given below:<br />
<table border="1">
<tr>
<td><uc:hed>Option</uc:hed></td>
<td><uc:hed>Description</uc:hed></td>
</tr>
<tr>
<td>-b</td>
<td>Display the amount of memory in bytes.</td>
</tr>
<tr>
<td>-k</td>
<td>Display the amount of memory in kilobytes.</td>
</tr>
<tr>
<td>-m</td>
<td>Display the amount of memory in megabytes.</td>
</tr>
<tr>
<td>-o</td>
<td>Disable the display of a buffer adjusted line.</td>
</tr>
<tr>
<td>-t</td>
<td>Display a line comprising the total memory.</td>
</tr>
<tr>
<td>-V</td>
<td>Display version information.</td>
</tr>
</table border="1"></li>
<p></p>
<li><uc:hed>sar:</uc:hed> The sar command writes to the information of selected cumulative activity counters in the operating system. This command operates on the values in the count and interval parameters. The sar command writes information the specified number of times spaced at the specified intervals in seconds. It evaluates the key metrics and provides a technique to retrieve the measurements. Some of the options used with the sar command are given below:<br />
<table width="70%" align="center" border="1" cellspacing="3" cellpadding="3" style="font-size:12px;color:black;">
<tr>
<th>Option</th>
<th>Description</th>
</tr>
<p></p>
<tr>
<td>-A</td>
<td>Display everything.</td>
</tr>
<tr>
<td>-b</td>
<td>Show transactions and blocks sent to block devices and read from block devices.</td>
</tr>
<tr>
<td>-B</td>
<td>Show swap statistics.</td>
</tr>
<tr>
<td>-d</td>
<td>Display disk usage including wait, service time, and queue length.</td>
</tr>
<tr>
<td>-r</td>
<td>Display information about memory, swap, cache, and buffer usage.</td>
</tr>
<tr>
<td>-e</td>
<td>Specify time-out for display.</td>
</tr>
<tr>
<td>-q</td>
<td>Display information about the run queue and total process list sizes, and load averages.</td>
</tr>
</table>
</li>
<p></p>
<li><uc:hed>Htop:</uc:hed> Htop is an advanced, interactive system monitor process viewer written for Linux. It is designed to replace the Unix program top. It shows a frequently updated list of the processes running on a computer, normally ordered by the amount of CPU usage. Htop provides a full list of processes running. Htop also uses color and gives visual information about processor, swap, and memory status. Htop provides a more convenient, cursor-controlled interface for killing processes. The output of Htop is shown below:
<p><img src='f113804.gif' /></li>
<li><uc:hed>tload:</uc:hed> The tload command prints a graph of the current system load average to the specified tty. It provides a graphic representation of the system load average. The general syntax of using tload is given below:
<p><uc:stx>tload [-V] [-s scale] [-d delay] [tty] </uc:stx> </p>
<p>where,</p>
<ul>
<li>The -s scale option allows a vertical scale to be specified for the display.</li>
<p></p>
<li>The -d delay option sets the delay between graph updates in seconds.</li>
</ul>
</li>
<p></p>
<li><uc:hed>bwm-ng:</uc:hed> bwm-ng (Bandwidth Monitor-Next Generation) is a live bandwidth monitor that is used to analyze the current bandwidth of all or some specific interfaces. It automates the monitoring and display of the total bandwidth. It supports different output methods such as curses, plain, csv, and html. The behavior of bwm-ng can be controlled by a configuration file. By default, bwm-ng first checks the /etc/bwm-ng.conf file for information and then the ~/.bwm-ng.conf file. It can use other locations as well if required.</li>
<li><uc:hed>iftop:</uc:hed> iftop is a command-line tool that is used to display bandwidth usage on an interface by host. It listens to network traffic on a specified interface and displays a table of current bandwidth usage by pairs of hosts. The iftop command requires sufficient permissions to monitor all network traffic on the interface. Some of the commands used with iftop are given below:<br />
<table width="40%" border="1" cellspacing="2" cellpadding="2" style="font-size:12px;color:black;">
<tr>
<th>Option</th>
<th>Description</th>
</tr>
<p></p>
<tr>
<td>-h</td>
<td> Print a summary of usage. </td>
</tr>
<tr>
<td>-P</td>
<td> Turn on port display.</td>
</tr>
<tr>
<td>-b</td>
<td> Don&#8217;t display bar graphs of traffic.</td>
</tr>
<tr>
<td>-N</td>
<td> Do not resolve port number to service names.</td>
</tr>
</table>
</li>
<p></p>
<li><uc:hed>tcpdump:</uc:hed> tcpdump is a tool that dumps traffic on a network. It prints out the headers of packets regarding the boolean expression. Only those packets that match the Boolean expression are processed by tcpdump. Some of the options used with tcpdump are given below:<br />
<table width="50%" align="center" border="1" cellspacing="3" cellpadding="3" style="font-size:12px;color:black;">
<tr>
<th>Option</th>
<th>Description</th>
</tr>
<p></p>
<tr>
<td>-A</td>
<td> Print each packet in ASCII.</td>
</tr>
<tr>
<td>-c</td>
<td> Exit after receiving count packets.  </td>
</tr>
<tr>
<td>-e</td>
<td> Print the link-level header on each dump line.</td>
</tr>
<tr>
<td>-t</td>
<td> Don&#8217;t print a timestamp on each dump line.</td>
</tr>
</table>
</li>
<p></p>
<li><uc:hed>Driftnet:</uc:hed> Driftnet is a graphical tool that captures images from network traffic. It analyses the network traffic and displays JPEG and GIF images in an X window. Driftnet is also known as graphical tcpdump. The images may be saved by clicking on them. Some of the options used with this tool are given below:<br />
<table width="60%" align="center" border="1" cellspacing="3" cellpadding="3" style="font-size:12px;color:black;">
<tr>
<th>Option</th>
<th>Description</th>
</tr>
<p></p>
<tr>
<td>-h</td>
<td> Print a summary of usage. </td>
</tr>
<tr>
<td>-v</td>
<td> Print additional information about the packets captured to the terminal.</td>
</tr>
<tr>
<td>-p</td>
<td> Do not put the interface into promiscuous mode.</td>
</tr>
<tr>
<td>-S</td>
<td> Capture audio only.</td>
</tr>
</table>
</li>
<p></p>
<li><uc:hed>Ttcp:</uc:hed> Ttcp is a utility program for measuring network throughput, popular on UNIX systems. For normal use, Ttcp is installed on two machines &#8211; one will be the sender, the other the receiver. The receiver is started first and waits for a connection. Once the two connect, the sending machine sends data to the receiver and displays the overall throughput of the network they traverse. The amount of data sent and other options are configurable through a simple command-line interface. The output is generally in kB/s (kilobytes per second) instead of kbit/s (kilobits per second). Ttcp determines the transmission and reception of data between two systems using the UDP or TCP protocols.</li>
</ul>
<span style='border:1px solid #ccc;background-color:#eff3ef;'> Become <a href="http://www.ucertify.com/certifications/LPI/lpic-3.html" >LPI Senior Level Linux Professional (LPIC-3)</a> certified.</span><span style='border:1px solid #ccc;background-color:#eff3ef;'> Click here to get free <a href="http://www.ucertify.com/exams/LPI/117-301.html" >117-301 Senior Level Linux Professional-I</a> exam practice questions.</span><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fmeasuring-resource-usage-in-linux.html&amp;linkname=Measuring%20Resource%20Usage%20in%20Linux"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/measuring-resource-usage-in-linux.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is ypbind?</title>
		<link>http://www.ucertify.com/article/what-is-ypbind.html</link>
		<comments>http://www.ucertify.com/article/what-is-ypbind.html#comments</comments>
		<pubDate>Fri, 07 Aug 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[Linux Professional]]></category>
		<category><![CDATA[Senior Level Linux Professional (LPIC-3)]]></category>
		<category><![CDATA[117-301]]></category>

		<guid isPermaLink="false">113805</guid>
		<description><![CDATA[ypbind is a UNIX/Linux daemon that finds the server for an NIS domain and stores the information in a file. The binding files reside in the directory /var/yp/binding and are conventionally named [domainname].[version]. After establishing the binding, the ]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com<span style='border:1px solid #ccc;background-color:#eff3ef;'> Download free practice test for <a href="http://www.ucertify.com/certifications/LPI/lpic.html" >lpic  Linux Professional</a> exam.</span>
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-ypbind.html&amp;t=What+is+ypbind%3F&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-ypbind.html&amp;title=What+is+ypbind%3F&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-ypbind.html&amp;title=What+is+ypbind%3F&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=What+is+ypbind%3F;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-ypbind.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>ypbind is a UNIX/Linux daemon that finds the server for an NIS domain and stores the information in a file. The binding files reside in the directory /var/yp/binding and are conventionally named [domainname].[version]. After establishing the binding, the ypbind daemon sends YPPROC_DOMAIN requests to the NIS server at 20-second intervals. It searches a new server if no response is found. If more than one response is found, ypbind sends a ping request to all of the servers and binds with the one that responds first.</p>
<span style='border:1px solid #ccc;background-color:#eff3ef;'> Download free practice test for <a href="http://www.ucertify.com/certifications/LPI/lpic-3.html" >lpic-3  Senior Level Linux Professional (LPIC-3)</a> exam.</span><span style='border:1px solid #ccc;background-color:#eff3ef;'> Download free practice test for <a href="http://www.ucertify.com/exams/LPI/117-301.html" >LPI Senior Level Linux Professional-I</a> exam.</span><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-ypbind.html&amp;linkname=What%20is%20ypbind%3F"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/what-is-ypbind.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is tdbdump?</title>
		<link>http://www.ucertify.com/article/what-is-tdbdump.html</link>
		<comments>http://www.ucertify.com/article/what-is-tdbdump.html#comments</comments>
		<pubDate>Thu, 06 Aug 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[Linux Professional]]></category>
		<category><![CDATA[Senior Level Linux Professional (LPIC-3)]]></category>
		<category><![CDATA[117-301]]></category>

		<guid isPermaLink="false">113799</guid>
		<description><![CDATA[tdbdump is a tool for printing the contents of a TDB file. This tool is a part of the samba suite and is used to store the contents of a TDB (Trivial DataBase) file to the standard output when debugging problems with TDB files. The samba database (such as]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com<span style='border:1px solid #ccc;background-color:#eff3ef;'> Download free practice test for <a href="http://www.ucertify.com/certifications/LPI/lpic.html" >LPI Linux Professional</a> exam.</span>
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-tdbdump.html&amp;t=What+is+tdbdump%3F&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-tdbdump.html&amp;title=What+is+tdbdump%3F&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-tdbdump.html&amp;title=What+is+tdbdump%3F&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=What+is+tdbdump%3F;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-tdbdump.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>tdbdump is a tool for printing the contents of a TDB file. This tool is a part of the samba suite and is used to store the contents of a TDB (Trivial DataBase) file to the standard output when debugging problems with TDB files. The samba database (such as secrets.tdb) can be checked by the tdbdump tool.</p>
<span style='border:1px solid #ccc;background-color:#eff3ef;'> <a href="http://www.ucertify.com/certifications/LPI/lpic-3.html" > Pass LPI lpic-3 - Senior Level Linux Professional (LPIC-3)</a></span><span style='border:1px solid #ccc;background-color:#eff3ef;'> Click here to download <a href="http://www.ucertify.com/exams/LPI/117-301.html" >117-301</a> test study guide and practice question.</span><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-tdbdump.html&amp;linkname=What%20is%20tdbdump%3F"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/what-is-tdbdump.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is ypldapd?</title>
		<link>http://www.ucertify.com/article/what-is-ypldapd.html</link>
		<comments>http://www.ucertify.com/article/what-is-ypldapd.html#comments</comments>
		<pubDate>Thu, 06 Aug 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[Linux Professional]]></category>
		<category><![CDATA[Senior Level Linux Professional (LPIC-3)]]></category>
		<category><![CDATA[117-301]]></category>

		<guid isPermaLink="false">113800</guid>
		<description><![CDATA[ypldapd is a tool that is used to start the NIS/LDAP Gateway daemon. NIS/LDAP Gateway is a Network Information Service (NIS) server that uses LDAP as its information source. It allows existing NIS clients to transparently use LDAP to access user, group, a]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com<span style='border:1px solid #ccc;background-color:#eff3ef;'> Download free practice test for <a href="http://www.ucertify.com/certifications/LPI/lpic.html" >lpic  Linux Professional</a> exam.</span>
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-ypldapd.html&amp;t=What+is+ypldapd%3F&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-ypldapd.html&amp;title=What+is+ypldapd%3F&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-ypldapd.html&amp;title=What+is+ypldapd%3F&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=What+is+ypldapd%3F;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-ypldapd.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>ypldapd is a tool that is used to start the NIS/LDAP Gateway daemon. NIS/LDAP Gateway is a Network Information Service (NIS) server that uses LDAP as its information source. It allows existing NIS clients to transparently use LDAP to access user, group, and host information. It also supports the Microsoft services for UNIX Active Directory schema. ypldapd caches NIS maps for maximum performance.</p>
<span style='border:1px solid #ccc;background-color:#eff3ef;'> Become <a href="http://www.ucertify.com/certifications/LPI/lpic-3.html" >LPI Senior Level Linux Professional (LPIC-3)</a> certified.</span><span style='border:1px solid #ccc;background-color:#eff3ef;'> Download free practice test for <a href="http://www.ucertify.com/exams/LPI/117-301.html" >117-301  Senior Level Linux Professional-I</a> exam.</span><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-ypldapd.html&amp;linkname=What%20is%20ypldapd%3F"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/what-is-ypldapd.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are shared libraries?</title>
		<link>http://www.ucertify.com/article/what-are-shared-libraries.html</link>
		<comments>http://www.ucertify.com/article/what-are-shared-libraries.html#comments</comments>
		<pubDate>Thu, 06 Aug 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[Linux Professional]]></category>
		<category><![CDATA[Senior Level Linux Professional (LPIC-3)]]></category>
		<category><![CDATA[117-301]]></category>

		<guid isPermaLink="false">113801</guid>
		<description><![CDATA[Shared libraries are libraries that are used by programs when the corresponding program runs on the system. A shared library is automatically recognized by the programs after they are installed, and the programs automatically start using the new shared li]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com<span style='border:1px solid #ccc;background-color:#eff3ef;'> Get certified in first attempt download <a href="http://www.ucertify.com/certifications/LPI/lpic.html" >lpic - Linux Professional</a> simulation.</span>
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-are-shared-libraries.html&amp;t=What+are+shared+libraries%3F&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-are-shared-libraries.html&amp;title=What+are+shared+libraries%3F&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-are-shared-libraries.html&amp;title=What+are+shared+libraries%3F&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=What+are+shared+libraries%3F;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-are-shared-libraries.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>Shared libraries are libraries that are used by programs when the corresponding program runs on the system. A shared library is automatically recognized by the programs after they are installed, and the programs automatically start using the new shared library. Shared libraries must be placed somewhere in the filesystem. The ldd command is used to see the list of shared libraries used by a program.</p>
<span style='border:1px solid #ccc;background-color:#eff3ef;'> <a href="http://www.ucertify.com/certifications/LPI/lpic-3.html" > Pass LPI lpic-3 - Senior Level Linux Professional (LPIC-3)</a></span><span style='border:1px solid #ccc;background-color:#eff3ef;'> Download free practice test for <a href="http://www.ucertify.com/exams/LPI/117-301.html" >117-301  Senior Level Linux Professional-I</a> exam.</span><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-are-shared-libraries.html&amp;linkname=What%20are%20shared%20libraries%3F"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/what-are-shared-libraries.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the accesslog overlay?</title>
		<link>http://www.ucertify.com/article/what-is-the-accesslog-overlay.html</link>
		<comments>http://www.ucertify.com/article/what-is-the-accesslog-overlay.html#comments</comments>
		<pubDate>Thu, 06 Aug 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[Linux Professional]]></category>
		<category><![CDATA[Senior Level Linux Professional (LPIC-3)]]></category>
		<category><![CDATA[117-301]]></category>

		<guid isPermaLink="false">113802</guid>
		<description><![CDATA[The accesslog overlay is used to record accesses to the databases, mainly the backend databases. This overlay enables users to review all the activities of the given database using LDAP queries. Users can use various logging types and automatically reduce]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com<span style='border:1px solid #ccc;background-color:#eff3ef;'> Click here to get free <a href="http://www.ucertify.com/certifications/LPI/lpic.html" >lpic Linux Professional</a> exam practice questions.</span>
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-the-accesslog-overlay.html&amp;t=What+is+the+accesslog+overlay%3F&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-the-accesslog-overlay.html&amp;title=What+is+the+accesslog+overlay%3F&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-the-accesslog-overlay.html&amp;title=What+is+the+accesslog+overlay%3F&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=What+is+the+accesslog+overlay%3F;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-the-accesslog-overlay.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>The accesslog overlay is used to record accesses to the databases, mainly the backend databases. This overlay enables users to review all the activities of the given database using LDAP queries. Users can use various logging types and automatically reduce log records from the logging database. These log records are saved in the audit schema. The accesslog overlay is also used with delta-syncrepl replication.</p>
<span style='border:1px solid #ccc;background-color:#eff3ef;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/LPI/lpic-3.html" >lpic-3</a> for exam.</span><span style='border:1px solid #ccc;background-color:#eff3ef;'> Download free practice test for <a href="http://www.ucertify.com/exams/LPI/117-301.html" >117-301  Senior Level Linux Professional-I</a> exam.</span><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-the-accesslog-overlay.html&amp;linkname=What%20is%20the%20accesslog%20overlay%3F"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/what-is-the-accesslog-overlay.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is slapo-auditlog?</title>
		<link>http://www.ucertify.com/article/what-is-slapo-auditlog.html</link>
		<comments>http://www.ucertify.com/article/what-is-slapo-auditlog.html#comments</comments>
		<pubDate>Thu, 06 Aug 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[Linux Professional]]></category>
		<category><![CDATA[Senior Level Linux Professional (LPIC-3)]]></category>
		<category><![CDATA[117-301]]></category>

		<guid isPermaLink="false">113803</guid>
		<description><![CDATA[slapo-auditlog is an auditlog overlay that is used to record all the changes on a particular backend database to a specific log file. This overlay can be used to record changes as standard LDIF with an additional comment header giving the timestamp of the]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com<span style='border:1px solid #ccc;background-color:#eff3ef;'> Get certified in first attempt download <a href="http://www.ucertify.com/certifications/LPI/lpic.html" >lpic - Linux Professional</a> simulation.</span>
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-slapo-auditlog.html&amp;t=What+is+slapo-auditlog%3F&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-slapo-auditlog.html&amp;title=What+is+slapo-auditlog%3F&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-slapo-auditlog.html&amp;title=What+is+slapo-auditlog%3F&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=What+is+slapo-auditlog%3F;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-slapo-auditlog.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>slapo-auditlog is an auditlog overlay that is used to record all the changes on a particular backend database to a specific log file. This overlay can be used to record changes as standard LDIF with an additional comment header giving the timestamp of the change and the identity of the user that has changed the database. The configuration file of the auditlog overlay is /etc/openldap/slapd.conf (the default slapd configuration file).</p>
<span style='border:1px solid #ccc;background-color:#eff3ef;'> Get certified in first attempt download <a href="http://www.ucertify.com/certifications/LPI/lpic-3.html" >lpic-3 - Senior Level Linux Professional (LPIC-3)</a> simulation.</span><span style='border:1px solid #ccc;background-color:#eff3ef;'> Download free practice test for <a href="http://www.ucertify.com/exams/LPI/117-301.html" >117-301  Senior Level Linux Professional-I</a> exam.</span><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-slapo-auditlog.html&amp;linkname=What%20is%20slapo-auditlog%3F"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/what-is-slapo-auditlog.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the TLSVerifyClient directive?</title>
		<link>http://www.ucertify.com/article/what-is-the-tlsverifyclient-directive.html</link>
		<comments>http://www.ucertify.com/article/what-is-the-tlsverifyclient-directive.html#comments</comments>
		<pubDate>Wed, 05 Aug 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[Linux Professional]]></category>
		<category><![CDATA[Senior Level Linux Professional (LPIC-3)]]></category>
		<category><![CDATA[117-301]]></category>

		<guid isPermaLink="false">113794</guid>
		<description><![CDATA[The TLSVerifyClient directive belongs to the global directives section of slapd.conf. This specifies the checks that are to be operated on client certificates in an incoming TLS session. Below is the list of options used with this directive:

never: Never]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com<span style='border:1px solid #ccc;background-color:#eff3ef;'> Click here to get free <a href="http://www.ucertify.com/certifications/LPI/lpic.html" >lpic Linux Professional</a> exam practice questions.</span>
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-the-tlsverifyclient-directive.html&amp;t=What+is+the+TLSVerifyClient+directive%3F&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-the-tlsverifyclient-directive.html&amp;title=What+is+the+TLSVerifyClient+directive%3F&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-the-tlsverifyclient-directive.html&amp;title=What+is+the+TLSVerifyClient+directive%3F&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=What+is+the+TLSVerifyClient+directive%3F;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-the-tlsverifyclient-directive.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>The TLSVerifyClient directive belongs to the global directives section of slapd.conf. This specifies the checks that are to be operated on client certificates in an incoming TLS session. Below is the list of options used with this directive:</p>
<ul>
<li><uc:stx>never</uc:stx>: Never ask the client for a certificate.</li>
<p></p>
<li><uc:stx>allow</uc:stx>: Ask the client for a certificate. </li>
<p></p>
<li><uc:stx>try</uc:stx>: If none is provided, the session proceeds normally.</li>
<p></p>
<li><uc:stx>demand</uc:stx>: A valid certificate must be provided, otherwise the session is immediately terminated.</li>
</ul>
<span style='border:1px solid #ccc;background-color:#eff3ef;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/LPI/lpic-3.html" >lpic-3</a> for exam.</span><span style='border:1px solid #ccc;background-color:#eff3ef;'> Become <a href="http://www.ucertify.com/exams/LPI/117-301.html" >LPI Senior Level Linux Professional-I</a> certified.</span><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-the-tlsverifyclient-directive.html&amp;linkname=What%20is%20the%20TLSVerifyClient%20directive%3F"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/what-is-the-tlsverifyclient-directive.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the difference between the structural object-class and the auxiliary object-class?</title>
		<link>http://www.ucertify.com/article/what-is-the-difference-between-the-structural-object-class-and-the-auxiliary-object-class.html</link>
		<comments>http://www.ucertify.com/article/what-is-the-difference-between-the-structural-object-class-and-the-auxiliary-object-class.html#comments</comments>
		<pubDate>Wed, 05 Aug 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[Linux Professional]]></category>
		<category><![CDATA[Senior Level Linux Professional (LPIC-3)]]></category>
		<category><![CDATA[117-301]]></category>

		<guid isPermaLink="false">113795</guid>
		<description><![CDATA[The structural object-class usually defines the identity of an object, whereas the auxiliary object-class is used to add attributes. Some common examples of the structural object-classes are organizationalUnit, inetOrgPerson, etc. The auxiliary object-cla]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com<span style='border:1px solid #ccc;background-color:#eff3ef;'> Download free practice test for <a href="http://www.ucertify.com/certifications/LPI/lpic.html" >LPI Linux Professional</a> exam.</span>
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-the-difference-between-the-structural-object-class-and-the-auxiliary-object-class.html&amp;t=What+is+the+difference+between+the+structural+object-class+and+the+auxiliary+object-class%3F&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-the-difference-between-the-structural-object-class-and-the-auxiliary-object-class.html&amp;title=What+is+the+difference+between+the+structural+object-class+and+the+auxiliary+object-class%3F&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-the-difference-between-the-structural-object-class-and-the-auxiliary-object-class.html&amp;title=What+is+the+difference+between+the+structural+object-class+and+the+auxiliary+object-class%3F&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=What+is+the+difference+between+the+structural+object-class+and+the+auxiliary+object-class%3F;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-the-difference-between-the-structural-object-class-and-the-auxiliary-object-class.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>The structural object-class usually defines the identity of an object, whereas the auxiliary object-class is used to add attributes. Some common examples of the structural object-classes are organizationalUnit, inetOrgPerson, etc. The auxiliary object-classes are usually used in extensions such as authentication. An entry must contain one and only one structural object-class, whereas it may contain any number of auxiliary object-classes.</p>
<span style='border:1px solid #ccc;background-color:#eff3ef;'> Download free practice test for <a href="http://www.ucertify.com/certifications/LPI/lpic-3.html" >lpic-3  Senior Level Linux Professional (LPIC-3)</a> exam.</span><span style='border:1px solid #ccc;background-color:#eff3ef;'> Pass <a href="http://www.ucertify.com/exams/LPI/117-301.html" >Senior Level Linux Professional-I</a> in first attampt.</span><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-the-difference-between-the-structural-object-class-and-the-auxiliary-object-class.html&amp;linkname=What%20is%20the%20difference%20between%20the%20structural%20object-class%20and%20the%20auxiliary%20object-class%3F"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/what-is-the-difference-between-the-structural-object-class-and-the-auxiliary-object-class.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
