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.

29 lines
1.2 KiB

1 year ago
1 year ago
  1. # Table of Contents
  2. - [Introduction to LDAP](https://sovran.dev/akshay/openldap/src/branch/master/openldap.md#introduction-to-ldap)
  3. - What is LDAP?
  4. - What is directory service?
  5. - What kind of information can be stored in the directory?
  6. - How is the information arranged?
  7. - Differences between traditional databases
  8. - Usecases
  9. - [OpenLDAP](https://sovran.dev/akshay/openldap/src/branch/master/openldap.md#openldap)
  10. - What is OpenLDAP?
  11. - Features
  12. - Cons
  13. - [Other free software LDAP implementations](https://sovran.dev/akshay/openldap/src/branch/master/openldap.md#other-free-software-ldap-implementations)
  14. - 389 DS
  15. - FreeIPA
  16. - Samba
  17. ## Creating presentations with markdown
  18. 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.
  19. Inorder to convert using pandoc the following packages must be installed:
  20. ``` apt install pandoc imagemagick texlive-fonts-recommended texlive-latex-extra texlive-fonts-extra texlive-xetex texlive-luatex```
  21. The following [link](https://github.com/alexeygumirov/pandoc-for-pdf-how-to) has more info on markdown presentations.