--
Peter
eDirectory Rules!
http://www.DreamLAN.com
> I'd like to use ICE.exe to export some attributes for users -- but only
> specified users. Is there a way to have ICE use an input file of users
> to query against instead of 'base', 'one level' or 'subtree'? If ICE
> won't do it, is there a [free] LDAP utility that will?
Dunno about ICE, but the OpenLDAP version of ldapsearch has interesting
parameters to do exactly what you're describing. A search filter using a
syntax of 'cn=%s' with the -f command line parameter to specify the file
of CNs to search for.
--
---------------------------------------------------------------------------
David Gersic dgersic_@_niu.edu
Novell Knowledge Partner http://forums.novell.com
Please post questions in the newsgroups. No support provided via email.
I'd like to use ICE.exe to export some attributes for users -- but only
specified users. Is there a way to have ICE use an input file of users
to query against instead of 'base', 'one level' or 'subtree'? If ICE
won't do it, is there a [free] LDAP utility that will?
Thanks
Not sure about ICE, but you could do this easily enough with LDAP,
especially if you have objects whose names are unique in the tree. The
filter would just be:
(|(cn=firstObject)(cn=secondObject)(cn=thirdObject))
etc. etc. etc.
ICE may be able to take the same kind of filter since I believe it
actually uses LDAP on the backend.
Good luck.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.15 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iQIcBAEBAgAGBQJMf/HPAAoJEF+XTK08PnB5f08P/jEooeQq149ree/jEijHrI5n
e/0m5gJUUlzO8EIMkngYNqg90I9Apm90de0OOYWzyiF6RIzsQBx0O/t1BgLvcnWk
L/cjqZ3Y3josQZQn6NB4PG7EG79hlm/rdhVc8QXubdlJqMBZt+Q/I0Fp9lse5W0U
6y0CSJpLLWivlcfPQ2c7rh3A+WBBLLI9cxm76ZoP/AQGKLxCED/XWmdyLjKgBguX
PpzN9QMU7xNgPDrH6N5TlBuQxAsgCpvZ9aLbpZwWH035A5v9nmxIfbwG3QTKYY9g
SwgiySsMnSN2T6+DRg4fp3diAnzhrEUoMyQofaVfNTf9j7Y7/u+zjL/8N4XMMPSG
qnMPIL3X7ftkTjMyAPzQ/CZzJ2QW2tGRenv75JeSgBsleIpodDRQNIHvRWfFjT4N
Zuu7MlLbgeXROHUk66EtFs8t4/RIDnPQX/WQ8SgFi/lZbIVuI4lznYG7wc+ALF8/
Da5jtnSMvacg3bxiAMYShybSObaSo0IEpqLX4yBgxlBu8jozb4rw+h+uGx33Cn7r
989w2zebZKlgKzITH9XG9mgvVl1IPFhy/4wD8TZdxeq/F0Tq2qYKxVHAo4R2hvJp
x43XfjnFiRs3QRvW6qBUJjAO3CjRn6clPUfVsi+DAWAIVl9JK4FoX3xQa3v/NJOx
dj9H+Bt9aO7qt8g4iPPu
=RiOj
-----END PGP SIGNATURE-----