End of March 2025? does this mean it should be available very soon (if not already)?
T
Offline
Latest posts made by Tomcatter
-
RE: Export VM / Host Details to CSV
-
RE: Export VM / Host Details to CSV
@olivierlambert Thank you Olivier, Is there any update on the example?
-
Export VM / Host Details to CSV
Is there a way in which you could export to a CSV / Excel the following details?
VM Name
Pool name
Host
Memory
CPU Count
Drive(s) size -
RE: Error on Synchronising Groups
@pdonias Thank you for the response.
I confirmed a smaller amount of groups resolved the issue, we simply created an OU which we then searched on for specific groups related to XCP / XOA
-
Error on Synchronising Groups
I am receiving the following error when attempting to synchronize groups:
ldap.synchronizeGroups {} { "code": 4, "message": " Code: 0x4", "name": "Error", "stack": "Error: Code: 0x4 at Function.parse (/usr/local/lib/node_modules/xo-server-auth-ldap/node_modules/ldapts/StatusCodeParser.ts:61:16) at Client._sendSearch (/usr/local/lib/node_modules/xo-server-auth-ldap/node_modules/ldapts/Client.ts:648:30) at Client.search (/usr/local/lib/node_modules/xo-server-auth-ldap/node_modules/ldapts/Client.ts:610:5) at AuthLdap._synchronizeGroups (/usr/local/lib/node_modules/xo-server-auth-ldap/src/index.js:340:45) at Api.#callApiMethod (file:///usr/local/lib/node_modules/xo-server/src/xo-mixins/api.mjs:366:20)" }
Configuration of the Synchronize groups is:
Filter = (ObjectClass=group) ID Attribute = dn Displayname Attribute = cn group attribute = member User Attribute = dn
I have tried to mirror the settings as per:
https://xcp-ng.org/forum/topic/3760/ldap-plugin-syncing-groups-from-windows-ad-server-2016-help/3?_=1709316308851and I am still receiving the same error as above.