Subject: Re: Shadows, nis, etc.
From: jeff b (jeff@univrel.pr.uconn.edu)
Date: Thu Aug 03 2000 - 00:51:53 EDT
On Wed, 2 Aug 2000 Marc Miller wrote:
> My config:
> Everything is verified using PAM modules. Shadow passwords are
> enabled. If the user doesn't have an account listed in /etc/passwd, it
> goes to the nis database. afpd is using cleartext authentication. This
> is a Red Hat 6.1 machine.
>
> Changes I made to the Makefiles to configure netatalk accordingly:
> in netatalk/Makefile
> Commented out CRYPTODIR
> Uncommented PAMDIR
> ** and then, per an earlier posting here about shadow passwords,
> in netatalk/etc/afpd/Makefile
> added -DSHADOWPW to the CFLAGS line
> in netatalk/etc/uams/Makefile
> added -DSHADOWPW to the CFLAGS line
> in netatalk/sys/linux/Makefile
> added -lcrypt -lrpcsvc to the ADDLIBS line
> ** note: uam.c already contained the #ifdef SHADOWPW includes.
The automake/autoconf system of Makefile.am's already supports enabling of
shadow passwords in ./configure (defining SHADOWPW across the entire
package), and -lcrypt and -lrpcsvc are also set across the entire package.
Are there any other Makefile changes that need to be mirrored in the
automake / autoconf system?
*************************
jeff b
system administrator
university communications
university of connecticut
jeff@univrel.pr.uconn.edu
This archive was generated by hypermail 2b28 : Wed Jan 17 2001 - 14:31:49 EST