Em Quinta 27 Abril 2006 15:10, Dark Lil'Troll escreveu: > I know this problem :'(. > But the shadowed password file can only be read by the root user, as a > security. If I do what you're telling, it seems impossible to run > (because my application is obviously not run as root !). > I'm looking forward your tutorial dealing with new > IdentityCustomization !
You can use PAM to validate passwords and hence keep just the shadow base. There's PyPAM (IIRC this is the name) to help you with that. The process is simple and will help you with your project. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

