It's this line in names(ftes)

    results = conn.search_s("o=domain.com", ldap.SCOPE_SUBTREE, "uid=" + ftes, 
attrlist=['gecos'])




On Saturday, May 14, 2016 at 1:00:22 AM UTC-7, James Schneider wrote:
>
>
> On May 13, 2016 6:34 PM, <shul...@gmail.com <javascript:>> wrote:
> >
> > I'm basically trying to get employees of a manger using ldap. The error 
> I get is TypeError at /aboutus-test/ cannot concatenate 'str' and 'list' 
> objects. I think the issue is it's taking the list of employees and trying 
> to put them all into a function rather than one by one. But I am not sure 
> how to solve the issue, hence being here.
> >
>
> Can you post the entire traceback? Without it, we don't know which line is 
> causing the error.
>
> -James
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/3d8aef34-e360-49a5-b3bf-c49d3016c2a1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to