cancel
Showing results for 
Search instead for 
Did you mean: 

From Pass Support

former_member2987
Active Contributor
0 Kudos

Hi there,

I'm wondering if anyone has done a From Pass with an attribute of type TABLE in the destination tab. I know the pass is reading correctly since if I force an error it shows me all of the data that should go into the new table. The probelm is that the table is not being created.

I'm doing this in a From LDAP pass (AD 2008) trying to read the members of a group, if that helps any.

Thanks for any help you can offer!

Matt

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Here is a screenshot of the job we use to load the membership of groups("member"), and this has been working for quite a while (though we may not use AD2008 yet).

http://minus.com/ljwY3A

Here is the way we load users, which I believe also loads their groups, but via "memberOf" on the user, instead of "member" on the group:

http://minus.com/llIm0K

Hope this helps.

Former Member
0 Kudos

Hey Matt,

Did you get any updates on this? Were you able to successfully read from the memberOf TABLE type attribute? if so, how?

I was also curious in what context you were trying to read the memberOf attribute? (I'm guessing you were trying to do some kind of filtering within the source tab of a subsequent pass?)

Thanks a lot in advance!

Best regards,

Sandeep

former_member2987
Active Contributor
0 Kudos

I don't even remember what I was trying to do.

I'll have to take a look.

Former Member
0 Kudos

Thanks a lot Matt!

I actually was just trying to do a bit of group filtering on data I was reading in from AD so I needed to know how to read from the memberOf table; but, I managed to spend some time on the table itself and after a bit of experimentation I was able to work out a query which allowed me to correlate the memberOf attributes as well as the appropriate key attributes in order to filter the results properly.

Cheers!

Sandeep