user_external icon indicating copy to clipboard operation
user_external copied to clipboard

👥 External user authentication methods like IMAP, SMB and FTP

Results 80 user_external issues
Sort by recently updated
recently updated
newest added

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();...

bug
0. Needs triage

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...

bug
0. Needs triage

### 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...

bug
0. Needs triage

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

enhancement
0. Needs triage

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

enhancement
2. developing

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...

enhancement
0. Needs triage

**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...

enhancement
3. to review

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

3. to review

### 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 -...

bug
0. Needs triage

Implements #104

2. developing