OpenLDAP Presentation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.5 KiB

2 years ago
  1. <h1 id="table-of-contents">Table of Contents</h1>
  2. <ul>
  3. <li><a href="https://sovran.dev/akshay/openldap/src/branch/master/openldap.md#introduction-to-ldap">Introduction to LDAP</a>
  4. <ul>
  5. <li>What is LDAP?
  6. <ul>
  7. <li>What is directory service?</li>
  8. <li>What kind of information can be stored in the directory?</li>
  9. <li>How is the information arranged?</li>
  10. <li>Differences between traditional databases</li>
  11. <li>Usecases</li>
  12. </ul></li>
  13. </ul></li>
  14. <li><a href="https://sovran.dev/akshay/openldap/src/branch/master/openldap.md#openldap">OpenLDAP</a>
  15. <ul>
  16. <li>What is OpenLDAP?
  17. <ul>
  18. <li>Features</li>
  19. <li>Cons</li>
  20. </ul></li>
  21. </ul></li>
  22. <li><a href="https://sovran.dev/akshay/openldap/src/branch/master/openldap.md#other-free-software-ldap-implementations">Other free software LDAP implementations</a>
  23. <ul>
  24. <li>389 DS
  25. <ul>
  26. <li>FreeIPA</li>
  27. <li>Samba</li>
  28. </ul></li>
  29. </ul></li>
  30. </ul>
  31. <h2 id="creating-presentations-from-markdown">Creating presentations from markdown</h2>
  32. <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>
  33. <p>Inorder to convert using pandoc the following packages must be installed:</p>
  34. <p><code>apt install pandoc imagemagick texlive-fonts-recommended texlive-latex-extra texlive-fonts-extra texlive-xetex texlive-luatex</code></p>
  35. <p>The following <a href="https://github.com/alexeygumirov/pandoc-for-pdf-how-to">link</a> has more info on markdown presentations.</p>