search for: simplepam

Displaying 1 result from an estimated 1 matches for "simplepam".

Did you mean: simpledrm
2005 Sep 24
0
question regarding Perl + PAM + Winbindd
...n (using kerberos and net ads join command). Winbindd is configured successfully and I get this when I try and run wbinfo -a wbinfo -a abhay_pradhan%****** plaintext password authentication succeeded challenge/response password authentication succeeded However, when I use the Perl script (Authen::SimplePam package and calling the service foobar), the winbind log shows that the user is authenticated only using Plain-text. Why not challenge-response? ****************************************** package FOO::PAM; use Authen::SimplePam; use strict; sub is_good_pam { my ($user, $pass) = @_; my $service =...