On (03/01/17 20:35), Alan Latteri wrote: >Well on new installs of Cent 7.2, when I do `yum install ipa-client`, that is >the version provided. >Unfortunately, most of our systems have to be on Cent 7.2, not 7.3, and it is >out of our control. > You will install el7.3 on CentOS 7.2 by default. If you want to stay on 7.2 you need to change repositories
sh# yum install --setopt=debuglevel=1 --assumeno sssd-client Ignored option -q, -v, -d or -e (probably due to merging: -yq != -y -q) ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: sssd-client x86_64 1.14.0-43.el7_3.4 updates 171 k Installing for dependencies: libsss_idmap x86_64 1.14.0-43.el7_3.4 updates 118 k libsss_nss_idmap x86_64 1.14.0-43.el7_3.4 updates 116 k Transaction Summary ================================================================================ Install 1 Package (+2 Dependent packages) sh# yum-config-manager --disable base extras updates sh# yum-config-manager --enable "C7.2.1511*" sh# yum repolist Loaded plugins: fastestmirror, ovl Loading mirror speeds from cached hostfile repo id repo name status C7.2.1511-base/x86_64 CentOS-7.2.1511 - Base 9007 C7.2.1511-centosplus/x86_64 CentOS-7.2.1511 - CentOSPlus 134 C7.2.1511-extras/x86_64 CentOS-7.2.1511 - Extras 393 C7.2.1511-fasttrack/x86_64 CentOS-7.2.1511 - CentOSPlus 0 C7.2.1511-updates/x86_64 CentOS-7.2.1511 - Updates 2560 sh# yum install --setopt=debuglevel=1 --assumeno sssd-client ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: sssd-client x86_64 1.13.0-40.el7_2.12 C7.2.1511-updates 158 k Installing for dependencies: libsss_idmap x86_64 1.13.0-40.el7_2.12 C7.2.1511-updates 104 k libsss_nss_idmap x86_64 1.13.0-40.el7_2.12 C7.2.1511-updates 103 k Transaction Summary ================================================================================ Install 1 Package (+2 Dependent packages) LS -- Manage your subscription for the Freeipa-users mailing list: https://www.redhat.com/mailman/listinfo/freeipa-users Go to http://freeipa.org for more info on the project
