Re: Can;t connect Analyzer 1.1 against AD
stuart sam wrote:
> Have been playing around. I am able to connect to my dev AD environment
> by exporting the project from designer. These seems to work well.
>
> I can import a flat file using CSVD. This at least gives me the data
> so that I can have a look through it, but obviously has some
> limitations
>
> CSVDE -f c:\fulladexport.csv
> CSVDE -f c:\fulluserexport.csv -r "(objectClass=user)"
> CSVDE -f c:\userexportattribute.csv -r "(objectClass=user)" -l
> "cn,sn,description,physicalDeliveryOfficeName,tele phoneNumber,facsimileTelephoneNumber,givenName,dis tinguishedName,whenCreated,whenChanged,displayName ,name,lastLogoff,lastLogon,accountExpires,sAMAccou ntName,userPrincipalName"
> CSVDE -f c:\fullgroupexport.csv -r "(objectClass=group)"
>
> I guess if I was to do this to a AD environment with no IDM in place I
> would have to either implement a remote loader or configure the driver
> for analyzer to run locally. Not sure, but hopefully will figure out
> with playing around a bit.
If you look, the eDir driver in Analyzer is actually an LDAP driver.
I would like the same thing with AD, thus no need for a Remote Loader.
I tried pointing an LDAP driver at AD, and did not quite get it to work,
alas. That would be more useful in my view.
|