On Jan 11, 9:38 am, rig...@gmail.com wrote:
> Hi,
>
[quoted text clipped - 23 lines]
> Thanks,
> -Joe
I am currently doing this with much success. It is simple to set a
node to a value from AD but the form will need full trust permissions
requiring a certificate to be installed. I think the 2007 version of
infopath may have an "Out of the Box" function for this but it is not
difficult. There are many fields in AD that can be used. I use names
and email addresses and may start integrating job titles soon. I've
been using VBscript to perform the functions and setting values in the
form by referencing the nodes. I do control access to the forms
functions by using user roles and it does work. I don't have any
Jscript examples but only VB. If you'd like more info let me know and
I can share some code.
Clay Fox - 11 Jan 2008 15:50 GMT
You can do this without full trust and without any coding via an AD Web
Service.
It allows you to identify the user, get their email, manager, and other AD
info, it also has a method to identify whether they are a member of a
particular group.
It comes bundled with the Database Accelerator or it can be standalone.
You can find out more at http://www.qdabra.com and there are tutorials on
its use on http://www.infopathdev.com.

Signature
Thanks
Clay Fox
Qdabra Software
http://www.qdabra.com
InfoPathDev.Com
The Largest InfoPath Forum in the World
http://www.infopathdev.com
> On Jan 11, 9:38 am, rig...@gmail.com wrote:
> > Hi,
[quoted text clipped - 36 lines]
> Jscript examples but only VB. If you'd like more info let me know and
> I can share some code.