From b33249488c0c507c99b83ac69200f10757a39ee3 Mon Sep 17 00:00:00 2001 From: Anja Barz Date: Wed, 13 May 2026 14:49:44 +0200 Subject: [PATCH] Update README with correct Libregraph idm link --- services/idm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/idm/README.md b/services/idm/README.md index e6f83fa8af..baa1698aa6 100644 --- a/services/idm/README.md +++ b/services/idm/README.md @@ -1,6 +1,6 @@ # IDM -The IDM service provides a minimal LDAP Service, based on [Libregraph idm](https://github.com/owncloud/ocis/tree/master/services/idm), for OpenCloud. It is started as part of the default configuration and serves as a central place for storing user and group information. +The IDM service provides a minimal LDAP Service, based on [Libregraph idm](https://github.com/libregraph/idm), for OpenCloud. It is started as part of the default configuration and serves as a central place for storing user and group information. It is mainly targeted at small OpenCloud installations. For larger setups it is recommended to replace IDM with a “real” LDAP server or to switch to an external identity management solution.