diff options
-rw-r--r-- | source3/Makefile.RPM | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.RPM b/source3/Makefile.RPM index 865d1bb7bf..9425d4bfa3 100644 --- a/source3/Makefile.RPM +++ b/source3/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 |