Ralf Haferkamp
0d03092669
Bump go-ldap to latest release
...
To be able to build with latest reva again
2025-02-20 09:06:07 +01:00
Jörn Friedrich Dreyer
b07b5a1149
use plain pkg module
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2025-01-13 16:42:19 +01:00
Jörn Friedrich Dreyer
8e028f17e9
change module name
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2025-01-13 09:58:18 +01:00
Thomas Müller
07f0cd5574
fix: typos, naming clashes, error messages and deprecations
2024-04-03 15:34:36 +02:00
Ralf Haferkamp
6ac5ac534d
Update wrapper and mocks for go-ldap 3.4.6
2023-11-22 15:12:39 +01:00
Ralf Haferkamp
b74eeed359
ldap: Implement missing methods for 3.4.5 go-ldap in ldap reconnect wrapper
2023-07-11 16:05:32 +02:00
jkoberg
eb9d2bc373
dont connect ldap on startup
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-06-21 11:53:52 +02:00
Ralf Haferkamp
fa36a73c54
Add missing new methods to fulfill ldap.Client interface
2022-08-02 15:34:59 +02:00
Ralf Haferkamp
2cabf5bf5d
Use LDAP Modify Password ExtOp for updating passwords
...
By default the graph API will now use the LDAP Password Modify Extended
Operation for setting user passwords. By this we make sure that the
LDAP server can e.g. properly hash the password with and algorithm that
it supports.
This can be reverted to the old behaviour (using "normal" LDAP modify
requests) by setting GRAPH_LDAP_SERVER_USE_PASSWORD_MODIFY_EXOP=false
Fixes : #3778
2022-06-30 14:17:24 +02:00
Christian Richter
78064e6bab
rename folder extensions -> services
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2022-06-27 14:05:36 +02:00