Re: working with ldap files

2006-09-04 Thread Michael Ströder
flit wrote: > > I am struggling with some ldap files. More general you are struggling with multiple attribute values of DN syntax stored in a single field of a CSV file. > I am using the csv module to work with this files (I exported the ldap > to a csv file). I guess you have MS AD and used MS

Re: working with ldap files (2nd answer)

2006-09-01 Thread Tim Chase
>> I have this string on a field >> CN=pointhairedpeoplethatsux,OU=Groups,OU=Hatepeople,OU=HR,DC=fabrika,DC=com;CN=pointhairedboss,OU=Groups,OU=Hatepeople,OU=HR,DC=fabrika,DC=com >> this string is all the groups one user has membership. >> So what I am trying to do. >> read this string >> and extra

Re: working with ldap files

2006-09-01 Thread Tim Chase
> I have this string on a field > CN=pointhairedpeoplethatsux,OU=Groups,OU=Hatepeople,OU=HR,DC=fabrika,DC=com;CN=pointhairedboss,OU=Groups,OU=Hatepeople,OU=HR,DC=fabrika,DC=com > this string is all the groups one user has membership. > So what I am trying to do. > read this string > and extract onl