This website works better with JavaScript.
Home
Explore
Help
Sign In
akshay
/
openldap
Watch
2
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Readme update
master
akshay
2 years ago
parent
5ba35bd2e1
commit
08293d880d
2 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
README.md
+2
-1
convert
+ 2
- 1
README.md
View File
@ -1,4 +1,5 @@
# Table of Contents
# LDAP Presentation
## 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?
+ 2
- 1
convert
View File
@ -1,2 +1,3 @@
#! /bin/bash
exec pandoc -s --slide-level 2 --toc --listings --columns=50 --template default_mod.latex --pdf-engine lualatex -t beamer openldap.md -o openldap.pdf
exec pandoc -s --slide-level 2 --toc --listings --columns=50 --template default_mod.latex \
--pdf-engine lualatex -t beamer openldap.md -o openldap.pdf
Write
Preview
Loading…
Cancel
Save