I)
Instructionsfor autoconfig:
cd isnsserver/ ; ./autoconfig --write-to-file ; cat .make_autoconfig
Double check and make sure the variables in .make_autoconfig are correct
# cd isnsserver/ ; ./autoconfig --write-to-file ; cat .make_autoconfig
II) Instructions for building:
make
This will create the isnss server dameon.
III) Instructions for distribution build
RPM based (Redhat/Fedora/Suse):
cd isnserver ; make user
This will a generate .rpm file ready for installation in /usr/src/RPM/$ARCH with the prefix of isnsserver-*
Debian:
TODO
Gentoo:
TODO: