public inbox for gnats-devel@sourceware.org
 help / color / mirror / Atom feed
* Trouble using encrypted passwords
@ 2003-11-10 18:33 David S Gathright
  2003-11-10 18:48 ` Pankaj K Garg
  0 siblings, 1 reply; 6+ messages in thread
From: David S Gathright @ 2003-11-10 18:33 UTC (permalink / raw)
  To: help-gnats

Hi, all.

I'm using a vanilla GNATS 4.0 installation on a Solaris 5.9 box.  For
some reason, MD5 encryption isn't working for me, so I'm trying standard
UNIX crypt() encryption.  I'm rather perplexed at the statement in
Appendix C of the gnats documentation, which states that "crypt()
passwords can be generated by using standard UNIX passwords tools". 
What tools are these (and do you have any examples of how I can use
them)?

I've tried using the UNIX crypt command and both perl and python's crypt
function (which, of course, generate the same answer for the same
password/salt combo, though the crypt command output is just plain
weird).

i.e.:
python -c 'import crypt; print crypt.crypt("password","salt")'
perl -e 'print crypt("password", "salt"), "\n";'

The output from both of these functions looks fine (to my untrained
eye), but when I put this data into the gnatsd.user_access file, GNATS
won't let me in.

I have verified that plaintext passwords work.

Any help you could offer would be greatly appreciated.

DSG

-- 
David S Gathright <David.Gathright@lasp.colorado.edu>
LASP - University of Colorado


_______________________________________________
Help-gnats mailing list
Help-gnats@gnu.org
http://mail.gnu.org/mailman/listinfo/help-gnats

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-11-10 23:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-10 18:33 Trouble using encrypted passwords David S Gathright
2003-11-10 18:48 ` Pankaj K Garg
2003-11-10 19:09   ` David S Gathright
2003-11-10 19:58     ` Pankaj K Garg
2003-11-10 22:20       ` David S Gathright
2003-11-10 23:54         ` Hans-Albert Schneider

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).