Jan 19, 2005 #1 janchundia Technical User Joined Aug 13, 2002 Messages 304 Location EC Anyone can explica me about the search options in LDAP. Regards Javier
Sep 12, 2005 #2 LdapDrivingMeCrazy Programmer Joined Sep 8, 2005 Messages 3 Location US HI, According to what i've learned : LDAP_SCOPE_BASE : ex: dc=com search at this level only ( dc=com ) LDAP_SCOPE_ONELEVEL : search 1 level beneath (dc=com). ex: dc=com,o=org LDAP_SCOPE_SUBTREE: search all entries below ( dc=com ) Upvote 0 Downvote
HI, According to what i've learned : LDAP_SCOPE_BASE : ex: dc=com search at this level only ( dc=com ) LDAP_SCOPE_ONELEVEL : search 1 level beneath (dc=com). ex: dc=com,o=org LDAP_SCOPE_SUBTREE: search all entries below ( dc=com )