Browse Source

Readme update

master
akshay 1 year ago
parent
commit
c717eea24b
2 changed files with 63 additions and 2 deletions
  1. +28
    -2
      README.md
  2. +35
    -0
      test.html

+ 28
- 2
README.md View File

@ -1,3 +1,29 @@
# openldap
# Table of Contents
- [Introduction to LDAP](https://sovran.dev/akshay/openldap/src/branch/master/openldap.md#introduction-to-ldap)
- What is LDAP?
- What is directory service?
- What kind of information can be stored in the directory?
- How is the information arranged?
- Differences between traditional databases
- Usecases
- [OpenLDAP](https://sovran.dev/akshay/openldap/src/branch/master/openldap.md#openldap)
- What is OpenLDAP?
- Features
- Cons
- [Other free software LDAP implementations](https://sovran.dev/akshay/openldap/src/branch/master/openldap.md#other-free-software-ldap-implementations)
- 389 DS
- FreeIPA
- Samba
## Creating presentations with markdown
Pandoc is used to convert markdown to presentation which is in pdf format. [Convert](https://sovran.dev/akshay/openldap/src/branch/master/convert) file contains to command used for conversion.
Inorder to convert using pandoc the following packages must be installed:
``` apt install pandoc imagemagick texlive-fonts-recommended texlive-latex-extra texlive-fonts-extra texlive-xetex texlive-luatex```
The following [link](https://github.com/alexeygumirov/pandoc-for-pdf-how-to) has more info on markdown presentations.
OpenLDAP Presentation

+ 35
- 0
test.html View File

@ -0,0 +1,35 @@
<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>

Loading…
Cancel
Save