Page MenuHomePhorge

D290.1775900177.diff
No OneTemporary

Authored By
Unknown
Size
468 B
Referenced Files
None
Subscribers
None

D290.1775900177.diff

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

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 11, 9:36 AM (4 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18834504
Default Alt Text
D290.1775900177.diff (468 B)

Event Timeline