Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttributeTypeDefinition ¶
type AttributeTypeDefinition string
var ( AliasedObjectName AttributeTypeDefinition ObjectClass AttributeTypeDefinition CreatorsName AttributeTypeDefinition CreateTimestamp AttributeTypeDefinition ModifiersName AttributeTypeDefinition ModifyTimestamp AttributeTypeDefinition StructuralObjectClass AttributeTypeDefinition GoverningStructureRule AttributeTypeDefinition )
Operational AttributeTypes
var ( ObjectClasses AttributeTypeDefinition SubschemaSubentry AttributeTypeDefinition AttributeTypes AttributeTypeDefinition MatchingRules AttributeTypeDefinition MatchingRuleUse AttributeTypeDefinition LDAPSyntaxes AttributeTypeDefinition DITContentRules AttributeTypeDefinition DITStructureRules AttributeTypeDefinition NameForms AttributeTypeDefinition )
Directory Schema AttributeTypes
var ( AltServer AttributeTypeDefinition NamingContexts AttributeTypeDefinition SupportedControl AttributeTypeDefinition SupportedExtension AttributeTypeDefinition SupportedFeatures AttributeTypeDefinition SupportedLDAPVersion AttributeTypeDefinition SupportedSASLMechanisms AttributeTypeDefinition )
DSA AttributeTypes
func (AttributeTypeDefinition) String ¶
func (r AttributeTypeDefinition) String() string
type AttributeTypeDefinitions ¶
type AttributeTypeDefinitions []AttributeTypeDefinition
var ( DirectorySchemaAttributeTypes AttributeTypeDefinitions OperationalAttributeTypes AttributeTypeDefinitions DSAAttributeTypes AttributeTypeDefinitions AllAttributeTypes AttributeTypeDefinitions )
func (AttributeTypeDefinitions) Len ¶
func (r AttributeTypeDefinitions) Len() int
type ObjectClassDefinition ¶
type ObjectClassDefinition string
var ( Top ObjectClassDefinition Alias ObjectClassDefinition Subschema ObjectClassDefinition ExtensibleObject ObjectClassDefinition )
func (ObjectClassDefinition) String ¶
func (r ObjectClassDefinition) String() string
type ObjectClassDefinitions ¶
type ObjectClassDefinitions []ObjectClassDefinition
var (
AllObjectClasses ObjectClassDefinitions
)
func (ObjectClassDefinitions) Len ¶
func (r ObjectClassDefinitions) Len() int
Click to show internal directories.
Click to hide internal directories.