Clowser, Jeff (Contractor) wrote:
Unknown:
I guess "unknown" means you couldn't determine the status of support in
slapd.
- RFC 3672 (subentries)
Searching for subentries is supported in slapd. Not sure about whether
subentries are used at all.
- RFC 3909 LDAP Cancel operation
Is supported by slapd. But not by many client applications I guess. ;-)
Python 2.5.1 (r251:54863, Aug 3 2007, 00:52:06)
[..]
>> import ldap
>> l=ldap.initialize('ldap://localhost:1390')
>>
m=l.search('dc=stroeder,dc=de',ldap.SCOPE_SUBTREE,'(objectClass=*)')
>> l.cancel_s(m)
syslog:
Nov 16 12:35:42 nb2 slapd[3313]: conn=6 op=1 CANCEL msg=1
Nov 16 12:35:42 nb2 slapd[3313]: conn=6 op=1 RESULT oid= err=0 text=
- RFC 5020 entryDN operational attribute
Yes.
Ciao, Michael.