You are not logged in.
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:
We will keep you informed in the pinned thread.
Kind regards,
Your ReportServer Team
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:
Wir halten euch im angepinnten Beitrag auf dem Laufenden!
Mit vielen Grüßen
Euer ReportServer Team
Pages: 1
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
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
Hello,
Thank you for your reply.
the solution worked perfectly.
Regards,
Amar
Offline
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
Pages: 1