Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

/etc/dirsrv/schema/99user.ldif - LDIF file containing custom LDAP Schema for 389 Directory Server.

Author

99user.ldif was written by the 389 Project.

Description

99user.ldif This file contains user defined, or custom, LDAP schema definitions (attributes and objectclasses) used by the Directory Server.

Example

dn: cn=schema attributeTypes: ( 1.1.1.1.1.1.1 NAME 'myNewAttribute' DESC 'Custom defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN objectClasses: ( 1.1.1.1.1.1.1.2 NAME 'myNewObjectcass' DESC 'Custom defined objectclass' SUP top MUST ( myNewAttribute ) MAY ( uid $ cn ) X-ORIGIN 'user-defined' )

Name

/etc/dirsrv/schema/99user.ldif - LDIF file containing custom LDAP Schema for 389 Directory Server.

Reporting Bugs

Report bugs to https://github.com/389ds/389-ds-base/issues/new

Synopsis

/etc/dirsrv/schema/99user.ldif

Syntax

attributeTypes: VALUE objectClasses: VALUE

See Also