Red Hat 7.2 w/ Shadow Passwords
(most stuff upgraded to RH 7.3)

How do I determine which auth method to use?
My guess was that "sl4" was the correct one.

# lnp   Linux w/ (PAM)
 - Compiles OKAY, but log:
 - Login disabled user=smoseman auth=smoseman

# lrh   RedHat Linux 7.2
 - Compiles OKAY, but log:
 - Login disabled user=smoseman auth=smoseman

# sl4   Linux using -lshadow to get the crypt() function
 - Compile FAILS with this:
 - /usr/bin/ld: cannot find -lshadow

# sl5   Linux w/ shadow passwords, no extra libraries
 - Compile FAILS with this:
 - osdep.c:100: undefined reference to `crypt'

# slx   Linux using -lcrypt to get the crypt() function
 - Compiles OKAY, but log:
 - Login disabled user=smoseman auth=smoseman

Queries on Google did not help me too much.
Too much unrelated data to find good details.

Thanks,
Scott Moseman

-- 
-----------------------------------------------------------------
 For information about this mailing list, and its archives, see: 
 http://www.washington.edu/imap/imap-list.html
-----------------------------------------------------------------

Reply via email to