Coimbra1984

Results 5 comments of Coimbra1984

I found a solution here: https://discourse.phabricator-community.org/t/when-using-subversion-1-9-x-with-a-diffusion-hosted-repo-some-commands-hang/880 this is a defect related to phabricator itself

It still doesn't work here, while ldapsearch works :( Does this log help you? ``` flutter: search user - Tester1 must match attribute 'sAMAccountName', search in OU=Users,OU=MyBusiness,DC=castus,DC=local query attributes 'dn'...

For testing I just hard coded it: ``` userDN = DN("CN=Tèster1,OU=Castus,OU=Users,OU=MyBusiness,DC=castus,DC=local"); connection = LdapConnection( host: setting.host, bindDN: userDN, password: password, ssl: setting.ssl, port: setting.port, badCertificateHandler: (X509Certificate cert) { return setting.ignoreCertificate;...

I can confirm V0.10.0, the password is correct, because it's same as I used for ldapsearch. Can I somehow contact you in praviate? I can provide you access to our...

Hi, yes this fixes my issue. Thank you!