> > > I have an ldap directory set up in my address book for my university > > > which is very handy when i need to email a classmate but don't know > > > his email address. i was looking forward to having this on iphone. > > > anyone know how it can be set up? doesnt look like its an option in > > > itunes and i cant figure out a way to do it manually on the phone. > > > > Does this question have something to do with Python or the TurboGears > > software which is written in Python? I'm confused. > > No it does not - but before posting I checked the forum for iphone > applications and there seemed to be alot of questions on iphone, and > hence the post.
Python has ldap libraries, and turbogears can expose that data to you over the web, so you could make this work as a web application which looks thing up in ldap for you. You could then connect to it over wifi or the iphone data network. So, you can use turbogears for this, but it will take some programming effort. --mark --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

