All Projects â†’ nextcloud â†’ ldap_write_support

nextcloud / ldap_write_support

Licence: AGPL-3.0 license
đŸ‘Ĩ🖎 create, edit and delete LDAP users and groups from Nextcloud

Programming Languages

PHP
23972 projects - #3 most used programming language
Vue
7211 projects
Gherkin
971 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects
SCSS
7915 projects

Projects that are alternatives of or similar to ldap write support

ldapcontacts
View other LDAP users as contacts in Nextcloud and see the personal data they shared
Stars: ✭ 18 (+20%)
Mutual labels:  ldap, nextcloud, nextcloud-app
apporder
Nextcloud app to enable sorting inside the app menu
Stars: ✭ 30 (+100%)
Mutual labels:  nextcloud, nextcloud-app
user external
đŸ‘Ĩ External user authentication methods like IMAP, SMB and FTP
Stars: ✭ 80 (+433.33%)
Mutual labels:  nextcloud, nextcloud-app
schema2ldif
Schema 2 ldif : tool to convert .schema to .ldif files and mange them live into an openldap server
Stars: ✭ 14 (-6.67%)
Mutual labels:  ldap, ldif
nextcloud twofactor webauthn
WebAuthn Two-Factor Provider for Nextcloud
Stars: ✭ 34 (+126.67%)
Mutual labels:  nextcloud, nextcloud-app
dockerimages
đŸŗ Some dockerfiles based on alpine
Stars: ✭ 27 (+80%)
Mutual labels:  ldap, nextcloud
vmam
VLAN Mac-address Authentication Manager
Stars: ✭ 19 (+26.67%)
Mutual labels:  ldap, ldap-manager
Xsrv
[mirror] Install and manage self-hosted services/applications, on your own server(s) - ansible collection and utilities
Stars: ✭ 89 (+493.33%)
Mutual labels:  ldap, nextcloud
viewer
đŸ–ŧ Simple file viewer with slideshow for media
Stars: ✭ 68 (+353.33%)
Mutual labels:  nextcloud, nextcloud-app
nextcloud announcements
ℹī¸ The latest Nextcloud news directly in your notifications
Stars: ✭ 16 (+6.67%)
Mutual labels:  nextcloud, nextcloud-app
pyreports
pyreports is a python library that allows you to create complex report from various sources
Stars: ✭ 78 (+420%)
Mutual labels:  ldap, ldap-manager
ocr
Nextcloud OCR (optical character recoginition) processing for images with tesseract-js
Stars: ✭ 98 (+553.33%)
Mutual labels:  nextcloud, nextcloud-app
k8s-ldap
Kubernetes - LDAP authentication with Dex
Stars: ✭ 59 (+293.33%)
Mutual labels:  ldap
integration gitlab
đŸĻŠ GitLab integration into Nextcloud
Stars: ✭ 31 (+106.67%)
Mutual labels:  nextcloud
nextcloud-node-client
Nextcloud node.js client for TypeScript and JavaScript
Stars: ✭ 41 (+173.33%)
Mutual labels:  nextcloud
sonar-ldap
đŸŦ LDAP Plugin for SonarQube
Stars: ✭ 31 (+106.67%)
Mutual labels:  ldap
adalanche
Active Directory ACL Visualizer and Explorer - who's really Domain Admin?
Stars: ✭ 862 (+5646.67%)
Mutual labels:  ldap
files texteditor
📄 Text editor for plaintext files
Stars: ✭ 62 (+313.33%)
Mutual labels:  nextcloud
docker-traefik-nextcloud-nginx
docker compose files for traefik nextcloud and nginx
Stars: ✭ 36 (+140%)
Mutual labels:  nextcloud
ldap
A Ldap client for PHP on top of PHP's ldap extension.
Stars: ✭ 118 (+686.67%)
Mutual labels:  ldap

đŸ‘Ĩ🖎 LDAP Write Support

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

Installation

This app requires the LDAP backend being enabled and configured, since it is a plugin to it. Find it on the app store!

Beware of the dog

  • 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.

🏗 Development setup

  1. ☁ Clone this app into the apps folder of your Nextcloud: git clone https://github.com/nextcloud/ldap_write_support.git
  2. 👩‍đŸ’ģ In the folder of the app, run the command npm i to install dependencies and npm run build to build the Javascript
  3. ✅ Enable the app through the app management of your Nextcloud
  4. 🎉 Partytime! Help fix some issues and review pull requests 👍
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].