| 12345678910111213141516171819202122 |
- #
- # BEGIN COPYRIGHT BLOCK
- # Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
- # Copyright (C) 2005 Red Hat, Inc.
- # All rights reserved.
- #
- # License: GPL (version 3 or any later version).
- # See LICENSE for details.
- # END COPYRIGHT BLOCK
- #
- #
- # Schema from RFC 2927
- # "MIME Directory Profile for LDAP Schema"
- #
- # DS 6.0 does not yet support the LDAP Schema Definition syntax definition
- # ( 1.3.6.1.4.1.1466.115.121.1.56 DESC 'LDAP Schema Definition' )
- # so in the interim this is replaced by a unstructured string.
- #
- dn: cn=schema
- attributeTypes: ( 1.3.6.1.4.1.1466.101.120.17 NAME 'ldapSchemas'
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 USAGE directoryOperation
- X-ORIGIN 'RFC 2927' )
|