D dpsw12 Member Dec 5, 2019 25 0 6 33 Aug 3, 2022 #1 Hey in proxmox 7.2 why we can't integrate proxmox with freeipa? i can't find freeipa-client package in apt install. Thank you.
Hey in proxmox 7.2 why we can't integrate proxmox with freeipa? i can't find freeipa-client package in apt install. Thank you.
tom Proxmox Staff Member Staff member Aug 29, 2006 15,911 1,175 273 Aug 3, 2022 #2 you need bullseye-backports https://packages.debian.org/bullseye-backports/freeipa-client
D dpsw12 Member Dec 5, 2019 25 0 6 33 Aug 3, 2022 #3 tom said: you need bullseye-backports https://packages.debian.org/bullseye-backports/freeipa-client Click to expand... Should i put this like this in sources.list deb http://ftp.debian.org/debian bullseye-backports main contrib Click to expand... Or how?
tom said: you need bullseye-backports https://packages.debian.org/bullseye-backports/freeipa-client Click to expand... Should i put this like this in sources.list deb http://ftp.debian.org/debian bullseye-backports main contrib Click to expand... Or how?
Z Zubin Singh Parihar Well-Known Member Nov 16, 2017 60 9 48 43 Mar 24, 2023 #4 dpsw12 said: Should i put this like this in sources.list Or how? Click to expand... # Add Bullseye backports to add FreeIPA Client echo "deb http://deb.debian.org/debian bullseye-backports main contrib non-free" >> /etc/apt/sources.list # Install IPA Client apt-get update DEBIAN_FRONTEND=noninteractive apt-get -y --assume-yes install freeipa-client
dpsw12 said: Should i put this like this in sources.list Or how? Click to expand... # Add Bullseye backports to add FreeIPA Client echo "deb http://deb.debian.org/debian bullseye-backports main contrib non-free" >> /etc/apt/sources.list # Install IPA Client apt-get update DEBIAN_FRONTEND=noninteractive apt-get -y --assume-yes install freeipa-client