Skip to content
This repository has been archived by the owner on Feb 27, 2018. It is now read-only.

Commit

Permalink
[lightdm-ubuntu] Use ConsoleKit PAM module if available
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiao-Long Chen committed Mar 24, 2013
1 parent 52e1f2e commit f603a67
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lightdm-ubuntu/PKGBUILD
Expand Up @@ -7,7 +7,7 @@
pkgname=lightdm-ubuntu
_ubuntu_rel=0ubuntu1
pkgver=1.5.1
pkgrel=2.${_ubuntu_rel}
pkgrel=3.${_ubuntu_rel}
pkgdesc="A lightweight display manager"
arch=('i686' 'x86_64')
url="https://launchpad.net/lightdm"
Expand Down Expand Up @@ -58,8 +58,8 @@ sha512sums=('e7a7fab1ad3b717e8c9de48e0337985ccbca5c3850697d59c910ed0a2418339207a
'a13e7df200a6aa7e8e62df9fc2382234258041b30654446e51c48ea9fac7d1128dbbb6ff17a5abca06fbeb1b09c2076f45620a8c58b435d56059abc674917fb3'
'fa35ece114255abfc409f1c9da1eb7129055d8669aad11fe3d69084bf2216e93bf09864ac4e8874e88f166be9735fc55ed899056eb3bd94c5b33d3b2cbd55f4d'
'81a76a49eb208b1d33f5ac0184d87a377cd37c522d74a93ccd3d96b3d6e32c44872a65873b91fec3daba0846cdb5a938b51944697e636c045d03259bd5424644'
'5be3d58cb63ecf80674a59b8cb07fa47bb6c7a63b827786a37d9938ed32a2024abeb8f58ef77e8013d790fc2b65a861c903af906ea4e45b1d6d3c8f1434e1a8f'
'5a940262702adf31a25a2184236ec5018391ed1c501dd576e38791793cad09c03f1b0849cf3bfcf294330f61a5742f6029d2b6793ac852c2255369b47827ad02'
'1067bcb25b6d6d01256b176b5854d1ace700ba2b7323b4af257aa95d2f47d5043ac22811f65e99f1e961772cd1e81c153ef69b162918827bd9d7d50d458908df'
'6f59d97515b37d53fb4f56de0f65994710e02c197c6d4c096aa7cdb9fe518d29223960018ae4ad8003056fed3210f47f3aa459c85b8efca80089f2046196892c'
'3b482f7e551df20a5c5d9331a420275d1dad5bb6aad287247baea82dc40dc31dca22db4da180fbb950865e37cf94f1737fa1ee7ec2f5233540f82f2f570a408b'
'8d6aa12c4d129c25e56ecf2904db4e294d46631d11bd8bec2f20a76c871ba758094abb24616d3d2038a684fbb736ee61d1f80697d525d62c4dc68113e101194f'
'f573581ccbfaf4502276b80338ac91cd3a42820dfa06317cdffc1142f7282cc20d350ec466e1822a3774a74af718905db82acc9c780cf28552db0744ef8a6369'
Expand Down
1 change: 1 addition & 0 deletions lightdm-ubuntu/lightdm-autologin.pam
Expand Up @@ -8,4 +8,5 @@ auth required pam_permit.so
account include system-local-login
password include system-local-login
session include system-local-login
-session optional pam_ck_connector.so
-session optional pam_gnome_keyring.so auto_start
1 change: 1 addition & 0 deletions lightdm-ubuntu/lightdm.pam
Expand Up @@ -5,4 +5,5 @@ auth sufficient pam_succeed_if.so user ingroup nopasswdlogin
account include system-login
password include system-login
session include system-login
-session optional pam_ck_connector.so
-session optional pam_gnome_keyring.so auto_start

0 comments on commit f603a67

Please sign in to comment.