--- a/server/sources/ldapfeed.py Tue Apr 29 11:34:42 2014 +0200
+++ b/server/sources/ldapfeed.py Thu Oct 23 14:57:02 2014 +0200
@@ -126,7 +126,7 @@
}),
('user-attrs-map',
{'type' : 'named',
- 'default': {'uid': 'login', 'gecos': 'email', 'userPassword': 'upassword'},
+ 'default': {'uid': 'login'},
'help': 'map from ldap user attributes to cubicweb attributes (with Active Directory, you want to use sAMAccountName:login,mail:email,givenName:firstname,sn:surname)',
'group': 'ldap-source', 'level': 1,
}),