Manage your LDAP directory from within Nextcloud.
- 📇 Create records: add new users and groups
- 📛 Update details: display name, email address and avatars
- ⚙️ Integrated: works in the known Nextcloud users page
- 📜 Templates configure an LDAP user template LDIF once
This app requires the LDAP backend being enabled and configured, since it is a plugin to it. Find it on the app store!
- Due to the internal workings of Nextcloud in provisioning users and groups, the user has to meet the LDAP filter criteria upon creation. At this point of time only the username and password are known.
- When creating groups, and empty record of
groupOfNames
is created.
- ☁ Clone this app into the
apps
folder of your Nextcloud:git clone https://github.com/nextcloud/ldap_write_support.git
- 👩💻 In the folder of the app, run the command
npm i
to install dependencies andnpm run build
to build the Javascript - ✅ Enable the app through the app management of your Nextcloud
- 🎉 Partytime! Help fix some issues and review pull requests 👍