aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/keycloak-providers/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/keycloak-providers/README.md')
-rw-r--r--vendor/keycloak-providers/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/keycloak-providers/README.md b/vendor/keycloak-providers/README.md
new file mode 100644
index 0000000..61f922b
--- /dev/null
+++ b/vendor/keycloak-providers/README.md
@@ -0,0 +1,9 @@
+# keycloak-providers
+
+Build with `mvn clean package`. Copy resulting JARs into Keycloak build.
+
+### disabled-ldap-status-mapper
+
+- Create add a `user-attribute-ldap-mapper` that maps `nsAccountLock` from LDAP to the user attribute `nsAccountLock`.
+This is necessary for the next step because the attribute is not fetched unless explicitly requested.
+- Add `disabled-ldap-status-mapper` to automatically (un)lock users according to their `nsAccountLock` status in LDAP.