199USER.LDIF(5)                File Formats Manual               99USER.LDIF(5)
2
3
4

NAME

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

SYNOPSIS

11       /etc/dirsrv/schema/99user.ldif
12
13

DESCRIPTION

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

SYNTAX

22       attributeTypes: VALUE
23       objectClasses: VALUE
24
25

EXAMPLE

27       dn: cn=schema
28       attributeTypes:  (  1.1.1.1.1.1.1  NAME  'myNewAttribute'  DESC 'Custom
29       defined attribute type'  SYNTAX  1.3.6.1.4.1.1466.115.121.1.15  SINGLE-
30       VALUE X-ORIGIN
31       objectClasses:  (  1.1.1.1.1.1.1.2  NAME 'myNewObjectcass' DESC 'Custom
32       defined objectclass' SUP top MUST ( myNewAttrbiute ) MAY ( uid $  cn  )
33       X-ORIGIN 'user-defined' )
34
35

AUTHOR

37       99user.ldif was written by the 389 Project.
38

REPORTING BUGS

40       Report bugs to https://pagure.io/389-ds-base/new_issue
41
43       Copyright © 2018 Red Hat, Inc.
44
45
46
47
48                                 Jun 26, 2018                   99USER.LDIF(5)
Impressum