[Bug 209165] net/nss_ldap allow selection of Kerberos implementation to link against while configuring port options

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Apr 30 12:26:49 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209165

            Bug ID: 209165
           Summary: net/nss_ldap allow selection of Kerberos
                    implementation to link against while configuring port
                    options
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: des at FreeBSD.org
          Reporter: marc.priggemeyer at gmail.com
          Assignee: des at FreeBSD.org
             Flags: maintainer-feedback?(des at FreeBSD.org)

Created attachment 169828
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=169828&action=edit
unified diff for net/nss_ldap/Makefile

At the moment it's impossible to set WITHOUT_KERBEROS=YES in /etc/src.conf
while having Kerberos option activated for net/nss_ldap.

The attached unified diff for net/nss_ldap/Makefile adds options to select a
Kerberos implementation as dependency during configuration of the port.

Options are:
SYSTEMKRB -> use Heimdal Kerberos implementation shipped with the base system
MIT -> use MIT Kerberos implementation from ports (security/krb5)
HEIMDAL -> use Heimdal Kerberos implementation from ports (security/heimdal)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list