Active Directory Synchronisation
-
@nebulon What do you mean by Matching, i did not understand that.
My LDAP Filter provides me the Groups that i need and for my understanding the AD Synchronisation, is Adding the users from the Groups that i defined to Cloudron.So this is happening.
But i do not get the users witch are memeber of those groups.
In the Logs the sAMAccountName is visible but not added with the "error"Aug 10 14:33:15 box:externalldap syncGroupUsers: Failed to get user by username "MYSAMACCOUNTNAMEUSER" User not found
-
@savity hm is it possible that the username as such is not lowercase and thus the mapping fails? As mentioned earlier for compat reasons with some apps, we also can only allow lowercase usernames. Also just to confirm, the user in question is correctly synced as a user to the userdirectory?
-
@nebulon So do i understand this correctly
When i have in my Active directory users with following namings in the samaccountname following scenario happens.
cloudronuser -> Can be synced
cloudronuser1 -> Can be synced
Cloudronuser -> not possible
CloudronUser -> not possible
cloudron-user -> not possible -
@savity this is correct, while we of course could enable the support of such usernames, since our code could easily deal even with utf-8, various apps can't which is why we have to put that limitation to not run into issues in the long run.
-
@nebulon Well this is an issue in the Enterprise enviroment.
When we are talking about 45.000 users and around 12.000 groups
Is it not possible to parse or convert for example atleast
Cloudronuser to cloudronuser since in the windows world it dosent matter Uppercase lower etc....So i have to find an attribute that i can sync witch mets the criteria, i have to take a look because if this dosent work witch is a key feature idk if we can use the Product.
Nobody wannts to add tausends of groups and users by hand even the Groups issue with underscore
-
So given that I cannot reproduce the syncing failure as you describe on my test Cloudron, this is very hard to guess what goes wrong or debug this. Not sure if this helps, but the corresponding code section is https://git.cloudron.io/cloudron/box/-/blob/master/src/externalldap.js#L464 with the following few lines. So for some reason the user is not found by that username (which is lowercased here in code). But you mentioned that the user is indeed created in your Cloudron, so I would really need to be able to see this failing for debugging.
If you want you can enable remote SSH support for us and send us a mail with your Cloudron ID and dashboard domain to support@cloudron.io to get this sorted faster.
-
-
@nebulon said in Active Directory Synchronisation:
So given that I cannot reproduce the syncing failure as you describe on my test Cloudron, this is very hard to guess what goes wrong or debug this. Not sure if this helps, but the corresponding code section is https://git.cloudron.io/cloudron/box/-/blob/master/src/externalldap.js#L464 with the following few lines. So for some reason the user is not found by that username (which is lowercased here in code). But you mentioned that the user is indeed created in your Cloudron, so I would really need to be able to see this failing for debugging.
If you want you can enable remote SSH support for us and send us a mail with your Cloudron ID and dashboard domain to support@cloudron.io to get this sorted faster.I have sent an E-Mail
-