diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/Makefile.RPM | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile.RPM b/source/Makefile.RPM index 865d1bb7bf7..9425d4bfa39 100644 --- a/source/Makefile.RPM +++ b/source/Makefile.RPM @@ -71,7 +71,7 @@ SMBRUN = $(BINDIR)/smbrun # This is for PAM authentication. RedHat Linux uses PAM. # If you use PAM, then uncomment the following lines: -PAM_FLAGS = -DUSE_PAM -DNO_CRYPT +PAM_FLAGS = -DUSE_PAM PAM_LIBS = -ldl -lpam # This is for AFS authentication. If you use AFS then set AFS_BASE |