This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author halfie
Recipients halfie
Date 2012-05-08.08:01:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336464116.12.0.238019715557.issue14748@psf.upfronthosting.co.za>
In-reply-to
Content
spwd.getspall() is returning LDAP (non local) users too. 

On RHEL 6.2 machine with LDAP authentication configured, spwd.getspall() 
is returning LDAP (non local) users too. On a similarly configured CentOS 6.2 machine, spwd.getspall() is returning only local users.

Is spwd.getspall() supposed to return LDAP users? (If yes, this should to documented). Why is spwd.getspall() behavior different on different Linux OSes?
History
Date User Action Args
2012-05-08 08:01:56halfiesetrecipients: + halfie
2012-05-08 08:01:56halfiesetmessageid: <1336464116.12.0.238019715557.issue14748@psf.upfronthosting.co.za>
2012-05-08 08:01:53halfielinkissue14748 messages
2012-05-08 08:01:53halfiecreate