Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Blog
  • Questions
  • Learning
    • E-learning Courses
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • Tutorials
    • Video Library
    • Books We Like
    • >> Go to DataMiner Docs
  • Expert Center
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Markets & Industries
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • DataMiner Insights
      • Security
      • Integration Studio
      • System Architecture
      • DataMiner Releases & Updates
      • DataMiner Apps
    • Agile
      • Agile Webspace
      • Everything Agile
        • The Agile Manifesto
        • Best Practices
        • Retro Recipes
      • Methodologies
        • The Scrum Framework
        • Kanban
        • Extreme Programming
      • Roles
        • The Product Owner
        • The Agile Coach
        • The Quality & UX Coach (QX)
    • DataMiner DevOps Professional Program
  • Downloads
  • More
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
      • General Inquiries
      • DataMiner DevOps Support
      • Commercial Requests
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

Setting up Dataminer for Multiple Active Directories in same Forest

Solved1.88K views13th October 2022Active Directory LDAP
3
Ryan Reuss [SLC] [DevOps Member]490 18th February 2022 0 Comments

Hello Team,

When adding multiple Active Directories into the System Center > System Settings > LDAP , the DataMiner help mentions:

  • In case DataMiner is required to directly access multiple domain controllers, you will need to change your DataMiner System configuration via System Center > System settings > LDAP, and provide the system with the correct LDAP (AD) information for each LDAP (AD) connection.

More detailed info on this can also be found in the DataMiner help pages available on any DataMiner Agent under the    section Advanced security configuration > Configuring LDAP settings.

https://docs.dataminer.services/user-guide/Advanced_Functionality/Security/Advanced_security_configuration/Configuring_LDAP_settings.html

I was wondering if there was an example for how this should look for the following: three separate domains in the same forest (we’ll call them XXX, YYY and ZZZ).

I just tested LDAP with a group as they are in the YYY domain.

I added the security group as a local group with the domain attached. Added admin permissions and access to all views. Tested logging in with two separate users that were both part of the security group and neither could log in.

I tested removing the ZZZ portion from the naming context just for fun, currently set as DC='111',DC='222', and it took about 15 minutes to pull up a list of security groups.

When adding an existing group is selected no groups pop up so I am assuming the current configuration is not working.

Thanks in advance!

André Kaiser [DevOps Advocate] Answered question 13th October 2022

3 Answers

  • Active
  • Voted
  • Newest
  • Oldest
3
Ryan Reuss [SLC] [DevOps Member]490 Posted 29th March 2022 1 Comment

Adding the Top level domain in the naming context should work for this. (For example: Top level "Skyline.be" containing all sub domains would be named, DC = Skyline , DC = be ) Please note, If a group contains users from multiple domains this might not be possible if the top level domain isn't Universal or configured properly.

Tip from the help regarding referrals -

When a user group in the DataMiner domain contains users from another domain, by default, referrals are used to retrieve these users. This means that when information is asked from the DataMiner domain about a different domain, the request is automatically forwarded. If referrals are not configured on the directory, this will not work, so that it can appear that a domain group does not contain any users. In that case, the attribute referralConfigured="false" should be added to the LDAP tag in DataMiner.xml, so that a connection is made with the other Domain Controller and the latter is queried directly. (Will throw an error if this is the case)

Also check the Skyline DataMiner / tools folder for the ReloadLDAP.js file as this was missing in the 10.0 ISO and when upgrading to 10.1 it was not added back. We copied one from another DMA, so if you are having directory issues make sure to check this.

Chris Glover [DevOps Advocate] Posted new comment 15th December 2022
Chris Glover [DevOps Advocate] commented 15th December 2022

That last paragraph was really helpful. We were scrating our heads as to why it was missing on some of our servers!

2
Wouter Bogaert [SLC] [DevOps Advocate]969 Posted 30th March 2022 0 Comments

Hi Ryan,

This has recently been tested and some additional information was added to DataMiner docs.

https://docs.dataminer.services/user-guide/Advanced_Functionality/Security/Advanced_security_configuration/Configuring_LDAP_settings.html#active-directory-forest-with-multiple-domains

Wouter Bogaert [SLC] [DevOps Advocate] Answered question 30th March 2022
0
André Kaiser [DevOps Advocate]532 Posted 13th October 2022 2 Comments

Dear Dojo community,
we have a setup of two domains with individual forests. There is a trust relationship between the two forests. We are able to connect DataMiner to both domains individually and import users and groups as required. The target is to use only a connection to domain B and be able to import and authenticate users and groups from domain A.

In domain B there are nested groups configured, that include groups and users from both forests.

  • When we import a nested group from domain B, that includes users from domain B only we see all of them in the users in DataMiner.
  • When we import a nested group from domain B, that includes users from domain B and users from domain A we see only the users of domain B in the users in DataMiner. Users from domain A are not resolved and thus cannot login to the DMS.

On the DMA on Windows Server level both groups and the users included are available and can be used for logon  and permission management. Here we also see, that domain B users are of type "User" and domain A users are of type "ForeignSecurityPrincipal" with a UID (-> referrals to domain A). DataMiner seem to behave differently. Does DataMiner recognize "ForeignSecurityPrincipals" as users and resolve them via referrals by default?
We already played around with the "referral=true/false" and different LDAP queries, that include foreign security principals as well, and tested the configuration as per the last comment in this thread, but did never reach state, where users from domain A became available through domain B.
Can you help with this or at least clarify if such a target shoudl be possible to reach with DM?

André Kaiser [DevOps Advocate] Posted new comment 15th November 2022
Wouter Bogaert [SLC] [DevOps Advocate] commented 15th November 2022

Hi André,
Just wanted to note that the original question and answers are about multiple domains in the same forest.
Looks like you are talking about 2 different forests.
I’m not sure if this is supported.

André Kaiser [DevOps Advocate] commented 15th November 2022

Hi Wouter.
Many thanks for your furtehr feedback. We have implemented a workaroudn now, where AD ressources are defined in domain A and AD roles with the user accounts in domain B. We imported the AD roles as DataMiner user groups now. This provides the intended funcionality.

Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas

Recent questions

Web Applications exception in Cube due to invalid certificate 0 Answers | 0 Votes
Redundancy Groups and Alarming – Duplicate Alarms 0 Answers | 0 Votes
Correlation Engine: “Test rule” doesn’t result in a hit, despite functional rule 1 Answer | 3 Votes

Question Tags

adl2099 (115) alarm (62) Alarm Console (82) alarms (100) alarm template (83) Automation (223) automation scipt (111) Automation script (167) backup (71) Cassandra (180) Connector (109) Correlation (69) Correlation rule (52) Cube (151) Dashboard (194) Dashboards (188) database (83) DataMiner Cube (57) DIS (81) DMS (71) DOM (140) driver (65) DVE (56) Elastic (83) Elasticsearch (115) elements (80) Failover (104) GQI (159) HTTP (76) IDP (74) LCA (152) low code app (166) low code apps (93) lowcodeapps (75) MySQL (53) protocol (203) QAction (83) security (88) SNMP (86) SRM (337) table (54) trending (87) upgrade (62) Visio (539) Visual Overview (345)
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs

[ Placeholder content for popup link ] WordPress Download Manager - Best Download Management Plugin