Package ldaptor :: Package test :: Module test_schema
[hide private]
[frames] | no frames]

Module test_schema

source code

Test cases for ldaptor.schema module.

Classes [hide private]
  AttributeType_KnownValues
  ObjectClass_KnownValues
  TestComparison
Variables [hide private]
  OBJECTCLASSES = {'country': '( 2.5.6.2 NAME \'country\'\n\tDES...
Variables Details [hide private]

OBJECTCLASSES

Value:
{'country': '''( 2.5.6.2 NAME \'country\'
\tDESC \'RFC2256: a country\'
\tSUP top STRUCTURAL
\tMUST c
\tMAY ( searchGuide $ description ) )''',
 'organization': '''( 2.5.6.4 NAME \'organization\'
\tDESC \'RFC2256: an organization\'
\tSUP top STRUCTURAL
...