License delivery maintenance is planned for Saturday, July 26, between 12:00 and 20:00 CEST. During this time, you may experience outages or limited availability across our services, including BIMcloud SaaS, License Delivery, Graphisoft ID (for customer and company management), Graphisoft Store, and BIMx Web Viewer. More details…
2025-02-10 08:37 AM
Bimcloud is local, not SaaS. Ldap sync has been used for years, only after 2024 installation the problem appeared for some users. Few of them did not meet the password requirements, but even after they changed their passwords they are denied access.
Solved! Go to Solution.
2025-03-26 09:19 AM
Absolutely.
I have to emphasize that I haven't tried it yet. It will need to wait in our office till the weekend.
The idea is that there is a chance, the portalServer saves the incorrect password in case of an invalid login attempt. (Graphisoft hasn't found the bug yet, but they assume this can cause it.)
Workaround:
The following parameter should be set in the PortalServerConfig.xml file:
<LdapUserAuthentication passwordExpireTime="0"/>
To apply the above workaround, follow the steps below:
Please note the Manager-XXXX-XX-XX indicates when the BIMcloud was installed e.g. 2025-03-21
Please let me know how you go. Thanks.
2025-04-02 02:25 AM
Hi All, I updated the PortalServerConfig.xml file over the weekend, no issues so far, but it is still early days. I think we need a few weeks without an incident to be confident that it is working.
I will keep you informed.
2025-04-17 07:52 AM
Seems that there is now an update but it does not mention to cure this problem.
In this version of BIMcloud, we introduce several new improvements and fixes for on-premises users, including:
This version of BIMcloud also includes all relevant fixes from previous BIMcloud SaaS versions since BIMcloud 2024.3.
2025-05-23 12:31 PM
I finally had an opportunity to make the PortalServerConfig.xml fix, after the newest update did not help. And based on one user it worked:)
2025-05-26 10:49 AM
Hi Markom,
I believe Graphisoft still hasn't implemented a solution in the code as of yet, hence it was not in the latest BIMcloud version/hotfix either.
Because I had this issue reappear after updating to BIMcloud 2025.1, I have complained, and the latest information I have on this, is
Change this line:
<LdapUserAuthentication passwordExpireTime="0"/>
To this:
<LdapUserAuthentication graceTime="5000"/>
Now, while it has reduced the number of such issues significantly, it is not clear if the remaining ones are still related.
Incidentally, the above change also solved a problem in Archicad 28, where users were frequently (every hour or so) asked to login to the BIMcloud from Archicad.
Hope it helps — please let me know how you go. Thanks.