user_external
user_external copied to clipboard
👥 External user authentication methods like IMAP, SMB and FTP
Log: ``` trim(): Passing null to parameter #1 ($string) of type string is deprecated at /nextcloud/apps/user_external/lib/Base.php#69 ``` Patch: ``` --- lib/Base.php +++ lib/Base.php @@ -66,7 +66,7 @@ $user = $result->fetch();...
IMAP Authentication in user_external uses basic authentication. [As of October 1, 2022 Microsoft will begin disabling basic authentication in Exchange365](https://docs.microsoft.com/en-us/exchange/clients-and-mobile-in-exchange-online/deprecation-of-basic-authentication-exchange-online#when-will-this-change-take-place). (There *is* information in the Microsoft link above describing how...
### Steps to reproduce 1. Add Files to your favorites 2. Update NC using NC updater 3. Updater Task "Clean tags and favorites" seams to clean favorites for external users...
Hallo, es wäre Spitze, wenn die Backend-Konfiguration per GUI erfolgen könnte. / Wenn man keine Änderung an der Config.php vornehmen müsste! MfG
Frontend
SAML/SSO and LDAP are configurable via webinterface **and** config.php. We should make this possible for backends like IMAP and FTP too ... @nextcloud/user_external
Objectives: * avoid creation of accounts without the domain [Bug 128] (https://github.com/nextcloud/user_external/issues/128) * add an email address to created users automatically * allow a separator other than '@' during the...
**Is your feature request related to a problem? Please describe.** I have an external system to manage and authenticate users. I can't give nextcloud to this system, but I want...
Fixes #153 Changes proposed in this pull request: - add one IMAP config parameter - allows to choose IMAP login options Signed-off-by: Petr Klíma
### Steps to reproduce 1. Setup IMAP auth with TLS enabled to server with AUTH=GSSAPI CAPABLITY ### Expected behaviour You can login to NC ### Actual behaviour No login -...