Conversation
… getters for backends Signed-off-by: Côme Chilliet <[email protected]>
…tings Signed-off-by: Côme Chilliet <[email protected]>
|
I’m quite happy with current state, only thing I would like to add is clearing the cache maybe? |
|
Nifty stuff 🤩 The Clearing the cache is useful, but would give it a new command. |
Signed-off-by: Côme Chilliet <[email protected]>
Signed-off-by: Côme Chilliet <[email protected]>
Well yeah but it’s not that easy to break into submethods because there are some early return in there to stop earlier.
I now added a |
| protected function configure(): void { | ||
| $this | ||
| ->setName('ldap:test-user-settings') | ||
| ->setDescription('Runs tests and show information about user related LDAP settings') |
There was a problem hiding this comment.
Could we add a better description? I'm unsure what you mean with "Runs tests" 🤔
|
/backport to stable31 |
|
/backport to stable30 |
|
Docs in nextcloud/documentation#12940 |
Summary
To help debugging issues related to LDAP configuration, this command shows how Nextcloud sees a specific LDAP user, and if provided an associated group.
This should help debugging situations where group<>member association is not working as expected, and may also help in any situation where LDAP configuration is involved.
Checklist