mroe1234

Results 8 comments of mroe1234

For those of you wondering how to get anonymous binding working. It turned out to be easy. Set your bind_options: like so: ``` bind_options: bindDN: '' bindCredentials: '' ```

I'm going to agree that it is /not/ ok to have empty fields. the CSV output is useful for programmatic uses and having a literal space as a header 1....

Here is my working LDAP config for 2.0: LDAP_SERVER = 'ldap://nis.domain.local' LDAP_PORT = 389 LDAP_SEARCH_BASE = 'dc=domain,dc=local' LDAP_SEARCH_PROPERTY = 'uid' LDAP_SEARCH_SUFFIX = None # '@example.com' LDAP_EMAIL_PROPERTY = 'mail' LDAP_FULL_NAME_PROPERTY =...

yes, you can change the attribute you want to use for 'username' to whatever you want. nis.domain.local is the DNS name for my ldap server. On 10/13/2016 01:46 PM, Leo...

@flyingcircle I am having the same issue. user 1 created a project and has invited user 2, 3, and 4 to join it. They can't 'accept' the invitation because the...

Looks like I can send them an invitation with instructions saying "go to "servername" and log in" then email me when it is done, so that I can then just...

Looking at the code the best I can, it looks like the invitation login doesn't respect the loginFormType variable.