Sha256: ab433f3c330793dfc558221a47dc7ed0f49414893b2b1a4aecaeadcdd86a5179

Contents?: true

Size: 1.57 KB

Versions: 11

Compression:

Stored size: 1.57 KB

Contents

version: 1

# attributetype ( 1.3.6.1.1.1.1.1 NAME 'gidNumber'
#   DESC 'An integer uniquely identifying a group in an administrative domain'
#   EQUALITY integerMatch
#   SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
dn: m-oid=1.3.6.1.1.1.1.1,ou=attributeTypes,cn=other,ou=schema
objectClass: metaAttributeType
objectClass: metaTop
objectClass: top
m-collective: FALSE
m-description: An integer uniquely identifying a group in an administrative domain
m-equality: integerMatch
m-name: gidNumber
m-syntax: 1.3.6.1.4.1.1466.115.121.1.27
m-usage: USER_APPLICATIONS
m-oid: 1.3.6.1.1.1.1.1

# attributetype ( 1.3.6.1.1.1.1.12 NAME 'memberUid'
#   EQUALITY caseExactIA5Match
#   SUBSTR caseExactIA5SubstringsMatch
#   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
dn: m-oid=1.3.6.1.1.1.1.12,ou=attributeTypes,cn=other,ou=schema
objectClass: metaAttributeType
objectClass: metaTop
objectClass: top
m-collective: FALSE
m-description: memberUid
m-equality: caseExactIA5Match
m-name: memberUid
m-syntax: 1.3.6.1.4.1.1466.115.121.1.26
m-usage: USER_APPLICATIONS
m-oid: 1.3.6.1.1.1.1.12

# objectclass ( 1.3.6.1.1.1.2.2 NAME 'posixGroup' SUP top STRUCTURAL
#   DESC 'Abstraction of a group of accounts'
#   MUST ( cn $ gidNumber )
#   MAY ( userPassword $ memberUid $ description ) )
dn: m-oid=1.3.6.1.1.1.2.2,ou=objectClasses,cn=other,ou=schema
objectClass: metaObjectClass
objectClass: metaTop
objectClass: top
m-description: posixGroup
m-must: cn
m-must: gidNumber
m-may: memberUid
m-may: userPassword
m-may: description
m-supobjectclass: top
m-name: posixGroup
m-oid: 1.3.6.1.1.1.2.2
m-typeobjectclass: STRUCTURAL

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
github-ldap-1.10.1 test/fixtures/posixGroup.schema.ldif
github-ldap-1.10.0 test/fixtures/posixGroup.schema.ldif
github-ldap-1.9.0 test/fixtures/posixGroup.schema.ldif
github-ldap-1.8.2 test/fixtures/posixGroup.schema.ldif
github-ldap-1.8.1 test/fixtures/posixGroup.schema.ldif
github-ldap-1.8.0 test/fixtures/posixGroup.schema.ldif
github-ldap-1.7.1 test/fixtures/posixGroup.schema.ldif
github-ldap-1.7.0 test/fixtures/posixGroup.schema.ldif
github-ldap-1.6.0 test/fixtures/posixGroup.schema.ldif
github-ldap-1.5.0 test/fixtures/posixGroup.schema.ldif
github-ldap-1.4.0 test/fixtures/posixGroup.schema.ldif