Skip to content

Exploring the old Lightweight Directory Access Protocol

Notifications You must be signed in to change notification settings

subhamsarangi/LDAP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LDAP - Lightweight Directory Access Protocol

INSTALL LDAP AND START SERVICE

sudo apt-get install ldap-utils slapd

sudo dpkg-reconfigure slapd

sudo systemctl start slapd.service

FIREWALL EXCEPTION FOR EXTERNAL CONNECTIONS

sudo ufw allow ldap

EDIT CONFIG FILE

sudo nano /etc/ldap/ldap.conf

BASE     dc=mycompany,dc=local
URI      ldap://localhost

or

BASE     dc=rpa,dc=ibm,dc=com
URI      ldap://rpa.ibm.com

About

Exploring the old Lightweight Directory Access Protocol

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages