[Mageia-sysadm] [702] remove shadowExpire from filter

root at mageia.org root at mageia.org
Fri Jan 7 16:09:52 CET 2011


Revision: 702
Author:   boklm
Date:     2011-01-07 16:09:52 +0100 (Fri, 07 Jan 2011)
Log Message:
-----------
remove shadowExpire from filter

Modified Paths:
--------------
    puppet/modules/restrictshell/templates/ldap-sshkey2file.py

Modified: puppet/modules/restrictshell/templates/ldap-sshkey2file.py
===================================================================
--- puppet/modules/restrictshell/templates/ldap-sshkey2file.py	2011-01-07 15:09:04 UTC (rev 701)
+++ puppet/modules/restrictshell/templates/ldap-sshkey2file.py	2011-01-07 15:09:52 UTC (rev 702)
@@ -20,7 +20,7 @@
 pwfile="<%= ldap_pwfile %>"
 # filter out disabled accounts also
 # too bad uidNumber doesn't support >= filters
-filter="(&(objectClass=inetOrgPerson)(objectClass=ldapPublicKey)(objectClass=posixAccount)(sshPublicKey=*)(!(shadowExpire=*)))"
+filter="(&(objectClass=inetOrgPerson)(objectClass=ldapPublicKey)(objectClass=posixAccount)(sshPublicKey=*))"
 keypathprefix="<%= pubkeys_directory %>"
 
 def usage():
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20110107/c9721219/attachment.html>


More information about the Mageia-sysadm mailing list