tweaked subschema query to comply with RFC 4512 pgh 4.4.

This commit is contained in:
blackhedd 2007-05-02 18:25:34 +00:00
parent 8cfb4a13b6
commit bc1129fcf1

View file

@ -1075,7 +1075,7 @@ module Net
# # your code # # your code
# end # end
#-- #--
# cf. RFC4512 section 4. # cf. RFC4512 section 4, particulary graff 4.4.
# The :dn attribute in the returned Entry is the subschema name as returned from # The :dn attribute in the returned Entry is the subschema name as returned from
# the server. # the server.
# Set :ignore_server_caps, see the notes in search_root_dse. # Set :ignore_server_caps, see the notes in search_root_dse.
@ -1095,7 +1095,7 @@ module Net
:ignore_server_caps=>true, :ignore_server_caps=>true,
:base=>subschema_name.first, :base=>subschema_name.first,
:scope=>SearchScope_BaseObject, :scope=>SearchScope_BaseObject,
:filter=>"objectclass=*", :filter=>"objectclass=subschema",
:attributes=>[:objectclasses, :attributetypes] :attributes=>[:objectclasses, :attributetypes]
) )