Module: ROM::LDAP::ApacheDs Private
- Defined in:
- lib/rom/ldap/directory/vendors/apache_ds.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Apache Directory Extension
Instance Method Summary collapse
Instance Method Details
#schema_attributes ⇒ Array
15 16 17 |
# File 'lib/rom/ldap/directory/vendors/apache_ds.rb', line 15 def schema_attributes query(base: 'ou=schema', filter: '(objectClass=metaAttributeType)') end |
#schemas_classes ⇒ Array
22 23 24 |
# File 'lib/rom/ldap/directory/vendors/apache_ds.rb', line 22 def schemas_classes query(base: 'ou=schema', filter: '(objectClass=metaObjectClass)') end |