search for: pam_libs

Displaying 2 results from an estimated 2 matches for "pam_libs".

1998 Oct 08
0
"unix password sync" and RedHat 5.1
...elated to the choosen passwords, but this wasn't reproduceable (and I think the passwords have been quite good) It doesn't make a differenz if I include # This is for PAM authentication. RedHat Linux uses PAM. # If you use PAM, then uncomment the following lines: PAM_FLAGS = -DUSE_PAM PAM_LIBS = -ldl -lpam in the Makefile or not. Any Ideas? Thanks, Christian
1998 Oct 15
1
Problem to map home dir
...d database to authenticate users you do not # need to uncomment any of them. If you wish to use one of these # alternate methods then only uncomment one of them. # This is for PAM authentication. RedHat Linux uses PAM. # If you use PAM, then uncomment the following lines: # PAM_FLAGS = -DUSE_PAM # PAM_LIBS = -ldl -lpam # This is for AFS authentication. If you use AFS then set AFS_BASE # according to your system layout, and uncomment the other lines as well. # AFS_BASE = /usr/afsws # AFS_FLAGS = -DAFS_AUTH -I$(AFS_BASE)/include # AFS_LIBDIR = $(AFS_BASE)/lib # NOTE: You may need to add -laudit in t...