google-code-export / cpassman

Automatically exported from code.google.com/p/cpassman
0 stars 0 forks source link

Can't get OpenLDAP / NLDAP to work #217

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Tried to configure cpassman to use LDAP authentication
2.
3.

What is the expected output? What do you see instead?

Successful login for LDAP users

What version of the product are you using?

2

On what operating system? With what Browser (IEx, FFx, ...)

Debian 6.03 / Firefox 8.0.1

Please provide any additional information below.

I have read all the Open Issues and followed along with various attempts, code 
changes, and user suggestions. But I cannot figure out how to get 
authentication to LDAP to work. We are not using AD in our environment but are 
using NLDAP/OpenLDAP instead. 

Any help or suggestions would be appreciated.

Original issue reported on code.google.com by findl...@gmail.com on 15 Dec 2011 at 4:21

GoogleCodeExporter commented 9 years ago
In TeamPass internally used library adLDAP 
(http://adldap.sourceforge.net/wiki/doku.php?id=api) intended to work only with 
Microsoft Active Dirctory.

It seems to be, that TeamPass should be rewritten with other library to work 
with generic LDAP.

Original comment by anton.yu...@gmail.com on 12 Jan 2012 at 3:14

GoogleCodeExporter commented 9 years ago
See issue 251.
It is possible to get it to work with any version of LDAP really since all it 
does it a BIND request for authentication. There is no other LDAP integration. 
So all you need to do is have it build you BIND dn properly, which you can 
either hack it out in source code or the "Account" field. Both are relatively 
trivial. 

Original comment by typede...@gmail.com on 3 Feb 2012 at 5:53

GoogleCodeExporter commented 9 years ago
Is there some more news on using teampass with openldap?

Original comment by wfor...@gmail.com on 5 Feb 2013 at 8:15