Re: ADAM



It should work fine. Since simple bind is actually defined in the LDAP
spec, every LDAP client library supports it. As long as you can bind with
an ADAM user, you should have no problem executing a query from Unix.

The only times you generally have problems querying AD or ADAM with non-MS
LDAP stacks are when you need to use a feature that the stack doesn't
support well. Windows secure (GSS-SPNEGO using negotiate authentication) is
a typical problem, but people also run into problems with APIs that don't
support the paged search control and will sometimes have issues if they
attempt to read and modify Windows security descriptors (pretty uncommon).

For doing simple queries of small result sets using simple bind, that should
be cake.

Joe K.

--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
--
"Gibraltar" <Gibraltar@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:C475FFA0-BA29-4406-B38A-312E0F55E892@xxxxxxxxxxxxxxxx
Hi,
I have an application running on a Unix server and I have an ADAM server.
Can I retrieve the information of the objects in ADAM usind LDAP queries
from
the unix server through a simple bind? Are there any foreseen issues?

Thanks,
Gib


.



Relevant Pages

  • Re: Query AD from DMZ via LDAP?
    ... You don't really need ADAM for this unless you need LDAP simple bind, ... authentication to apps on the public internet, ...
    (microsoft.public.windows.server.active_directory)
  • Re: using userPrincipleName for ADAM login
    ... If you specify credentials in a bind, the bind will fail if he credentials ... You are likely doing LDAP simple bind with ADAM. ... Co-author of "The .NET Developer's Guide to Directory Services Programming" ...
    (microsoft.public.windows.server.active_directory)
  • Re: How Redirect ADAM to AD ?
    ... If you wish to authenticate your users in AD against ADAM using a simple ... LDAP bind, then a bind proxy is what you want to create. ... In order to be able to authenticate my users with their account AD I ...
    (microsoft.public.windows.server.active_directory)
  • Re: How Redirect ADAM to AD ?
    ... To use a simple bind, you must create bind proxy objects in ADAM for your AD ... Co-author of "The .NET Developer's Guide to Directory Services Programming" ... LDAP bind, then a bind proxy is what you want to create. ...
    (microsoft.public.windows.server.active_directory)
  • Re: Keep ADAM proxies up-to-date through LDIFDE
    ... ADAM is AD LDS it's stamped all over it in W2k8 server so we just ... I'm not so sure about the currency of your perf observations; other LDAP ... surprise" does not cut it IMO if we want to win people over to ADAM. ...
    (microsoft.public.windows.server.active_directory)

Loading