[Date Prev][Date Next] [Chronological] [Thread] [Top]

quick URL implementation report quiz



(the URL are examples, not test cases)

Does your implementation support IPv6 literal addresses?
	ldap://[2222::1]

Does your implementation support not processing an URL
with an unrecognized critical extension?
	ldap:///??sub??bindname=cn=Manager%2co=Foo

In particular, when returned by a server in a referral
or search continuation?

Does your implementation support the bindname extension?
	ldap:///??sub??bindname=cn=Bar%2co=Foo

Does your implementation support not continuing the
processing upon failure of a critical bindname extension?
	ldap:///??sub??!bindname=cn=Bar%2co=Foo

Does your implementation support critical bindname with
empty DN?
	ldap:///??sub??bindname
	ldap:///??sub??bindname=

  (there likely should be a clarification added
  noting both are allowed or only one is allowed)

Does your implementation support non-critical bindname with
empty DN? 
	ldap:///??sub??!bindname
	ldap:///??sub??!bindname=