redbrick/useradm

View on GitHub
rbschema/common.schema

Summary

Maintainability
Test Coverage
#
# Redbrick User Database LDAP Schema
# 
# Dermot Duffy - 2003/May/15
#
# $Id$
#
# OID Base is 1.3.6.1.4.1.9736.15.1.1 (See README for more)
#
# User database information
#
# Attribute Type Definitions

attributetype ( 1.3.6.1.4.1.9736.15.1.1.1.1
        NAME ( 'username' )
        DESC 'A username'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )

# Non standard core attribute, but also non-redbrick attribute

#attributetype ( 0.9.2342.19200300.100.1.9 NAME 'host'
#        DESC 'RFC1274: host computer'
#        EQUALITY caseIgnoreMatch
#        SUBSTR caseIgnoreSubstringsMatch
#        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )