phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] api/auth/class.auth_ldap.php, 1.1.1.1.2.3


From: nomail
Subject: [Phpgroupware-cvs] api/auth/class.auth_ldap.php, 1.1.1.1.2.3
Date: Mon, 28 Jun 2004 23:40:57 +0200

Update of /api/auth
Modified Files:
        Branch: proposal-branch
          class.auth_ldap.php

date: 2004/06/28 21:40:57;  author: jengo;  state: Exp;  lines: +3 -3

Log Message:
- Changed parameter order on auth->change_password()
- There is now a base class (api_auth_base) which api_auth_* extends off, 
_create_password() and _verify_password() were moved into it since they are 
shared.
- Presently, in order to change your password you need to have ACL rights to 
edit accounts.  This is only temp so it allows me to make some other fixes.  I 
also did this becuase normal users will have to enter there current password in 
order to change theres.  Which will also be required from all interfaces.
- New accounts call auth->create_password and use the system default now
=====================================================================
Index: api/auth/class.auth_ldap.php
diff -u api/auth/class.auth_ldap.php:1.1.1.1.2.2 
api/auth/class.auth_ldap.php:1.1.1.1.2.3
--- api/auth/class.auth_ldap.php:1.1.1.1.2.2    Fri Apr 16 20:59:49 2004
+++ api/auth/class.auth_ldap.php        Mon Jun 28 21:40:57 2004
@@ -25,7 +25,7 @@
        /* $Id$ */
        /* $Source$ */
 
-       class auth
+       class auth extends api_auth_base
        {
                var $previous_login = -1;
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]