ahaenggli

Results 29 comments of ahaenggli

What ldap-server are you using? You filter by the attribute 'uid' in the 'ldap_filter'-configuration, but use the attribut 'samaccountname' int the 'username'-configuration? Do they both exists and have the same...

@bjo004 If the connection to your LDAP server is OK, it is most likely an error with the usernames or the baseDN. Try this attached little php script [LDAP-test.php.txt](https://github.com/filegator/filegator/files/8147050/LDAP-test.php.txt). You...

Glad to read that it is working now, @bjo004. I know nothing about AzureAD in this project. I suggest you open a new issue to ask that.

hey @llars0689 can you try it written in lowercase? ex.: ```php 'ldap_attributes' => ["samaccountname","uid","cn","dn"], 'ldap_userFieldMapping'=> [ 'username' =>'samaccountname', .... ``` if you are logged in as an admin-user (username must...

failed logins can cause this message. when a user tries to log in in ldap, it's technical also an ldap_bind(). so if the username exists but the wrong password is...

How can you create two such users? In my tenant the username has to be unique over all domains?

Thank you very much! I was able to reproduce the situation. There is currently no way to use two users with the same name and different domains. Currently you would...

I had the behavior at the very beginning once. A user had created very many teams groups. At the beginning all groups (also from teams) were synchronized. Synology then suddenly...

Are there any errors or warnings in the log? I'm not sure if it makes a difference, but I usually set the folder permissions on the ldap group and not...

Is there a difference between the main group (=users) and the synchronized groups? Or does the default user group `users` also disappear? I have no idea where to start looking...