rskumar / google-apps-for-your-domain-ldap-sync

google-apps-for-your-domain-ldap-sync
0 stars 0 forks source link

Multiple emails in LDAP cause failure #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Scripts fail to operate when there are more than one email included in
ldap, i.e instead of a string 'foo@bar.com' we have a list ['foo@bar.com',
'bar@foo.com']. Scrip tries to perform mail.find('@') , but "mail" is not a
string but list and there is no "find" for list type.

Original issue reported on code.google.com by flashmai...@mail.ru on 12 Jun 2008 at 4:36