Announcement

Migration of this forum

Dear users of this forum,

we are pleased to inform you that we will be updating the software behind this forum in the near future.

Existing posts, users and categories will remain untouched.

Important:

  • Each user will need to reset their password.
  • Please select "I forgot my password".
  • Enter the email address you used to register in this forum.
  • You will receive an email with a link to set a new password.
  • Please choose a new (secure) password and confirm the process.

We will keep you informed in the pinned thread.

Kind regards,
Your ReportServer Team


Migration des Forums

Liebe Nutzer dieses Forums,

wir freuen uns, euch mitteilen zu können, dass wir in naher Zukunft die Software hinter diesem Forum aktualisieren werden.

Existierende Beiträge, Nutzer und Kategorien bleiben weiterhin bestehen!

Wichtig:

  • Jeder Nutzer muss sein Passwort neu vergeben.
  • Wählt dazu einfach "Ich habe mein Passwort vergessen".
  • Gebt die E-Mail-Adresse ein, mit der ihr registriert seid.
  • Ihr erhaltet eine E-Mail mit einem Link zur Passwortvergabe.
  • Bitte wählt ein neues (sicheres) Passwort und bestätigt den Vorgang.

Wir halten euch im angepinnten Beitrag auf dem Laufenden!

Mit vielen Grüßen
Euer ReportServer Team

#1 2018-12-06 12:46:53

Nayana
Member
Registered: 2018-11-15

Unable to setup Active Directory Integration on ReportServer 3.0.5 Ent

We were trying to setup AD integration and tried to run ldapimport.groovy file on ReportServer 3.0.5 Enterprise Version. It pop-ups the following error. Please assist.

Error:
reportserver$ exec -c ldapimport.groovy
Script execution failed.
error message: javax.script.ScriptException: javax.naming.AuthenticationException: [LDAP: error code 49 - 80090308: LdapErr: DSID-0C09042F, comment: AcceptSecurityContext error, data 52e, v2580] (javax.naming.AuthenticationException)
script arguments:
file: ldapimport.groovy (id: 11967, line 457)
line number: 457 (68, 31)
line: loadFromDirectory();

Thanks


Thanks & Regards
Nayana

Offline

#2 2018-12-09 09:00:10

IF_Eduardo
Administrator
Registered: 2016-11-01
Website

Re: Unable to setup Active Directory Integration on ReportServer 3.0.5 Ent

Hi Nayana,

your LDAP credentials seem to be incorrect. Please keep in mind that you have to adapt the ldapimport script to your specific ldap installation. For example the credentials, guid, filter, username. More details here: https://forum.reportserver.net/viewtopi … 2894#p2894 and here: https://forum.reportserver.net/viewtopic.php?id=711

In order to check this, again, I would recommend you using an external tool, e.g. ldapsearch.
For example: ldapsearch -x -b "ou=Users,o=58b57552f9,dc=jumpcloud,dc=com" -D "uid=danna,ou=Users,o=58b57552f9,dc=jumpcloud,dc=com" -w "myPassword" -H ldap://ldap.jumpcloud.com:389 "(|(objectClass=organizationalUnit)(objectClass=person)(objectClass=group))"

Here you see the filter "(|(objectClass=organizationalUnit)(objectClass=person)(objectClass=group))"  and the rest of the parameters. So you can change them until you get the list of all the users you need. When you find out the correct parameters, you can enter them to the script and it should work analogously as the external LDAP client.

Regards,
Eduardo

Offline

Board footer

Powered by FluxBB