crowd-ldap-server
crowd-ldap-server copied to clipboard
Implementation of an LDAP server that delegates authentication to an Atlassian Crowd installation using the Crowd REST API.
dn= isn't valid, and breaks openldap/translucent
First I have configured the server to work without LDAPS, which works fine. When I am setting up the server to use a signed certificate and LDAPS I am getting...
May I have some guidance on how to set up Radius to use this LDAP solely for authentication please? ``` ldap { # # Note that this needs to match...
To be able to run in a more dedicated environment I added a listening address. Due to the fact that the openid webapp also read the `crowd.properties` I have changed...
This upgrades the libraries to ApacheDS 2.0. I also removed the if statements around the filters and hashed the names into uidNumbers.
I am trying to use this with FreeNAS and none of my users are showing up there but I see it authenticating. I noticed that rfc2307 is what FreeNAS is...
Hi, I'm trying to connect linux login PAM to crowd-ldap-server. https://help.ubuntu.com/community/LDAPClientAuthentication?action=fullsearch&value=linkto%3A%22LDAPClientAuthentication%22&context=180 But, crowd-ldap-server may not support posixAccount schema yet. A ldap client was failed to search account. Do you have...
I haven't looked into it, but my logs are showing "Null LdapSession given to cleanUpSession" fairly often. Just me?
Had problems with a client that searched with "-s sub". No results were shown. Changing that to "-s one" (search one tree-level) instead worked.