XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Chico008
    3. Best
    C
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 27
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: XO Community Edition - Ldap Plugin not working ?

      Just a reminder for myself, or other people in need in the future 🙂
      thanks again for all people who helped me understanding this

      Had to reinstall my entire XCP system, and almost forget how to configure Ldap plugin to only allow my admin accout to login

      So here's my Ldap plugin conf, to allow only admin user (member of specific group) to login.
      my AD is a windows 2K19 server with active directory without ssl.

      URI : ldap://dc.domain.net:389
      no certificate info
      base : dc=domain,dc=net

      Credential : Fill = tick
      DN = full DN of service user (CN=xen,OU=service_account,DC=domain,DC=net)
      password = password of this account
      it's a simple account with no specific right, can only read AD and login

      User Filter, where it can stuck
      (&(sAMAccountName={{name}})(memberOf=CN=SG-XCP_Admin,OU=service_account,DC=domain,DC=net))

      • in real my OU have spaces inside their name, it work anyway.
      • SG-XCP_Admin is a security group having my admin users inside

      ID Attribute : sAMAccountName

      and that's all.

      posted in Xen Orchestra
      C
      Chico008
    • RE: XOA - Vm linux install keep failing since updateing XCP to 8.3

      Ok this is it

      seems some Ubuntu mirror are having issue, install offline by disconnecting lan card, install finished fine.

      posted in Management
      C
      Chico008
    • XOCE - ISO upload is renamed after upload to ISO SR

      Hi

      Is there a way to prevent XOCE to rename an ISO file upload via XOCE ?

      for example : if i upload the iso file : linux-mint.iso, after upload to the nfs storage, it is renamed a04e750f-ba9a-4e58-b3f7-35e04ce3c979.img

      thing is, it's pretty anoying, because the same iso source is used for other virtual environement, and having iso file with a UUID is not usable elswhere, because if i'm not on XOCE, i can't know what iso is

      posted in Xen Orchestra
      C
      Chico008