OpenLDAP Presentation
image | ||
convert | ||
default_mod.latex | ||
index | ||
LICENSE | ||
openldap.md | ||
openldap.pdf | ||
README.md |
LDAP Presentation
Table of Contents
-
- 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
-
- What is OpenLDAP?
- Features
- Cons
-
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 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 has more info on markdown presentations.