|
@ -1,35 +0,0 @@ |
|
|
<h1 id="table-of-contents">Table of Contents</h1> |
|
|
|
|
|
<ul> |
|
|
|
|
|
<li><a href="https://sovran.dev/akshay/openldap/src/branch/master/openldap.md#introduction-to-ldap">Introduction to LDAP</a> |
|
|
|
|
|
<ul> |
|
|
|
|
|
<li>What is LDAP? |
|
|
|
|
|
<ul> |
|
|
|
|
|
<li>What is directory service?</li> |
|
|
|
|
|
<li>What kind of information can be stored in the directory?</li> |
|
|
|
|
|
<li>How is the information arranged?</li> |
|
|
|
|
|
<li>Differences between traditional databases</li> |
|
|
|
|
|
<li>Usecases</li> |
|
|
|
|
|
</ul></li> |
|
|
|
|
|
</ul></li> |
|
|
|
|
|
<li><a href="https://sovran.dev/akshay/openldap/src/branch/master/openldap.md#openldap">OpenLDAP</a> |
|
|
|
|
|
<ul> |
|
|
|
|
|
<li>What is OpenLDAP? |
|
|
|
|
|
<ul> |
|
|
|
|
|
<li>Features</li> |
|
|
|
|
|
<li>Cons</li> |
|
|
|
|
|
</ul></li> |
|
|
|
|
|
</ul></li> |
|
|
|
|
|
<li><a href="https://sovran.dev/akshay/openldap/src/branch/master/openldap.md#other-free-software-ldap-implementations">Other free software LDAP implementations</a> |
|
|
|
|
|
<ul> |
|
|
|
|
|
<li>389 DS |
|
|
|
|
|
<ul> |
|
|
|
|
|
<li>FreeIPA</li> |
|
|
|
|
|
<li>Samba</li> |
|
|
|
|
|
</ul></li> |
|
|
|
|
|
</ul></li> |
|
|
|
|
|
</ul> |
|
|
|
|
|
<h2 id="creating-presentations-from-markdown">Creating presentations from markdown</h2> |
|
|
|
|
|
<p>Pandoc is used to convert markdown to presentation which is in pdf format. <a href="https://sovran.dev/akshay/openldap/src/branch/master/convert">Convert</a> file contains to command used for conversion.</p> |
|
|
|
|
|
<p>Inorder to convert using pandoc the following packages must be installed:</p> |
|
|
|
|
|
<p><code>apt install pandoc imagemagick texlive-fonts-recommended texlive-latex-extra texlive-fonts-extra texlive-xetex texlive-luatex</code></p> |
|
|
|
|
|
<p>The following <a href="https://github.com/alexeygumirov/pandoc-for-pdf-how-to">link</a> has more info on markdown presentations.</p> |
|
|
|