Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
99USER.LDIF(5)		       File Formats Manual		  99USER.LDIF(5)

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

SYNOPSIS
     /etc/dirsrv/schema/99user.ldif

DESCRIPTION
     99user.ldif

     This file contains user defined, or custom, LDAP  schema  definitions  (at-
     tributes and objectclasses) used by the Directory Server.

SYNTAX
     attributeTypes: VALUE
     objectClasses: VALUE

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  de-
     fined  objectclass' SUP top MUST ( myNewAttribute ) MAY ( uid $ cn ) X-ORI-
     GIN 'user-defined' )

AUTHOR
     99user.ldif was written by the 389 Project.

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

COPYRIGHT
     Copyright (C) 2018 Red Hat, Inc.

				  Jun 26, 2018			  99USER.LDIF(5)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=99user.ldif&sektion=5&manpath=FreeBSD+Ports+15.1.quarterly>

home | help