Results 1 to 2 of 2

Thread: Communication with LDAP server

  1. #1
    Join Date
    Sep 2010
    Posts
    1

    Question Communication with LDAP server

    Hi All,

    Would anybody know how Spring LDAP actually communicate with LDAP Servers? Does it use any OS native mechanism or does the Spring LDAP java code directly talks to the LDAP server?

    Thanks in advance,
    Mateus

  2. #2

    Default

    Spring LDAP uses JNDI API (http://www.oracle.com/technetwork/ja...sp-137536.html) behind the scenes. It does not use any OS native mechanisms.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •