Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nextcloud ldap connection error #23550

Closed
firemdkfighter opened this issue Oct 19, 2020 · 2 comments
Closed

Nextcloud ldap connection error #23550

firemdkfighter opened this issue Oct 19, 2020 · 2 comments
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug

Comments

@firemdkfighter
Copy link

firemdkfighter commented Oct 19, 2020

Steps to reproduce

  1. Try to login in web-client and in Android app

Server configuration

Operating system:
NAME="CentOS Linux"
VERSION="8 (Core)"
Web server:
nginx-1.14.1-9.module_el8.0.0+184+e34fea82.x86_64
Database:
PostgreSQL
PHP version:
php -v
PHP 7.4.9 (cli) (built: Aug 4 2020 08:28:13) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.9, Copyright (c), by Zend Technologies

Nextcloud version: (see Nextcloud admin page)
19.0.1.1
Updated from an older Nextcloud/ownCloud or fresh install:
Upgrade from 18 to 19
Where did you install Nextcloud from:

Signing status:

Signing status
Internal Server Error
The server was unable to complete your request.

If this happens again, please send the technical details below to the server administrator.

More details can be found in the server log.

Technical details
Remote Address: 192.168.4.85
Request ID: phKwzh0b7sJ2E8UwSktk

List of activated apps:

App list
sudo -u nginx php ./occ app:list
Enabled:
  - accessibility: 1.5.0
  - activity: 2.12.0
  - admin_audit: 1.9.0
  - bruteforcesettings: 1.6.0
  - calendar: 2.0.3
  - cloud_federation_api: 1.2.0
  - comments: 1.9.0
  - contacts: 3.3.0
  - contactsinteraction: 1.0.0
  - dav: 1.15.0
  - documentserver_community: 0.1.7
  - federatedfilesharing: 1.9.0
  - federation: 1.9.0
  - files: 1.14.0
  - files_external: 1.10.0
  - files_pdfviewer: 1.8.0
  - files_rightclick: 0.16.0
  - files_sharing: 1.11.0
  - files_trashbin: 1.9.0
  - files_versions: 1.12.0
  - files_videoplayer: 1.8.0
  - logreader: 2.4.0
  - lookup_server_connector: 1.7.0
  - nextcloud_announcements: 1.8.0
  - notifications: 2.7.0
  - oauth2: 1.7.0
  - onlyoffice: 4.3.0
  - password_policy: 1.9.1
  - privacy: 1.3.0
  - provisioning_api: 1.9.0
  - serverinfo: 1.9.0
  - settings: 1.1.0
  - sharebymail: 1.9.0
  - support: 1.2.1
  - survey_client: 1.7.0
  - systemtags: 1.9.0
  - text: 3.0.1
  - theming: 1.10.0
  - twofactor_backupcodes: 1.8.0
  - updatenotification: 1.9.0
  - user_ldap: 1.9.0
  - viewer: 1.3.0
  - workflowengine: 2.1.0
Disabled:
  - encryption
  - event_update_notification
  - firstrunwizard
  - mail
  - photos
  - recommendations
  - spreed

Nextcloud configuration:

Config report
{
    "system": {
        "objectstore": {
            "class": "\\OC\\Files\\ObjectStore\\S3",
            "arguments": {
                "autocreate": true,
                "key": "***REMOVED SENSITIVE VALUE***",
                "secret": "***REMOVED SENSITIVE VALUE***",
                "hostname": "s3.e2e4.ru",
                "port": 443,
                "use_ssl": true,
                "use_path_style": true,
                "bucket": "nextcloud",
                "region": "us-east-1"
            }
        },
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "nextcloud.e2e4.ru",
            "nextcloud2.opentech.local"
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "pgsql",
        "version": "19.0.1.1",
        "overwrite.cli.url": "https:\/\/nextcloud.e2e4.ru",
        "overwriteprotocol": "https",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "ldapIgnoreNamingRules": false,
        "ldapProviderFactory": "OCA\\User_LDAP\\LDAPProviderFactory",
        "maintenance": false,
        "trusted_proxies": "***REMOVED SENSITIVE VALUE***",
        "memcache.local": "\\OC\\Memcache\\APCu",
        "filelocking.enabled": "true",
        "memcache.distributed": "\\OC\\Memcache\\Redis",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": 6379,
            "dbindex": 0
        },
        "log_type": "file",
        "loglevel": 2,
        "log_rotate_size": 104857600,
        "updater.release.channel": "stable"
    },
    "apps": {
        "accessibility": {
            "types": "",
            "enabled": "yes",
            "installed_version": "1.5.0"
        },
        "activity": {
            "types": "filesystem",
            "enabled": "yes",
            "installed_version": "2.12.0"
        },
        "admin_audit": {
            "types": "logging",
            "enabled": "yes",
            "installed_version": "1.9.0"
        },
        "backgroundjob": {
            "lastjob": "5"
        },
        "bruteForce": {
            "whitelist_1": "192.168.0.0\/16"
        },
        "bruteforcesettings": {
            "installed_version": "1.6.0",
            "enabled": "yes",
            "types": ""
        },
        "calendar": {
            "installed_version": "2.0.3",
            "types": "",
            "enabled": "yes"
        },
        "cloud_federation_api": {
            "installed_version": "1.2.0",
            "types": "filesystem",
            "enabled": "yes"
        },
        "comments": {
            "types": "logging",
            "enabled": "yes",
            "installed_version": "1.9.0"
        },
        "contacts": {
            "installed_version": "3.3.0",
            "enabled": "yes",
            "types": ""
        },
        "contactsinteraction": {
            "installed_version": "1.0.0",
            "types": "dav",
            "enabled": "yes"
        },
        "core": {
            "installedat": "1573023866.8994",
            "vendor": "nextcloud",
            "public_webdav": "dav\/appinfo\/v1\/publicwebdav.php",
            "public_files": "files_sharing\/public.php",
            "newUser.sendEmail": "no",
            "installed.bundles": "[\"CoreBundle\"]",
            "backgroundjobs_mode": "cron",
            "enterpriseLogoChecked": "yes",
            "lastupdatedat": "1603038001",
            "oc.integritycheck.checker": "[]",
            "updater.secret.created": "1585536151",
            "theming.variables": "d900e55152126a11e394e9ab4fa0b891",
            "lastupdateResult": "{\"version\":\"19.0.4.2\",\"versionstring\":\"Nextcloud 19.0.4\",\"url\":\"https:\\\/\\\/download.nextcloud.com\\\/server\\\/releases\\\/nextcloud-19.0.4.zip\",\"web\":\"https:\\\/\\\/docs.nextcloud.com\\\/server\\\/19\\\/admin_manual\\\/maintenance\\\/upgrade.html\",\"changes\":\"https:\\\/\\\/updates.nextcloud.com\\\/changelog_server\\\/?version=19.0.4\",\"autoupdater\":\"1\",\"eol\":\"0\"}",
            "lastcron": "1603094102"
        },
        "dav": {
            "types": "filesystem",
            "enabled": "yes",
            "installed_version": "1.15.0",
            "chunks_migrated": "1",
            "regeneratedBirthdayCalendarsForYearFix": "yes",
            "buildCalendarSearchIndex": "yes",
            "buildCalendarReminderIndex": "yes"
        },
        "documentserver_community": {
            "installed_version": "0.1.7",
            "enabled": "yes",
            "types": "filesystem"
        },
        "event_update_notification": {
            "installed_version": "1.0.2",
            "types": "logging,dav",
            "enabled": "no"
        },
        "federatedfilesharing": {
            "types": "",
            "enabled": "yes",
            "installed_version": "1.9.0"
        },
        "federation": {
            "types": "authentication",
            "enabled": "yes",
            "installed_version": "1.9.0"
        },
        "files": {
            "types": "filesystem",
            "enabled": "yes",
            "installed_version": "1.14.0",
            "cronjob_scan_files": "500"
        },
        "files_external": {
            "installed_version": "1.10.0",
            "types": "filesystem",
            "enabled": "yes"
        },
        "files_pdfviewer": {
            "types": "",
            "enabled": "yes",
            "installed_version": "1.8.0"
        },
        "files_rightclick": {
            "types": "",
            "enabled": "yes",
            "installed_version": "0.16.0"
        },
        "files_sharing": {
            "types": "filesystem",
            "enabled": "yes",
            "installed_version": "1.11.0"
        },
        "files_trashbin": {
            "types": "filesystem,dav",
            "enabled": "yes",
            "installed_version": "1.9.0"
        },
        "files_versions": {
            "types": "filesystem,dav",
            "enabled": "yes",
            "installed_version": "1.12.0"
        },
        "files_videoplayer": {
            "types": "",
            "enabled": "yes",
            "installed_version": "1.8.0"
        },
        "firstrunwizard": {
            "enabled": "no",
            "types": "logging",
            "installed_version": "2.8.0"
        },
        "gallery": {
            "installed_version": "18.4.0",
            "types": "",
            "enabled": "no"
        },
        "globalsiteselector": {
            "enabled": "no",
            "types": "authentication",
            "installed_version": "1.3.0"
        },
        "logreader": {
            "types": "",
            "enabled": "yes",
            "relativedates": "1",
            "live": "1",
            "installed_version": "2.4.0",
            "levels": "01111"
        },
        "lookup_server_connector": {
            "types": "authentication",
            "enabled": "yes",
            "installed_version": "1.7.0"
        },
        "mail": {
            "installed_version": "1.4.1",
            "enabled": "no",
            "types": ""
        },
        "nextcloud_announcements": {
            "types": "logging",
            "enabled": "yes",
            "pub_date": "Thu, 24 Oct 2019 00:00:00 +0200",
            "installed_version": "1.8.0"
        },
        "notifications": {
            "types": "logging",
            "enabled": "yes",
            "installed_version": "2.7.0"
        },
        "oauth2": {
            "types": "authentication",
            "enabled": "yes",
            "installed_version": "1.7.0"
        },
        "onlyoffice": {
            "defFormats": "{\"csv\":\"false\",\"doc\":\"true\",\"docm\":\"false\",\"docx\":\"true\",\"dotx\":\"false\",\"epub\":\"false\",\"html\":\"false\",\"odp\":\"true\",\"ods\":\"true\",\"odt\":\"true\",\"pdf\":\"false\",\"potm\":\"false\",\"potx\":\"false\",\"ppsm\":\"false\",\"ppsx\":\"false\",\"ppt\":\"true\",\"pptm\":\"false\",\"pptx\":\"true\",\"rtf\":\"false\",\"txt\":\"false\",\"xls\":\"true\",\"xlsm\":\"false\",\"xlsx\":\"true\",\"xltm\":\"false\",\"xltx\":\"false\"}",
            "DocumentServerUrl": "https:\/\/nextcloud.e2e4.ru\/apps\/documentserver_community\/",
            "sameTab": "true",
            "editFormats": "{\"csv\":\"true\",\"odp\":\"true\",\"ods\":\"true\",\"odt\":\"true\",\"rtf\":\"true\",\"txt\":\"true\"}",
            "groups": "[]",
            "customizationChat": "true",
            "customizationToolbarNoTabs": "true",
            "customizationCompactHeader": "true",
            "customizationFeedback": "true",
            "customizationHelp": "true",
            "installed_version": "4.3.0",
            "enabled": "yes",
            "types": "filesystem"
        },
        "password_policy": {
            "enabled": "yes",
            "minLength": "6",
            "types": "authentication",
            "installed_version": "1.9.1"
        },
        "photos": {
            "enabled": "no",
            "installed_version": "1.0.0",
            "types": ""
        },
        "privacy": {
            "types": "",
            "enabled": "yes",
            "readableLocation": "ru",
            "installed_version": "1.3.0"
        },
        "provisioning_api": {
            "types": "prevent_group_restriction",
            "enabled": "yes",
            "installed_version": "1.9.0"
        },
        "ransomware_protection": {
            "enabled": "no",
            "installed_version": "1.5.0",
            "types": "logging",
            "notes_include_biased": "no"
        },
        "recommendations": {
            "types": "",
            "enabled": "no",
            "installed_version": "0.7.0"
        },
        "richdocuments": {
            "enabled": "no",
            "installed_version": "3.4.6",
            "types": "filesystem,dav,prevent_group_restriction"
        },
        "serverinfo": {
            "types": "",
            "enabled": "yes",
            "installed_version": "1.9.0"
        },
        "settings": {
            "types": "",
            "installed_version": "1.1.0",
            "enabled": "no"
        },
        "sharebymail": {
            "types": "filesystem",
            "enabled": "yes",
            "installed_version": "1.9.0"
        },
        "spreed": {
            "stun_servers": "***REMOVED SENSITIVE VALUE***",
            "project_access_invalidated": "1",
            "types": "prevent_group_restriction",
            "installed_version": "9.0.3"
        },
        "support": {
            "types": "session",
            "enabled": "yes",
            "SwitchUpdaterServerHasRun": "yes",
            "installed_version": "1.2.1"
        },
        "survey_client": {
            "types": "",
            "enabled": "yes",
            "last_sent": "1600912502",
            "last_report": "{\"id\":\"oc27jmaw0twa\",\"items\":[[\"server\",\"version\",\"19.0.1.1\"],[\"server\",\"code\",\"other\"],[\"server\",\"enable_avatars\",\"yes\"],[\"server\",\"enable_previews\",\"yes\"],[\"server\",\"memcache.local\",\"\\\\OC\\\\Memcache\\\\APCu\"],[\"server\",\"memcache.distributed\",\"none\"],[\"server\",\"asset-pipeline.enabled\",\"no\"],[\"server\",\"filelocking.enabled\",\"yes\"],[\"server\",\"memcache.locking\",\"none\"],[\"server\",\"debug\",\"no\"],[\"server\",\"cron\",\"cron\"],[\"php\",\"version\",\"7.4.9\"],[\"php\",\"memory_limit\",536870912],[\"php\",\"max_execution_time\",0],[\"php\",\"upload_max_filesize\",17179869184],[\"database\",\"type\",\"pgsql\"],[\"database\",\"version\",\"PostgreSQL 12.4 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 10.2.0, 64-bit\"],[\"database\",\"size\",1644282735],[\"apps\",\"calendar\",\"2.0.3\"],[\"apps\",\"contactsinteraction\",\"1.0.0\"],[\"apps\",\"bruteforcesettings\",\"1.6.0\"],[\"apps\",\"viewer\",\"1.3.0\"],[\"apps\",\"cloud_federation_api\",\"1.2.0\"],[\"apps\",\"dav\",\"1.15.0\"],[\"apps\",\"files_external\",\"1.10.0\"],[\"apps\",\"spreed\",\"9.0.3\"],[\"apps\",\"gallery\",\"disabled\"],[\"apps\",\"event_update_notification\",\"disabled\"],[\"apps\",\"firstrunwizard\",\"disabled\"],[\"apps\",\"accessibility\",\"1.5.0\"],[\"apps\",\"federatedfilesharing\",\"1.9.0\"],[\"apps\",\"files_pdfviewer\",\"1.8.0\"],[\"apps\",\"files_sharing\",\"1.11.0\"],[\"apps\",\"globalsiteselector\",\"disabled\"],[\"apps\",\"ransomware_protection\",\"disabled\"],[\"apps\",\"richdocuments\",\"disabled\"],[\"apps\",\"photos\",\"disabled\"],[\"apps\",\"settings\",\"disabled\"],[\"apps\",\"files_trashbin\",\"1.9.0\"],[\"apps\",\"files_versions\",\"1.12.0\"],[\"apps\",\"sharebymail\",\"1.9.0\"],[\"apps\",\"workflowengine\",\"2.1.0\"],[\"apps\",\"admin_audit\",\"1.9.0\"],[\"apps\",\"comments\",\"1.9.0\"],[\"apps\",\"nextcloud_announcements\",\"1.8.0\"],[\"apps\",\"notifications\",\"2.7.0\"],[\"apps\",\"systemtags\",\"1.9.0\"],[\"apps\",\"theming\",\"1.10.0\"],[\"apps\",\"documentserver_community\",\"0.1.7\"],[\"apps\",\"onlyoffice\",\"4.3.0\"],[\"apps\",\"mail\",\"disabled\"],[\"apps\",\"contacts\",\"3.3.0\"],[\"apps\",\"files_rightclick\",\"0.16.0\"],[\"apps\",\"files_videoplayer\",\"1.8.0\"],[\"apps\",\"logreader\",\"2.4.0\"],[\"apps\",\"password_policy\",\"1.9.1\"],[\"apps\",\"privacy\",\"1.3.0\"],[\"apps\",\"provisioning_api\",\"1.9.0\"],[\"apps\",\"recommendations\",\"0.7.0\"],[\"apps\",\"serverinfo\",\"1.9.0\"],[\"apps\",\"support\",\"1.2.1\"],[\"apps\",\"survey_client\",\"1.7.0\"],[\"apps\",\"text\",\"3.0.1\"],[\"apps\",\"twofactor_backupcodes\",\"1.8.0\"],[\"apps\",\"updatenotification\",\"1.9.0\"],[\"apps\",\"federation\",\"1.9.0\"],[\"apps\",\"lookup_server_connector\",\"1.7.0\"],[\"apps\",\"oauth2\",\"1.7.0\"],[\"apps\",\"user_ldap\",\"1.9.0\"],[\"apps\",\"files\",\"1.14.0\"],[\"apps\",\"activity\",\"2.12.0\"],[\"stats\",\"num_files\",318954],[\"stats\",\"num_users\",254],[\"stats\",\"num_storages\",445],[\"stats\",\"num_storages_local\",0],[\"stats\",\"num_storages_home\",0],[\"stats\",\"num_storages_other\",445],[\"stats\",\"num_comments\",2],[\"stats\",\"num_comment_markers\",3],[\"stats\",\"num_systemtags\",0],[\"stats\",\"num_systemtags_mappings\",0],[\"files_sharing\",\"num_shares\",691],[\"files_sharing\",\"num_shares_user\",31],[\"files_sharing\",\"num_shares_groups\",4],[\"files_sharing\",\"num_shares_link\",656],[\"files_sharing\",\"num_shares_link_no_password\",656],[\"files_sharing\",\"num_fed_shares_sent\",0],[\"files_sharing\",\"num_fed_shares_received\",0],[\"files_sharing\",\"permissions_3_17\",91],[\"files_sharing\",\"permissions_0_19\",4],[\"files_sharing\",\"permissions_1_31\",4],[\"files_sharing\",\"permissions_3_1\",557],[\"files_sharing\",\"permissions_3_15\",5],[\"files_sharing\",\"permissions_0_15\",1],[\"files_sharing\",\"permissions_0_31\",26],[\"files_sharing\",\"permissions_3_3\",3],[\"encryption\",\"enabled\",\"no\"],[\"encryption\",\"default_module\",\"no\"]]}",
            "installed_version": "1.7.0"
        },
        "systemtags": {
            "types": "logging",
            "enabled": "yes",
            "installed_version": "1.9.0"
        },
        "text": {
            "enabled": "yes",
            "types": "dav",
            "installed_version": "3.0.1"
        },
        "theming": {
            "types": "logging",
            "url": "***REMOVED SENSITIVE VALUE***",
            "slogan": "***REMOVED SENSITIVE VALUE***",
            "name": "LLC \"Open Technologies\"",
            "cachebuster": "37",
            "color": "#2E72D9",
            "enabled": "yes",
            "installed_version": "1.10.0"
        },
        "twofactor_backupcodes": {
            "types": "",
            "enabled": "yes",
            "installed_version": "1.8.0"
        },
        "updatenotification": {
            "types": "",
            "enabled": "yes",
            "calendar": "2.0.4",
            "contacts": "3.4.0",
            "onlyoffice": "6.0.2",
            "mail": "1.3.4",
            "files_rightclick": "0.15.1",
            "bruteforcesettings": "2.0.1",
            "documentserver_community": "0.1.8",
            "update_check_errors": "0",
            "core": "19.0.4.2",
            "installed_version": "1.9.0"
        },
        "user_ldap": {
            "types": "authentication",
            "enabled": "yes",
            "s01ldap_override_main_server": "",
            "s01ldap_user_filter_mode": "0",
            "s01ldap_userfilter_groups": "",
            "s01ldap_login_filter_mode": "0",
            "s01ldap_loginfilter_email": "0",
            "s01ldap_loginfilter_username": "1",
            "s01ldap_loginfilter_attributes": "",
            "s01ldap_group_filter_mode": "0",
            "s01ldap_groupfilter_groups": "",
            "s01ldap_gid_number": "gidNumber",
            "s01ldap_user_display_name_2": "",
            "s01ldap_group_display_name": "cn",
            "s01ldap_quota_def": "",
            "s01ldap_quota_attr": "",
            "s01ldap_cache_ttl": "600",
            "s01ldap_attributes_for_user_search": "",
            "s01ldap_attributes_for_group_search": "",
            "s01ldap_expert_uuid_user_attr": "",
            "s01ldap_expert_uuid_group_attr": "",
            "s01use_memberof_to_detect_membership": "1",
            "s01last_jpegPhoto_lookup": "0",
            "s01ldap_paging_size": "500",
            "s01ldap_turn_on_pwd_change": "0",
            "s01ldap_dynamic_group_member_url": "",
            "s01ldap_default_ppolicy_dn": "",
            "s01ldap_user_avatar_rule": "default",
            "s01ldap_ext_storage_home_attribute": "",
            "s01ldap_port": "389",
            "s01ldap_dn": "uid=cisco,cn=users,cn=accounts,dc=opentech,dc=local",
            "s01ldap_agent_password": "***REMOVED SENSITIVE VALUE***",
            "s01has_memberof_filter_support": "1",
            "s01ldap_userfilter_objectclass": "inetorgperson\nposixAccount",
            "s01ldap_email_attr": "mail",
            "s01ldap_display_name": "displayname",
            "s01ldap_groupfilter_objectclass": "posixGroup",
            "s01ldap_group_member_assoc_attribute": "gidNumber",
            "s01ldap_userlist_filter": "(&(objectclass=posixaccount)(memberof=cn=nextcloud_users,cn=groups,cn=accounts,dc=opentech,dc=local))",
            "s01ldap_base_groups": "cn=groups,cn=accounts,dc=opentech,dc=local",
            "s01home_folder_naming_rule": "attr:uid",
            "s01ldap_expert_username_attr": "uid",
            "s01ldap_login_filter": "(&(objectclass=posixaccount)(uid=%uid))",
            "s01ldap_turn_off_cert_check": "1",
            "s01ldap_base_users": "cn=users,cn=accounts,dc=opentech,dc=local",
            "s01ldap_host": "ldap:\/\/ipa.opentech.local",
            "s01ldap_base": "cn=accounts,dc=opentech,dc=local",
            "s01ldap_group_filter": "(objectClass=ipausergroup)",
            "s01ldap_experienced_admin": "1",
            "s01ldap_tls": "1",
            "s01ldap_configuration_active": "1",
            "s01ldap_backup_host": "",
            "s01ldap_nested_groups": "1",
            "background_sync_prefix": "s01",
            "background_sync_offset": "0",
            "background_sync_interval": "43200",
            "s01ldap_backup_port": "",
            "installed_version": "1.9.0",
            "s01_lastChange": "1603093501",
            "cleanUpJobOffset": "400"
        },
        "viewer": {
            "types": "",
            "enabled": "yes",
            "installed_version": "1.3.0"
        },
        "workflowengine": {
            "types": "filesystem",
            "enabled": "yes",
            "installed_version": "2.1.0"
        }
    }
}

Are you using external storage, if yes which one: local/smb/sftp/...
S3

Are you using encryption: yes/no
no
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
LDAP

LDAP configuration (delete this part if not used)

In config listing
In config listing

Nextcloud log (data/nextcloud.log)

Nextcloud log
![image](https://user-images.githubusercontent.com/7867180/96417655-c98fe600-121b-11eb-8404-5b886618e844.png)
@firemdkfighter firemdkfighter added 0. Needs triage Pending check for reproducibility or if it fits our roadmap bug labels Oct 19, 2020
@kesselb
Copy link
Contributor

kesselb commented Oct 19, 2020

Thank you for taking the time to report a problem 👍

As this seems to be a setup issue I would like to ask you to raise your question at https://help.nextcloud.com

@kesselb kesselb closed this as completed Oct 19, 2020
@firemdkfighter
Copy link
Author

firemdkfighter commented Oct 19, 2020

Why the issue was closed? I think that it's a bгg server. Because nextcloud 18 did not have this problem.

Thank you for taking the time to report a problem 👍

As this seems to be a setup issue I would like to ask you to raise your question at https://help.nextcloud.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug
Projects
None yet
Development

No branches or pull requests

2 participants