Reputation: 776
I want to install openldap on linux , create some users there and want to manage it from gui, later on want to connect it through hadoop box to authenticate users .Is there any way to do it as i need to do it quickly as this topic requires a lot of time.
I followed this article but after installing , i cant find the slap.conf file on the specified directory and is stuck there.
https://www.howtoforge.com/linux_openldap_setup_server_client
Can somebody give me quick pointers, it would be really helpful
Upvotes: 2
Views: 1173
Reputation: 26
Installation of openldap in linux is well documented around the world. Just use your favorite search engine to find a tutorial for your specific linux distribution. The mentioned doc in howtoforge may be a little bit old. Nowadays there is normally no slapd.conf file but the configuration is stored in ldap itself. You have to do the basic configuration with ldapadd/ldapmodify commands and *.ldif files. Possibly you may want to read here.
Installation of an ldap server should not be done quick without thinking because it is relevant to your system's security!
As a graphical management tool, I am using ldap-account-manager (LAM), which is web-based management.
Upvotes: 1