<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7638.1">
<TITLE>RE: Unable to auth with userspace module</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>try<BR>
<BR>
account sufficient pam_permit.so<BR>
in your pam.d/your_app_name<BR>
<BR>
and also try<BR>
chmod a+s your_app_name<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: pam-list-bounces@redhat.com on behalf of Ludvig Ericson<BR>
Sent: Tue 3/13/2007 4:58 PM<BR>
To: pam-list@redhat.com<BR>
Subject: Re: Unable to auth with userspace module<BR>
<BR>
Okay, it's me again.<BR>
<BR>
I don't know what was wrong with it, but now I can at least<BR>
authenticate with an ad-hoc self-written C program, but there's a<BR>
follow-up on that, I can't do pam_acct_mgmt() on any user; following<BR>
error occurs:<BR>
pam_acct_mgmt() error 9: Authentication service cannot retrieve<BR>
authentication info<BR>
Does this just mean that my backend doesn't support what<BR>
pam_acct_mgmt() wants to do?<BR>
<BR>
_______________________________________________<BR>
Pam-list mailing list<BR>
Pam-list@redhat.com<BR>
<A HREF="https://www.redhat.com/mailman/listinfo/pam-list">https://www.redhat.com/mailman/listinfo/pam-list</A><BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>