diff --git a/README.md b/README.md index 7f82a1b..b32c4b0 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file diff --git a/test.html b/test.html new file mode 100644 index 0000000..c6c6b8c --- /dev/null +++ b/test.html @@ -0,0 +1,35 @@ +

Table of Contents

+ +

Creating presentations from 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.