#1 2020-01-27 10:05:20

Amar
Member
From: Montpellier (France)
Registered: 2019-02-12
Website

LDAP user and default teamspace

Hello,

We currently have a small problem with our LDAP users.

A user created manually on ReportServer can easily configure their civility and their default TeamSpace.
However, for a user created by the "ldapimport.groovy" script, this manipulation tells us that the object is write-protected.

Can you help us ?

Thanks in advance,
Amar.

Offline

#2 2020-02-10 08:35:54

eduardo
Administrator
Registered: 2016-11-01
Website

Re: LDAP user and default teamspace

Hi Amar,

you can remove this if you don't need it in the ldapimport script:

umNode.setWriteProtection(true);

For deleting the users which were already created, you can also write a script which fetch the nodes ( users ) you need and set the write protection to false.

Regards,
Eduardo

Offline

#3 2020-02-21 14:32:49

Amar
Member
From: Montpellier (France)
Registered: 2019-02-12
Website

Re: LDAP user and default teamspace

Hello,

Thank you for your reply.
the solution worked perfectly.

Regards,
Amar

Offline

#4 2021-05-07 11:35:09

eduardo
Administrator
Registered: 2016-11-01
Website

Re: LDAP user and default teamspace

Hi Amar,

pls note we published the ldaptester.groovy script here:
https://github.com/infofabrik/reportserver-samples/

which allows you to safely test your LDAP settings before importing them into the "real" ldapimport.groovy script (or ldap.cf configuration file).

Regards,
Eduardo

Offline

Board footer

Powered by FluxBB