We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cfb4a1 commit bc1129fCopy full SHA for bc1129f
lib/net/ldap.rb
@@ -1075,7 +1075,7 @@ def search_root_dse
1075
# # your code
1076
# end
1077
#--
1078
- # cf. RFC4512 section 4.
+ # cf. RFC4512 section 4, particulary graff 4.4.
1079
# The :dn attribute in the returned Entry is the subschema name as returned from
1080
# the server.
1081
# Set :ignore_server_caps, see the notes in search_root_dse.
@@ -1095,7 +1095,7 @@ def search_subschema_entry
1095
:ignore_server_caps=>true,
1096
:base=>subschema_name.first,
1097
:scope=>SearchScope_BaseObject,
1098
- :filter=>"objectclass=*",
+ :filter=>"objectclass=subschema",
1099
:attributes=>[:objectclasses, :attributetypes]
1100
)
1101
0 commit comments