Setting Up LDAP Authentication for ownCloud

Channel:
Subscribers:
14,900
Published on ● Video Link: https://www.youtube.com/watch?v=BOv-BSDcX3U



Duration: 2:40
1,608 views
7


#ownCloud #Debian #Self-Hosted

Full steps can be found at https://i12bretro.github.io/tutorials/0246.html

   01. Log into the Linux device
   02. Run the following commands in terminal to install the PHP LDAP module
         # update software repositories
         sudo apt update
         # install php-ldap module
         sudo apt install php-ldap
         # restart apache httpd service
         sudo systemctl restart apache2
   03. Launch a web browser and navigate to http://DNSorIP/owncloud
   04. Log into ownCloud
   05. Click the hamburger menu ≫ Market in the top left corner
   06. Press CTRL+F and search for LDAP
   07. Click the LDAP Integration app
   08. Click the Install button
   09. Select Username ≫ Settings from the menu in the upper right hand corner
   10. Click Admin ≫ User Authentication in the left navigation menu
   11. Fill out the LDAP server form as follows:
    Host: i12bretro.local
    Port: 389
    User DN: readonly_svc@i12bretro.local
    Password: Read0nly!!
    Base DN: CN=users,DC=i12bretro,DC=local
   12. Click the Test Base DN button
   13. Click the Continue button
   14. Click the Continue button
   15. Check the LDAP / AD Email Address box and click the Continue button
   16. Select Username ≫ Logout from the menu in the upper right hand corner
   17. Log into ownCloud using LDAP user credentials
 


### Connect with me and others ###
★ Discord: https://discord.com/invite/EzenvmSHW8
★ Reddit: https://reddit.com/r/i12bretro
★ Twitter: https://twitter.com/i12bretro







Tags:
Apache
Authentication
Cloud Solution
HowTo
LDAP
Linux
OwnCloud
PHP
Self-Hosted
Tutorial
Web Based Tools
i12bretro