|
From: John L. <jo...@jh...> - 2004-10-20 16:33:46
|
Philip Ward at the University of Stirling was kind enough to send the=20 following message: ---------------- Firstly, thanks for Rolodap. It=92s a great piece of software that works=20 really well once you can get it working. I had a couple of issues that bugged me that meant some code fixes in=20 order to get it working. I=92ve installed Rolodap on a Debian Woody machine, just in case these=20 issues are specific to the software versions that are part of Woody. Firstly in auth.phtml on line 69 the ldap_bind contains an @ character=20 that prevents the ldapBind variable from receiving the correct result,=20 thus breaking the logon screen. Secondly ldapadd.phtml and ldapedit.phtml use AUTH_SERVER_BIND_AS and=20 AUTH_SERVER_BIND_PASSWORD which does not work. Using BIND_AS and=20 BIND_PASSWORD did the trick. Finally sample.ldif is broken. Look for roloaplastuid and change it to=20 rolodaplastuid. Also make sure that there are no spaces between the=20 attributes and the colons. ------------------------------- Philip will be subscribing to the list and I will post his patches when=20 I get them. John |