You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your ownCloud installation folder
or
Insert your config.php content here
(Without the database password, passwordsalt and secret)
Are you using external storage, if yes which one: local/smb/sftp/... Ceph RGW
Are you using encryption: yes/no yes
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/... LDAP
With access to your command line run e.g.:
sudo -u www-data php occ ldap:show-config
from within your ownCloud installation folder
Without access to your command line download the data/owncloud.db to your local
computer or access your SQL server remotely and run the select query:
SELECT * FROM `oc_appconfig` WHERE `appid` = 'user_ldap';
Eventually replace sensitive data as the name/IP-address of your LDAP server or groups.
Client configuration
Browser: google chrome
Operating system: Window7 basic
Logs
Web server error log
Insert your webserver log here
ownCloud log (data/owncloud.log)
Insert your ownCloud log here
Browser log
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...
Hi OC,
Since my AD server contains large number of users and groups, I set users limit to 50 in the js, but is there also a way to limit groups so that I can open user page successfully? more than 3000 groups are appended to user page at the same time.
Thanks!
The text was updated successfully, but these errors were encountered:
Steps to reproduce
3.
Expected behaviour
open successfully, scroll down and show more people and group
Actual behaviour
page crashed
Server configuration
Operating system: Centos7
Web server: Apache2.4.6
Database: mysql5.5
PHP version: 5.4
ownCloud version: (see ownCloud admin page) 9.0.1
Updated from an older ownCloud or fresh install: fresh
Where did you install ownCloud from:
Signing status (ownCloud 9.0 and above):
List of activated apps:
Enabled:
Disabled:
The content of config/config.php:
{
"system": {
"instanceid": "ocsqodv3wcw7",
"passwordsalt": "_REMOVED SENSITIVE VALUE",
"secret": "_REMOVED SENSITIVE VALUE",
"trusted_domains": [
"oc.cloud.corp.com",
"10.9.113.195",
"10.9.113.196"
],
"datadirectory": "/var/www/html/oc/data",
"overwrite.cli.url": "https://oc.cloud.corp.com",
"dbtype": "mysql",
"version": "9.0.1.3",
"dbname": "occlouddb",
"dbhost": "occloud.mysql.db.corp.com:55944",
"dbtableprefix": "oc_",
"dbuser": "_REMOVED SENSITIVE VALUE",
"dbpassword": "_REMOVED SENSITIVE VALUE",
"logtimezone": "UTC",
"keysalt": "B25m5g87EacYjY",
"default_language": "zh_CN",
"objectstore": {
"class": "OC\Files\ObjectStore\Swift",
"arguments": {
"username": "swift",
"password": "_REMOVED SENSITIVE VALUE_",
"container": "systemdev",
"autocreate": true,
"region": "regionOne",
"url": "http://cloud.ops.corp.com:5000/v2.0",
"tenantName": "admin",
"serviceName": "swift",
"urlType": "internal"
}
},
"integrity.check.disabled": true,
"ldapIgnoreNamingRules": false,
"loglevel": 2,
"filelocking.enabled": true,
"memcache.distributed": "\OC\Memcache\Redis",
"memcache.locking": "\OC\Memcache\Redis",
"memcache.local": "\OC\Memcache\APC",
"redis": {
"host": "10.9.113.196",
"port": 6379,
"timeout": 0,
"password": ""
},
"asset-pipeline.enabled": true,
"installed": true
}
}
Are you using external storage, if yes which one: local/smb/sftp/... Ceph RGW
Are you using encryption: yes/no yes
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/... LDAP
LDAP configuration (delete this part if not used)
+-------------------------------+--------------------------------------------------------------------------------+
| Configuration | |
+-------------------------------+--------------------------------------------------------------------------------+
| hasMemberOfFilterSupport | 1 |
| hasPagedResultSupport | |
| homeFolderNamingRule | |
| lastJpegPhotoLookup | 0 |
| ldapAgentName | cn=sysdrive,ou=App_InActive,ou=Account,ou=LCM,dc=cn1,dc=global,dc=corp,dc=com |
| ldapAgentPassword | *** |
| ldapAttributesForGroupSearch | |
| ldapAttributesForUserSearch | |
| ldapBackupHost | |
| ldapBackupPort | |
| ldapBase | ou=上海,dc=cn1,dc=global,dc=corp,dc=com |
| ldapBaseGroups | ou=上海,dc=cn1,dc=global,dc=corp,dc=com |
| ldapBaseUsers | ou=上海,dc=cn1,dc=global,dc=corp,dc=com |
| ldapCacheTTL | 600 |
| ldapConfigurationActive | 1 |
| ldapDynamicGroupMemberURL | |
| ldapEmailAttribute | mail |
| ldapExperiencedAdmin | 0 |
| ldapExpertUUIDGroupAttr | |
| ldapExpertUUIDUserAttr | |
| ldapExpertUsernameAttr | |
| ldapGroupDisplayName | cn |
| ldapGroupFilter | (&(|(objectclass=group))) |
| ldapGroupFilterGroups | |
| ldapGroupFilterMode | 0 |
| ldapGroupFilterObjectclass | group |
| ldapGroupMemberAssocAttr | member |
| ldapHost | cn1.global.corp.com |
| ldapIgnoreNamingRules | |
| ldapLoginFilter | (&(&(|(objectclass=person)))(samaccountname=%uid)) |
| ldapLoginFilterAttributes | |
| ldapLoginFilterEmail | 0 |
| ldapLoginFilterMode | 0 |
| ldapLoginFilterUsername | 1 |
| ldapNestedGroups | 0 |
| ldapOverrideMainServer | |
| ldapPagingSize | 500 |
| ldapPort | 389 |
| ldapQuotaAttribute | |
| ldapQuotaDefault | |
| ldapTLS | 0 |
| ldapUserDisplayName | displayName |
| ldapUserDisplayName2 | |
| ldapUserFilter | (&(|(objectclass=person))) |
| ldapUserFilterGroups | |
| ldapUserFilterMode | 1 |
| ldapUserFilterObjectclass | person |
| ldapUuidGroupAttribute | auto |
| ldapUuidUserAttribute | auto |
| turnOffCertCheck | 0 |
| useMemberOfToDetectMembership | 1 |
+-------------------------------+--------------------------------------------------------------------------------+
Client configuration
Browser: google chrome
Operating system: Window7 basic
Logs
Web server error log
ownCloud log (data/owncloud.log)
Browser log
Hi OC,
Since my AD server contains large number of users and groups, I set users limit to 50 in the js, but is there also a way to limit groups so that I can open user page successfully? more than 3000 groups are appended to user page at the same time.
Thanks!
The text was updated successfully, but these errors were encountered: