PDA

View Full Version : More LDAP questions!


cookm
10-04-05, 05:26 AM
I have LDAP auth working, but it seems to be only pulling certain information over when it makes the dotproject user account. It seems to fail to get the company and department information. Does anyone know where this function is (or does it call addedituser.php?). I don't mind testing it, I just can't figure out where it's called from.

cookm
10-04-05, 06:40 AM
I found the authenticator.class.php and ui.class.php; and fixed a lot of the ldap_attribs that I'll be putting in Mantis. It seems that this function suffers from the same problem the contacts_ldap.php does, it tries to save the company_name as a name, instead of matching it against the company table and using the company_id. Perhaps ajdonnison can take a look when he gets time, since it seems he wrote most of the authenticator.class.php and ui.class.php

ajdonnison
10-04-05, 09:24 AM
In fact I didn't write any of the ldap logic. It was contributed by another developer. If this is a bug, make sure you lodge it as one so we can keep track of it and the appropriate developer can follow it up.