Project

General

Profile

  • svn:eol-style: native
  • svn:executable: *
  • svn:keywords: Author Date Id Revision

# Date Author Comment
4848 03/17/2009 04:54 PM daigle

enclose more references to ldap and mesg in the if (ldap) statement.

4847 03/17/2009 04:40 PM daigle

made mesg var global to function.

4846 03/17/2009 04:35 PM daigle

left off ;

4845 03/17/2009 04:28 PM daigle

Do not try to use non-existant ldap object if ldap server is down.

4774 01/23/2009 03:40 PM daigle

Changing the ChangePassword method to fix password reset broke the password change functionality. Moved the fix (add dc to username) into the handleResetPassword function.

4773 01/23/2009 11:10 AM daigle

Fix typo after the error message

4772 01/23/2009 09:39 AM daigle

Include the dc in the user name when connecting to ldap to change password.

4771 01/22/2009 03:04 PM walbridge

Handle non-responsive LDAP referrals without killing the script, but still require the main LDAP to be up.

4770 01/22/2009 02:39 PM daigle

Add cgiPrefix to the template variables.

4767 01/20/2009 12:26 PM walbridge

Add a few more debugging messages to LDAPweb to help find timeout issues

4749 01/14/2009 03:32 PM walbridge

Fix problem with failing authentication for creating new accounts. (Bug #3725)

4748 01/13/2009 05:27 PM walbridge

minor change to help nick test irccat

4747 01/13/2009 05:20 PM walbridge

Enable debugging for LDAPweb.

4728 01/06/2009 10:17 AM walbridge

Update properties usage to be correct, use proper LDAP URL, move template function higher up to prevent prototyped subroutine definition issues.

4394 09/26/2008 10:28 AM walbridge

Further rework on ldapweb.cgi for 1.9 compatibility. Finished changes needed to have skinnable presentation for ldapweb.cgi, and reworked the organization logic to be compatible with our current method of storing the data (organization.* within metacat.properties).

4080 07/06/2008 09:25 PM daigle

Merge 1.9 changes into Head

4010 06/18/2008 04:30 PM Jing Tao

Merge METACAT_1_8_1 to cvs head.

3177 02/11/2007 05:22 PM Jing Tao

Replace die statement in the script

3175 02/09/2007 01:24 PM Jing Tao

Change the behavior if the ldap server is down. Now main server is down, a html will be sent back. If it is referral, it will ignore it.

2972 04/03/2006 02:48 AM Matt Jones

dded TLS support to the ldapweb.cgi script, cleaned up some TempToolkit
template processing so that the results display CSS properly, and some minor
formatting issues. The TLS support should probably be enabled only if the
server supports it, which can be queried with supported_extensions, but for...

2857 12/15/2005 04:46 PM sgarg

hardcoded the organization as unaffiliated

2540 08/09/2005 10:29 AM sgarg

The template for displaying the error is not executed when passwords are not same. Hence the user doesnt know what the error was. Fixed this.

2414 03/16/2005 03:37 PM sgarg

Added new actions so that error message is not shown the first time resetPassword and changePasswords are called. Also fixed a bug where $cfg was not being passed to genericHeader.tmpl

2341 12/20/2004 04:02 PM sgarg

Integrating ldapweb.cgi & create-ldap-account.pl into metacat CVS tree.