Hello, I'm very new to TurboGears and I hope someone can give me a hint: I want to authenticate users using LDAP. So I modified sosmbprovider (see: http://trac.turbogears.org/turbogears/wiki/IdentityManagement ) accordingly.
The password checking is working now, but I don't want to create a TG-User for every LDAP-User, as the list of LDAP-Users is changing frequently. Instead I'd like a new TG-User to be created if a (LDAP-)User authenticates successfully for the first time. But when I try to create a new TG-User within the validate_identity method (of my ldap-patched sosmbprovider), I get an IdentityManagementNotEnabledException. (Identity management IS enabled, of course!) So, what's the right way to achieve this automatic TG-User creation? Kind regards -Stephan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

