I am tired and stumped.
We are building on-line white pages written in perl from our ldap directory.
I am trying to optimize what I can in LDAP to make the search as easy as possible for the web developer. Our directory is filled with all kinds of data, not all up-to-date, that's a different project.
I could just feed him a series of filters to use i.e.
push(@filter, "inetuserstatus=active");


I'd rather be able to control in LDAP who appears in the online phonebook and a dynamic group seemed the way to go, building the filter string in memberUrl.
Ok, group is made, easy enough. Now what?
What do I tell him to use in his perl script to pull people from this group?
I've looked online and it seems like this isn't a simple issue, I don't want him to have to rewrite the thing. Am I better of just passing the search criteria on to him to add to his list of filters? Any ideas?
Thanks,
betsy

Reply via email to