GNOME Bugzilla – Bug 686840
[PATCH] Make kerberos requirement optional
Last modified: 2012-12-20 21:09:39 UTC
Kerberos is unnecessary dependency for most home users.
Created attachment 227223 [details] [review] optional-kerberos.patch Preliminary patch to allow disabling kerberos support.
Review of attachment 227223 [details] [review]: I also don't really see the point of making this an option. There aren't any portability reasons why we'd want to not have kerberos support built-in, and it just adds to the complexity of the build system.
Please reconsider, not every distro out there is targeted for enterprise and kerberos support might not be the priority of everyone. If you feel like this is going to add more work on you, please just consider that we will collect the eventual mistakes of using unguarded kerberos functions after you anyway. Thanks for considering.
(In reply to comment #3) > Please reconsider, not every distro out there is targeted for enterprise and It doesn't have to be targeted for the enterprise, but either you or I will start getting bug reports if gnome-control-center is built with Kerberos support. So I won't be doing that. > kerberos support might not be the priority of everyone. If you feel like this > is going to add more work on you, please just consider that we will collect the > eventual mistakes of using unguarded kerberos functions after you anyway. > > Thanks for considering.
(In reply to comment #4) > (In reply to comment #3) > > Please reconsider, not every distro out there is targeted for enterprise and > > It doesn't have to be targeted for the enterprise, but either you or I will > start getting bug reports if gnome-control-center is built with Kerberos > support. you mean without ?
(In reply to comment #5) > (In reply to comment #4) > > (In reply to comment #3) > > > Please reconsider, not every distro out there is targeted for enterprise and > > > > It doesn't have to be targeted for the enterprise, but either you or I will > > start getting bug reports if gnome-control-center is built with Kerberos > > support. > > you mean without ? Yes, indeed.