Class LDAP::Schema
In: lib/ldap/schema.rb
Parent: Hash

Retrieve and process information pertaining to LDAP schemas.

Methods

attr   may   must   names   new   sup  

Public Class methods

Public Instance methods

Return the list of attributes in object class oc that are of category at. at may be the string MUST, MAY or SUP.

Return the list of attributes that an entry with object class oc may possess.

Return the list of attributes that an entry with object class oc must possess.

Return the list of values related to the schema component given in key. See LDAP::Conn#schema for common values of key.

Return the superior object class of object class oc.

[Validate]