summaryrefslogtreecommitdiffstats
path: root/account.py
Commit message (Expand)AuthorAgeFilesLines
* account: remove delete by string for the time beingMarian Sigler2012-09-211-12/+12
* account: don't fail on unicode input strings. Update examplesMarian Sigler2012-09-211-8/+14
* AccountService.delete: check for basestring not .dnMarian Sigler2012-09-211-4/+5
* AccountService: expect admin credentials at initialization.Marian Sigler2012-09-211-32/+32
* Merge branch 'master' of ssh://git.spline.de/account-webMarian Sigler2012-09-211-5/+4
|\
| * fixed _alter_passwords()Nico von Geyso2012-09-211-5/+4
* | change Account.__repr__Marian Sigler2012-09-211-2/+2
|/
* Updated AccountService APINico von Geyso2012-09-201-62/+146
* added basic account service functionalityNico von Geyso2012-09-171-79/+148
* added rudimentary ldap account classNico von Geyso2012-09-141-20/+57
* first pieces of codeMarian Sigler2012-09-131-0/+47