Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
fusiondirectory
fusiondirectory-plugins
Commits
06b54f16
Commit
06b54f16
authored
7 years ago
by
Côme Chilliet
Browse files
Options
Download
Patches
Plain Diff
fix(schemas) Add SUBSTR matching rules to fields storing DNs
issue #5811
parent
fc9cc747
dev
6104-mail-methods-refactor
6231-give-the-ability-to-the-webservice-to-notice-if-an-attribute-is-monovalued-or-multivalued
6237-add-requiredattrs-array-to-the-webservice-informations
6245-adapt-the-ci-to-the-reorganisation-of-the-dev-tools-and-fixing-the-trigger-downstream-pipelines
6250-supann-configuration-backend-requires-account-life-cycle-section
6280-plugins-update-plugins-to-take-into-consideration-the-new-directory-of-core-structure
6310-tasks-reminder-error-in-the-schema-duplicate-attribute-id
6311-put-the-version-1-5-in-all-yaml-for-fusiondirectory-1-5
6322-template-issue-when-creating-a-template-with-empty-password-error-message-should-not-be-seen-2
6332-zimbra-allows-update-of-data-for-unknown-domain-name-for-specific-individual-aliases
6337-webservice-issue-with-archiving-post-request-not-responding-but-successfully-archiving-user
6341-supann-extract-resources-states-sub-states-from-backend-configuration-to-their-own-objects
master
fusiondirectory-1.5
fusiondirectory-1.4
fusiondirectory-1.3.1
fusiondirectory-1.3
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dhcp/contrib/openldap/dhcp-fd.schema
+3
-0
dhcp/contrib/openldap/dhcp-fd.schema
ejbca/contrib/openldap/ejbca-fd.schema
+2
-1
ejbca/contrib/openldap/ejbca-fd.schema
opsi/contrib/openldap/opsi-fd.schema
+6
-3
opsi/contrib/openldap/opsi-fd.schema
with
11 additions
and
4 deletions
+11
-4
dhcp/contrib/openldap/dhcp-fd.schema
+
3
−
0
View file @
06b54f16
attributetype ( 2.16.840.1.38414.1.203.4.1
NAME 'dhcpPrimaryDN'
EQUALITY distinguishedNameMatch
SUBSTR caseIgnoreSubstringsMatch
DESC 'The DN of the dhcpServer which is the primary server for the configuration.'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE )
attributetype ( 2.16.840.1.38414.1.203.4.2
NAME 'dhcpSecondaryDN'
EQUALITY distinguishedNameMatch
SUBSTR caseIgnoreSubstringsMatch
DESC 'The DN of dhcpServer(s) which provide backup service for the configuration.'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
...
...
@@ -109,6 +111,7 @@ attributetype ( 2.16.840.1.38414.1.203.4.18
attributetype ( 2.16.840.1.38414.1.203.4.19
NAME 'dhcpServiceDN'
EQUALITY distinguishedNameMatch
SUBSTR caseIgnoreSubstringsMatch
DESC 'The DN of dhcpService object(s)which contain the configuration information. Each dhcpServer object has this attribute identifying the DHCP configuration(s) that the server is associated with.'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
...
...
This diff is collapsed.
Click to expand it.
ejbca/contrib/openldap/ejbca-fd.schema
+
2
−
1
View file @
06b54f16
...
...
@@ -5,7 +5,8 @@
# Attributes
attributetype ( 1.3.6.1.4.1.38414.49.1.1 NAME 'fdEjbcaCertDN'
DESC 'FusionDirectory - Certificate dn'
EQUALITY caseExactIA5Match
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
# Objectclasses
...
...
This diff is collapsed.
Click to expand it.
opsi/contrib/openldap/opsi-fd.schema
+
6
−
3
View file @
06b54f16
...
...
@@ -26,13 +26,15 @@ attributetype ( 1.3.6.1.4.1.38414.20.10.3 NAME 'fdOpsiServerPassword'
attributetype ( 1.3.6.1.4.1.38414.20.11.1 NAME 'fdOpsiServerDn'
DESC 'FusionDirectory - OPSI server DN'
EQUALITY caseExactIA5Match
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
SINGLE-VALUE )
attributetype ( 1.3.6.1.4.1.38414.20.11.2 NAME 'fdOpsiProfileDn'
DESC 'FusionDirectory - OPSI Profile DN'
EQUALITY caseExactIA5Match
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
SINGLE-VALUE )
...
...
@@ -44,7 +46,8 @@ attributetype ( 1.3.6.1.4.1.38414.20.12.1 NAME 'fdOpsiNetbootProduct'
attributetype ( 1.3.6.1.4.1.38414.20.12.2 NAME 'fdOpsiSoftwareList'
DESC 'FusionDirectory - OPSI software list DN'
EQUALITY caseExactIA5Match
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
attributetype ( 1.3.6.1.4.1.38414.20.13.1 NAME 'fdOpsiProductProperty'
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets