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.

32 lines
1.2 KiB

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