- commit
- 2b972136105b46e5e4a44adb641bb58c849b6ad4
- parent
- b28fdd3eebce52f9995e77b02369d206631b5787
- Author
- Tobias Bengfort <tobias.bengfort@gmx.net>
- Date
- 2015-05-08 15:55
typo
Diffstat
| M | cctool.py | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/cctool.py b/cctool.py
@@ -338,7 +338,7 @@ if not isinstance(ldif, Exception): 338 338 339 339 340 340 class LDIF(Format):341 -1 fields = ['dn', 'objeclass', 'modifytimestamp',-1 341 fields = ['dn', 'objectclass', 'modifytimestamp', 342 342 'mail', 'givenName', 'sn', 'cn'] 343 343 344 344 @classmethod