[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    Re: unlock sessions in Slackware 13 and KDE 433 (authentication
From:       Carlos Quiros Campos <cquiros () qlands ! com>
Date:       2009-11-26 15:30:47
Message-ID: 4B0E9F27.70209 () qlands ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


I build it from source.

First I build it without PAM then with PAM and the same error happens.

Carlos.

Giovanni Venturi wrote:
> Maybe I'm wrong, but I thing KDE binaries into Slackware don't use 
> pam... or pam can be used dinamically? I mean If I have pam installed 
> then KDE uses it if not it doesn't...
> Where did you get KDE binaries?
>
> Giovanni
>
> 2009/11/26 Carlos Quiros Campos <cquiros@qlands.com 
> <mailto:cquiros@qlands.com>>
>
>     I traced the problem and authentication system works with the
>     following files:
>
>     /etc/pam.d/kde
>     #%PAM-1.0
>      auth       include      system-auth
>      account    include      system-auth
>      password   include      system-auth
>      session    include      system-auth
>
>     /etc/pam.d/system-auth
>     auth required pam_tally.so onerr=fail deny=5 unlock_time=21600
>
>     The only problem now is that any password is accepted as valid.
>
>     Any idea?
>
>     Carlos.
>
>     Giovanni Venturi wrote:
>>     So it's not a Slackware standard installation? If I remember
>>     correct Slackware current doesn't have libpam in its packages. At
>>     least in 13.0 .
>>
>>     Giovanni
>>
>>     2009/11/26 Carlos Quiros Campos <cquiros@qlands.com
>>     <mailto:cquiros@qlands.com>>
>>
>>         Hi,
>>
>>         After following a lot of troubleshooting on the web I still
>>         cannot make
>>         the authentication system to work.
>>
>>         I did:
>>
>>         su chown root.root $KDEDIR/lib/kde4/libexec/kcheckpass
>>         or
>>         chmod 755 $KDEDIR/lib/kde4/libexec/kcheckpass
>>         or
>>         chmod 4755 $KDEDIR/lib/kde4/libexec/kcheckpass
>>
>>         also follow other postings that leads to :  sudo chgrp shadow
>>         /etc/shadow or chmod 2755 /sbin/unix_chkpwd
>>
>>         After trying all sorts of things I still cant make it work.
>>         Funny thing
>>         is that the version of KDE that comes with Slackware 13
>>         (4.2.4) works fine.
>>
>>         I have the library libpam.so.0.81.9 in my /lib directory
>>
>>         Help!
>>
>>
>>         >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub
>>         to unsubscribe <<
>>
>>
>>     ------------------------------------------------------------------------
>>
>>      
>>       
>>>>     Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
>>>>           
>
>
>     >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to
>     unsubscribe <<
>
>
> ------------------------------------------------------------------------
>
>  
>   
>>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
>>>       

[Attachment #5 (text/html)]

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I build it from source. <br>
<br>
First I build it without PAM then with PAM and the same error happens.<br>
<br>
Carlos.<br>
<br>
Giovanni Venturi wrote:
<blockquote
 cite="mid:6073258b0911260703p54b955f5i4fe6bb5182fa1efa@mail.gmail.com"
 type="cite">Maybe I'm wrong, but I thing KDE binaries into Slackware
don't use
pam... or pam can be used dinamically? I mean If I have pam installed
then KDE uses it if not it doesn't...<br>
Where did you get KDE binaries?<br>
  <br>
Giovanni<br>
  <br>
  <div class="gmail_quote">2009/11/26 Carlos Quiros Campos <span
 dir="ltr">&lt;<a moz-do-not-send="true"
 href="mailto:cquiros@qlands.com">cquiros@qlands.com</a>&gt;</span><br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: \
1ex;">  <div bgcolor="#ffffff" text="#000000">
I traced the problem and authentication system works with the following
files:<br>
    <br>
/etc/pam.d/kde<br>
#%PAM-1.0<br>
&nbsp;auth&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; include&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
system-auth<br> &nbsp;account&nbsp;&nbsp;&nbsp; include&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
system-auth<br> &nbsp;password&nbsp;&nbsp; include&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
system-auth<br> &nbsp;session&nbsp;&nbsp;&nbsp; include&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
system-auth<br>  <br>
/etc/pam.d/system-auth<br>
auth required pam_tally.so onerr=fail deny=5 unlock_time=21600<br>
    <br>
The only problem now is that any password is accepted as valid.<br>
    <br>
Any idea?<br>
    <br>
Carlos.<br>
    <br>
Giovanni Venturi wrote:
    <blockquote type="cite">So it's not a Slackware standard
installation? If I
remember correct Slackware current doesn't have libpam in its packages.
At least in 13.0 .<br>
      <br>
Giovanni<br>
      <br>
      <div class="gmail_quote">2009/11/26 Carlos Quiros Campos <span
 dir="ltr">&lt;<a moz-do-not-send="true"
 href="mailto:cquiros@qlands.com" target="_blank">cquiros@qlands.com</a>&gt;</span><br>
      <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: \
1ex;">Hi,<br>  <br>
After following a lot of troubleshooting on the web I still cannot make<br>
the authentication system to work.<br>
        <br>
I did:<br>
        <br>
su chown root.root $KDEDIR/lib/kde4/libexec/kcheckpass<br>
or<br>
chmod 755 $KDEDIR/lib/kde4/libexec/kcheckpass<br>
or<br>
chmod 4755 $KDEDIR/lib/kde4/libexec/kcheckpass<br>
        <br>
also follow other postings that leads to : &nbsp;sudo chgrp shadow<br>
/etc/shadow or chmod 2755 /sbin/unix_chkpwd<br>
        <br>
After trying all sorts of things I still cant make it work. Funny thing<br>
is that the version of KDE that comes with Slackware 13 (4.2.4) works
fine.<br>
        <br>
I have the library libpam.so.0.81.9 in my /lib directory<br>
        <br>
Help!<br>
        <br>
        <br>
&gt;&gt; Visit <a moz-do-not-send="true"
 href="http://mail.kde.org/mailman/listinfo/kde-devel#unsub"
 target="_blank">http://mail.kde.org/mailman/listinfo/kde-devel#unsub</a>
to unsubscribe &lt;&lt;<br>
      </blockquote>
      </div>
      <br>
      <pre><hr size="4" width="90%">
 
  </pre>
      <blockquote type="cite">
        <blockquote type="cite">
          <pre>Visit <a moz-do-not-send="true"
 href="http://mail.kde.org/mailman/listinfo/kde-devel#unsub"
 target="_blank">http://mail.kde.org/mailman/listinfo/kde-devel#unsub</a> to unsubscribe \
&lt;&lt;  </pre>
        </blockquote>
      </blockquote>
    </blockquote>
    </div>
    <br>
    <br>
&gt;&gt; Visit <a moz-do-not-send="true"
 href="http://mail.kde.org/mailman/listinfo/kde-devel#unsub"
 target="_blank">http://mail.kde.org/mailman/listinfo/kde-devel#unsub</a>
to unsubscribe &lt;&lt;<br>
    <br>
  </blockquote>
  </div>
  <br>
  <pre wrap="">
<hr size="4" width="90%">
 
  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">Visit <a class="moz-txt-link-freetext" \
href="http://mail.kde.org/mailman/listinfo/kde-devel#unsub">http://mail.kde.org/mailman/listinfo/kde-devel#unsub</a> \
to unsubscribe &lt;&lt;  </pre>
    </blockquote>
  </blockquote>
</blockquote>
</body>
</html>



>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic