I am trying to access an AZMAN store that is located in ADAM from a sql
query. I have written the query below but dont get any data. Is it possible
to access AZMAN in the same way you would access AD?
Thanks
SELECT cn
FROM OPENQUERY( ADSI,
'SELECT cn
FROM
''LDAP://server:50000/CN=AzManADAMStore,OU=SecNetPartition,O=SecNet,C=US''
where cn = ''Roles''')