search for: pam_flags

Displaying 3 results from an estimated 3 matches for "pam_flags".

Did you mean: ram_flags
1998 Oct 08
0
"unix password sync" and RedHat 5.1
...I thought this may be related 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
2003 May 12
10
[Bug 559] PAM fixes
...NEW Severity: normal Priority: P3 Component: sshd AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: fcusack at fcusack.com - start PAM with correct username - don't call pam_authenticate() for null password checking when not necessary - set pam_flags correctly for kbdint pam_authenticate() calls - improve logging ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
1998 Oct 15
1
Problem to map home dir
...using # the UNIX password 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 n...