99user.ldif.5 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .\" Hey, EMACS: -*- nroff -*-
  2. .\" First parameter, NAME, should be all caps
  3. .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
  4. .\" other parameters are allowed: see man(7), man(1)
  5. .TH 99USER.LDIF 5 "Jun 26, 2018"
  6. .\" Please adjust this date whenever revising the manpage.
  7. .\"
  8. .\" Some roff macros, for reference:
  9. .\" .nh disable hyphenation
  10. .\" .hy enable hyphenation
  11. .\" .ad l left justify
  12. .\" .ad b justify to both left and right margins
  13. .\" .nf disable filling
  14. .\" .fi enable filling
  15. .\" .br insert line break
  16. .\" .sp <n> insert n+1 empty lines
  17. .\" for manpage-specific macros, see man(7)
  18. .SH NAME
  19. /etc/dirsrv/schema/99user.ldif - LDIF file containing custom LDAP Schema for 389 Directory Server.
  20. .SH SYNOPSIS
  21. /etc/dirsrv/schema/99user.ldif
  22. .SH DESCRIPTION
  23. 99user.ldif
  24. This file contains user defined, or custom, LDAP schema definitions (attributes
  25. and objectclasses) used by the Directory Server.
  26. .SH SYNTAX
  27. attributeTypes: VALUE
  28. .br
  29. objectClasses: VALUE
  30. .br
  31. .SH EXAMPLE
  32. dn: cn=schema
  33. .br
  34. attributeTypes: ( 1.1.1.1.1.1.1 NAME 'myNewAttribute' DESC 'Custom defined
  35. attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN
  36. 'user-defined' )
  37. .br
  38. objectClasses: ( 1.1.1.1.1.1.1.2 NAME 'myNewObjectcass' DESC 'Custom defined
  39. objectclass' SUP top MUST ( myNewAttribute ) MAY ( uid $ cn ) X-ORIGIN 'user-defined' )
  40. .SH AUTHOR
  41. 99user.ldif was written by the 389 Project.
  42. .SH "REPORTING BUGS"
  43. Report bugs to https://github.com/389ds/389-ds-base/issues/new
  44. .SH COPYRIGHT
  45. Copyright \(co 2018 Red Hat, Inc.