I updated dports as specified and compiled pam_krb5 (not the rh version).
Since I'm new to dports, I'm not sure where dports global parameters are
expected, /etc/make.conf or /usr/local/etc/make.conf, I'll have to take
a look. I thought that Heimdal was the default like for pkgsrc.
So to do do quick, I succesfully builded pam_krb5 with this command:
env KRB5_IMPL=heimdal make
I removed my previous "solo" pam_krb5.so library and then installed the
port with "env KRB5_IMPL=heimdal make install". I then tested with a
telnet logon as well as with a X session logon (xdm) and it all worked.
My kerberos sessions were openening normally.
I'm not sure if you meant that only pam_krb5 failed to configure when
Heimdal was the default, or if dports itself was failing. In my case,
pam_krb5 is now 100% functionnal.
Thanks!
SR
John Marino a écrit :
On 1/25/2014 04:52, Stephane Russell wrote:
Last thing about pam_krb5, on my station the dports's version is
compiling and installing normally. It sends an error when I try to
authenticate a session from xdm, and the kerberos session is not opened
afterward.
I got security/pam_krb5 to build on DragonFly.
I initially set "heimdal" as the default, but the port fails to
configure. So now it's set to "mit" as the default, and builds fine.
Pull the latest DPorts and see if that works for you.
Regards,
John