bWAPP LDAP Connection Settings Low Security Level
bWAPP LDAP Connection Settings Low Security Level Solution: Step 1: Install Open LDAP Server with sladp package Command : apt-get install slapd Step 2: Install ldap-utils package Command : apt-get install slapd ldap-utils Step 3: Configure Open LDAP Server Command : nano /etc/ldap/ldap.conf (add the base and uri details as shown in the video) Step 4: Reconfigure slapd Command : dpkg-reconfigure slapd Follow steps as shown in the video You can give password of your choice Step 5: Test Ldap server Command : ldapsearch -x (If required then start the slapd service with command: service slapd start) - In case of an error Step 6: Install phpldapadmin Visit site: http://debianmirror.nkn.in/debian/pool/main/p/phpldapadmin/ Download: file phpldapadmin_1.2.2-6.3_all.deb Use command for installation: dpkg -i phpldapadmin_1.2.2-6.3_all.deb Note: As I have already installed the same I am skipping this step. Step 7: Create symbolic link for phpldapadmin Command : ln -s /usr/share/phpldapadmin/ /var/www/html/phpldapadmin (As i have already copied the file not executing the command). You can locate the folder on the path as shown in the video : nano /etc/phpldapadmin/config.php Make changes in the file as shown in the video(location (can remain unchanged), server name, server Ip, server domain - make changes as shown in the video) and save the same Step 8: Restart the apache 2 servie Command : service apache2 restart Step 9: Open ports on firewall with below commands Command : ufw allow 80 Command : ufw allow 389 Step 10. Open webbrowser http://localhost/phpldapadmin/ Click on login - by default login DN value will be given, in my case cn=admin,dc=time,dc=com password - give your choosen password and click on authenticate. Step 11. Create Organisational Units, Groups etc of your choice. (You can create entries of your choice) Step 12. Open the lesson and give the below input cn=admin,dc=time,dc=com Your Password 127.0.0.1 dc=time,dc=com Step 13. Use the wildcard entry * (If all the OU and Groups are created properly then the same will be displayed here). Step 14. Explore it with other values PseudoTime
Download
0 formatsNo download links available.