DragonFly users List (threaded) for 2009-09
DragonFly BSD
DragonFly users List (threaded) for 2009-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: how should I build a pam_krb5 module?


From: "Simon 'corecode' Schubert" <corecode@xxxxxxxxxxxx>
Date: Tue, 01 Sep 2009 21:09:56 +0200

Ed Berger wrote:
I wanted to enable kerberos login in dragonfly-development, since kerberos is used at my work place, so I uncommented the krb5 related lines in the /etc/pam.d config files and found out the hard way that the pam_krb5.so module was missing...

Yes, I noticed that as well. The sources are there, though. You could try building it yourself, by doing the following steps. However first make sure you have heimdal installed from pkgsrc.


cd /usr/src/lib/pam_module/pam_krb5
env CFLAGS='-O -g -pipe '-I/usr/pkg/include/krb5 \
LDFLAGS=-L/usr/pkg/lib' -rpath /usr/pkg/lib' make
make install

If this pam then works, we then should find a way to enable it in conjunction with pkgsrc kerberos.

cheers
  simon

--
  <3 the future  +++  RENT this banner advert  +++   ASCII Ribbon   /"\
  rock the past  +++  space for low CHF NOW!1  +++     Campaign     \ /
Party Enjoy Relax   |   http://dragonflybsd.org      Against  HTML   \
Dude 2c 2 the max   !   http://golden-apple.biz       Mail + News   / \



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]