Nextcloud version (eg, 29.0.5): 29.0.2
Operating system and version (eg, Ubuntu 29.04): NextCloud AIO
Apache or nginx version (eg, Apache 2.4.25): NextCloud AIO (Apache IIRC)
PHP version (eg, 8.3): NextCloud AIO ( 29.0.2 )
The issue you are facing:
Users with special characters in their passwords cannot log into NextCloud using LDAP AD app against a Authentik LDAP Outpost.
Is this the first time you’ve seen this error? (Y/N): Y
Steps to replicate it:
- Create user
- Set password to
test - Works
- Set password to
45£1%1i - Fails even though other services can use the new password fine.
The output of your Nextcloud log in Admin > Logging:
Bind failed: 49: Invalid credentials
The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):
NA
The output of your Apache/nginx/system log in /var/log/____:
NA
Output errors in nextcloud.log in /var/www/ or as admin user in top right menu, filtering for errors. Use a pastebin service if necessary.
None relevant