java - what does it mean to build LDAP V3 compliant application? -
i have requirement build build few rest api interface ldap v3 compliant server such open ldap/ ad. primary question if server ldap v3 compliant, have attributes defined per standard l[as opposed samaccount in ad]? way possible build single integration code integrates ldap v3 severs. if have create/query user on ldap v3 server, use same code using standard ldap attributes , not use vendor specific attributes such "samaaccount ", or "memberof". possible @ [just if write jpa compliant code use both hibernate, eclipselink orm providers]? or have misinterpreted ldap v3 compliance?
ldapv3 capabilities, not attributes. depending on schemata used attributes ldap-server can hold differ. therefore can not expect ldapv3-compatible server identify users fix attribute-type. can expect ldapv3-compatible server capable of understanding sasl, referrals or controls. need make attributes need use configurable depending on used ldap-backend.
Comments
Post a Comment