On Sat, May 3, 2008 at 5:02 PM, Olivier Rademakers rademakers@channelopen.org wrote:
Chris Henderson wrote:
ldapsearch -x -h ad3.merog.org -b "dc=ad3,dc=merog,dc=org" "(cn=user
name)"
proxyaddresses
Thanks. I have tried that already. The problem with this query is that it gives lots of commented-out lines that I don't really need. I have written a Perl script to parse exactly what I need. Is there any way to put that script in slapd.conf as one of my applications will query OpenLDAP directly for that exact value.
Thanks for any help.
In that case, why doesn't your application call directly your perl script?
The application doesn't have the capability to parse this kind of information. So I thought OpenLDAP would be able to parse this kind of LDAP queries.