mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
29.26.2011 0aca99f85f942b025d67a1465ebca12ab95a8a0d
opendj-sdk/opends/resource/schema/02-config.ldif
@@ -2581,6 +2581,36 @@
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
  SINGLE-VALUE
  X-ORIGIN 'OpenDJ Directory Server' )
attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.12
  NAME 'ds-cfg-primary-remote-ldap-server'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  X-ORIGIN 'OpenDJ Directory Server' )
attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.13
  NAME 'ds-cfg-secondary-remote-ldap-server'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  X-ORIGIN 'OpenDJ Directory Server' )
attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.14
  NAME 'ds-cfg-mapping-policy'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  X-ORIGIN 'OpenDJ Directory Server' )
attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.15
  NAME 'ds-cfg-mapped-attribute'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.38
  X-ORIGIN 'OpenDJ Directory Server' )
attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.16
  NAME 'ds-cfg-mapped-search-bind-dn'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  SINGLE-VALUE
  X-ORIGIN 'OpenDJ Directory Server' )
attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.17
  NAME 'ds-cfg-mapped-search-bind-password'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  X-ORIGIN 'OpenDJ Directory Server' )
attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.18
  NAME 'ds-cfg-mapped-search-base-dn'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  X-ORIGIN 'OpenDJ Directory Server' )
objectClasses: ( 1.3.6.1.4.1.26027.1.2.1
  NAME 'ds-cfg-access-control-handler'
  SUP top
@@ -4321,3 +4351,16 @@
  MUST ( ds-cfg-pwd-sync-policy )
  MAY ( ds-cfg-samba-administrator-dn )
  X-ORIGIN 'OpenDJ Directory Server' )
objectClasses: ( 1.3.6.1.4.1.36733.2.1.2.4
  NAME 'ds-cfg-ldap-pass-through-authentication-policy'
  SUP ds-cfg-authentication-policy
  STRUCTURAL
  MUST ( ds-cfg-java-class $
         ds-cfg-primary-remote-ldap-server $
         ds-cfg-mapping-policy )
  MAY ( ds-cfg-secondary-remote-ldap-server $
        ds-cfg-mapped-attribute $
        ds-cfg-mapped-search-bind-dn $
        ds-cfg-mapped-search-bind-password $
        ds-cfg-mapped-search-base-dn )
  X-ORIGIN 'OpenDJ Directory Server' )