Re: show ldap attributes in django

2012-03-16 Thread Marc Patermann
Hi, Marc Patermann schrieb (15.03.2012 16:39 Uhr): And a template: {{ text }} Which gives a dictionary with values of lists where most of the list have only one value. I can access single of them by {{ text.mail }} or {{ text.mail }}. My goal is to show whatever attribute there is with

show ldap attributes in django

2012-03-15 Thread Marc Patermann
Hi, I started to learn Django recently, read the tutorial and Django Book etc. My Goal is to make the functionality of a few system cli scripts for ldap and mail available in the web. I started with a simple existing ldap script that displays attributes of an object. Now I tried to