| Previous · Next | |
| User | Message |
|
martien
|
Date: 1/13/2010 8:29 am · Subject: LDAP - finally works, but... · Rating: 0
there doesn't seem to be a description how it has to work Searching on this website doesn't help very much. After setting up a LDAP-Server with a inetOrgPerson scheme, it wasn't a big problem To change this, I changed Auth::LDAP:
#Try to bind to the directory using the users dn and password
my $properties;
My question to all, who know: Was this a bug or, if not, what did I wrong in the process to get it running? --- (Edited on 13.01.2010 15:29 [GMT+0100] by martien) --- |
| Back to Top |
Rate [ | ]
|
|
perlDreamer
|
Date: 1/13/2010 9:58 am · Subject: Re: LDAP - finally works, but... · Rating: 0
There are several users, from different companies, who use WebGUI's LDAP without any problem. One example setup, which is only used for testing, can be found in the wiki. --- (Edited on 1/13/2010 7:58 am [GMT-0800] by perlDreamer) --- |
| Back to Top |
Rate [ | ]
|
|
martien
|
Date: 1/13/2010 12:30 pm · Subject: Re: LDAP - finally works, but... · Rating: 0
I did the setup as explained in this wiki, but it doesn't work without the changes I made, i.e:
Without the first change, at creation time, the password was sent in clear text to Net::LDAP. A login afterwards checks against the userPassword (SHA) field. This explains, that under 1. a user is found if I don't send a password. So there must be some other, not mentioned, prerequisites on the server installation/WebGUI settings, but which exactly?
--- (Edited on 13.01.2010 19:30 [GMT+0100] by martien) --- |
| Back to Top |
Rate [ | ]
|
|
martien
|
Date: 1/14/2010 2:36 am · Subject: Re: LDAP - finally works, but... · Rating: 0
I got the solution:
--- (Edited on 14.01.2010 09:39 [GMT+0100] by martien) --- |
| Back to Top |
Rate [ | ]
|
|
perlDreamer
|
Date: 1/13/2010 1:37 pm · Subject: Re: LDAP - finally works, but... · Rating: 0
No, we use that setup exactly for the regression tests. They get run almost daily with no problems. Could this be due to other changes you've made to the WebGUI core code? Which LDAP server are you using? --- (Edited on 1/13/2010 11:37 am [GMT-0800] by perlDreamer) --- |
| Back to Top |
Rate [ | ]
|