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

Can't add LDAP group (Windows AD) into Circles #1778

Open
elephantastyczny opened this issue Nov 26, 2024 · 0 comments
Open

Can't add LDAP group (Windows AD) into Circles #1778

elephantastyczny opened this issue Nov 26, 2024 · 0 comments

Comments

@elephantastyczny
Copy link

elephantastyczny commented Nov 26, 2024

How to use GitHub

  • Please use the 👍 reaction to show that you are affected by the same issue.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Steps to reproduce

  1. Go to Circles
  2. Add selected LDAP group into Circle
  3. Fail miserably :D
  4. Group is marked as Added, but memeber don't actually see it being in it...

Expected behaviour

LDAP group should be added to the Circle

Server configuration

Web server: Apache behind Ngnix Proxy Manager

Database: PostgreSQL

PHP version: 8.3

Nextcloud version: 30.0.2 (Nextcloud AIO 10.0.0)

List of activated apps
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder
Nextcloud configuration
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder

Browser

Browser name: Firefox/Chrome/Safari/…

Browser version: 124/125/…

Operating system: Windows/Ubuntu/Mac/…

Browser log
Insert your browser log here, this could for example include:

`FederatedItemBadRequestException
Cannot add Circle as its own Member
/var/www/html/apps/circles/lib/FederatedItems/MassiveMemberAdd.php
Line 51
OCA\Circles\FederatedItems\SingleMemberAdd->generateMember(
  {
    "__class__": "OCA\\Circles\\Model\\Federated\\FederatedEvent"
  },
  {
    "__class__": "OCA\\Circles\\Model\\Circle"
  },
  {
    "__class__": "OCA\\Circles\\Model\\Member"
  }
)
/var/www/html/apps/circles/lib/Service/FederatedEventService.php
Line 158
OCA\Circles\FederatedItems\MassiveMemberAdd->verify(
  {
    "__class__": "OCA\\Circles\\Model\\Federated\\FederatedEvent"
  }
)
/var/www/html/apps/circles/lib/Service/MemberService.php
Line 256
OCA\Circles\Service\FederatedEventService->newEvent(
  {
    "__class__": "OCA\\Circles\\Model\\Federated\\FederatedEvent"
  }
)
/var/www/html/apps/circles/lib/Controller/LocalController.php
Line 262
OCA\Circles\Service\MemberService->addMembers(
  "tPCkHXzcXJLR8nkjYpGOeOUz1lP9WMf",
  [
    {
      "__class__": "OCA\\Circles\\Model\\FederatedUser"
    }
  ]
)
/var/www/html/lib/private/AppFramework/Http/Dispatcher.php
Line 208
OCA\Circles\Controller\LocalController->membersAdd(
  "tPCkHXzcXJLR8nkjYpGOeOUz1lP9WMf",
  [
    {
      "id": "tPCkHXzcXJLR8nkjYpGOeOUz1lP9WMf",
      "type": 16
    }
  ]
)
/var/www/html/lib/private/AppFramework/Http/Dispatcher.php
Line 114
OC\AppFramework\Http\Dispatcher->executeController(
  {
    "__class__": "OCA\\Circles\\Controller\\LocalController"
  },
  "membersAdd"
)
/var/www/html/lib/private/AppFramework/App.php
Line 161
OC\AppFramework\Http\Dispatcher->dispatch(
  {
    "__class__": "OCA\\Circles\\Controller\\LocalController"
  },
  "membersAdd"
)
/var/www/html/lib/private/Route/Router.php
Line 302
OC\AppFramework\App::main(
  "OCA\\Circles\\Controller\\LocalController",
  "membersAdd",
  {
    "__class__": "OC\\AppFramework\\DependencyInjection\\DIContainer"
  },
  {
    "circleId": "tPCkHXzcXJLR8nkjYpGOeOUz1lP9WMf",
    "_route": "ocs.circles.local.membersadd"
  }
)
/var/www/html/ocs/v1.php
Line 43
OC\Route\Router->match(
  "/ocsapp/apps/circles/circles/tPCkHXzcXJLR8nkjYpGOeOUz1lP9WMf/members/multi"
)
/var/www/html/ocs/v2.php
Line 7
undefinedundefinedrequire_once(
  "/var/www/html/ocs/v1.php"

</details>
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant