CentOS 7.x Bitnami owncloud user ldap App installation
From Notes_Wiki
Home > CentOS > CentOS 7.x > Web Based Tools > owncloud > CentOS 7.x Owncloud app installation > CentOS 7.x Bitnami owncloud user ldap App installation
To configure bitnami owncloud 10.0+ user_ldap app with 389-DS LDAP use:
- Download official plugin from owncloud marketplace eg https://marketplace.owncloud.com/apps/user_ldap
- Extract the files in /opt/owncloud-10.1.0-1/apps/owncloud/htdocs/apps folder
- In Admin UI go to disabled Apps and enable "LDAP User authentication App"
- In User authentication settings enter following:
- Server IP or FQDN
- Port no. (Eg 389)
- Auth DN (In case of 389-DS this could be cn=Directory Manager)
- Auth DN password
- Base DN (Eg dc=example,dc=com)
- and test connection settings. After this just do next-next-next without modifying any settings. Verification of user and group count might return 0. This is not a problem for version 10.0+.
- After settings are done go to command line and use
- cd /opt/owncloud-10.1.0-1/apps/owncloud/htdocs
- sudo -u daemon /opt/owncloud-10.1.0-1/php/bin/php occ user:sync "OCA\User_LDAP\User_Proxy"
-
- When prompted for conflict resolution, choose (2) ask later. This should indicate proper user count and all of them should show up later in Admin -> Users tab properly.
Home > CentOS > CentOS 7.x > Web Based Tools > owncloud > CentOS 7.x Owncloud app installation > CentOS 7.x Bitnami owncloud user ldap App installation