Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

working with pam #16

Open
sixt06 opened this issue Jun 4, 2014 · 3 comments
Open

working with pam #16

sixt06 opened this issue Jun 4, 2014 · 3 comments

Comments

@sixt06
Copy link

sixt06 commented Jun 4, 2014

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 a plan to support the posixAccount schema?
It will be great if it is possible.

Thanks,
Hayoung

@dwimberger
Copy link
Owner

Hi Hayoung,

crowd-ldap-server is a proxy-server with an adapter that receives LDAP requests and tries to adapt/convert/fullfill these with calls to the REST API for Crowd.

It currently does not support the posixAccount Schema, because crowd does not store posix information out of the box.

However, I think it may be possible use attributes of the user resource:
https://developer.atlassian.com/display/CROWDDEV/Crowd+REST+Resources#CrowdRESTResources-UserResource

So far there is no plan to do this (contributions are welcome) and I am currently quite busy with other things, so the only thing I can do is to put it on a list with a low priority.

Best Regards,
Dieter

@imduffy15
Copy link

Bump...

Any updates on this. I'm having a simular issue.

Jul 11 15:04:12 localhost nslcd[3016]: [7b23c6] passwd entry ou=groups,dc=crowd does not contain uid value
Jul 11 15:04:12 localhost nslcd[3016]: [7b23c6] passwd entry ou=users,dc=crowd does not contain uid value

@khera
Copy link

khera commented Nov 12, 2015

Having the uidNumber and gidNumber attributes map to the posixAccount schema on return would make my day! I can use it without just for passwords but it would be so much nicer to have it provide the id numbers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants