Page MenuHomePhorge

D290.1775370650.diff
No OneTemporary

Authored By
Unknown
Size
474 B
Referenced Files
None
Subscribers
None

D290.1775370650.diff

diff --git a/pykolab/utils.py b/pykolab/utils.py
--- a/pykolab/utils.py
+++ b/pykolab/utils.py
@@ -398,6 +398,9 @@
if 'sn' in result:
result['surname'] = ensure_str(result['sn']).replace(' ', '')
+ if 'givenname' in result:
+ result['givenname'] = ensure_str(result['givenname']).replace(' ', '')
+
if 'mail' in result:
if isinstance(result['mail'], list):
result['mail'] = result['mail'][0]

File Metadata

Mime Type
text/plain
Expires
Sun, Apr 5, 6:30 AM (5 d, 10 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18830262
Default Alt Text
D290.1775370650.diff (474 B)

Event Timeline