You are not logged in.
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