Class ActiveLdap::Ldif::Parser
In: lib/active_ldap/ldif.rb
Parent: Object

Methods

new   parse  

Included Modules

GetTextSupport

Constants

ATTRIBUTE_TYPE_CHARS = /[a-zA-Z][a-zA-Z0-9\-]*/
SAFE_CHAR = /[\x01-\x09\x0B-\x0C\x0E-\x7F]/
SAFE_INIT_CHAR = /[\x01-\x09\x0B-\x0C\x0E-\x1F\x21-\x39\x3B\x3D-\x7F]/
SAFE_STRING = /#{SAFE_INIT_CHAR}#{SAFE_CHAR}*/
FILL = / */

Attributes

ldif  [R] 

Public Class methods

Public Instance methods

[Validate]