Ralf Becker
|
71c2acae50
|
fix for not set system_charset
|
2003-10-10 12:06:40 +00:00 |
|
Lars Kneschke
|
cb65e22c87
|
typo
|
2003-10-10 04:42:08 +00:00 |
|
Lars Kneschke
|
a7318559fe
|
converted to convert for correct utf-8 support
|
2003-10-10 00:55:43 +00:00 |
|
Lars Kneschke
|
2a4b75c483
|
ldap fixes
|
2003-09-21 19:02:12 +00:00 |
|
Lars Kneschke
|
bfb56ec1de
|
ldap fixes
|
2003-09-14 14:35:36 +00:00 |
|
Lars Kneschke
|
78c74e5726
|
ldap fixes again
|
2003-09-14 08:29:29 +00:00 |
|
Lars Kneschke
|
c579775999
|
again some ldap fixes
and
support for ldap version 3
|
2003-09-14 06:02:25 +00:00 |
|
Lars Kneschke
|
ac487777b7
|
added support for primary group
|
2003-09-13 17:14:30 +00:00 |
|
Lars Kneschke
|
e3dde66e08
|
change needed for integration of emailadmin
ldap bugfixing
|
2003-08-31 22:09:12 +00:00 |
|
Ralf Becker
|
b8557e49d9
|
make the phpgw Version-0_9_16-branch HEAD
|
2003-08-28 14:31:11 +00:00 |
|
ceb
|
6494d641da
|
update
|
2003-05-21 23:02:25 +00:00 |
|
ceb
|
06a871dd7c
|
update accounts_ldap
|
2002-12-18 00:20:46 +00:00 |
|
Zone
|
71ec2f0197
|
Updates needed for phpwebhosting -> filemanager name change
|
2002-09-21 05:15:32 +00:00 |
|
skeeter
|
720df8a650
|
Minor cleanups.
|
2002-09-17 02:33:03 +00:00 |
|
skeeter
|
40df324cf5
|
GNU Bug #800.
|
2002-09-02 02:32:10 +00:00 |
|
Miles Lott
|
cdc2926ff3
|
formatting
|
2002-05-26 21:16:25 +00:00 |
|
Miles Lott
|
7bb5e67739
|
this should be a fix for the account_type setting in get_list, but it is hard to believe it was actually this broken
|
2002-05-05 02:51:26 +00:00 |
|
skeeter
|
53344baf01
|
GNU Patch #246.
|
2002-04-21 17:42:40 +00:00 |
|
skeeter
|
27d6f340bf
|
GNU Patch #127 - create_defaults being called twice.
|
2002-04-07 14:28:43 +00:00 |
|
ceb
|
a1aa3788b9
|
added function to fetch some accountsdata
|
2002-03-14 02:26:21 +00:00 |
|
Miles Lott
|
ddfa5d9d4b
|
use in_array() instead of class function; formatting
|
2002-03-08 04:08:12 +00:00 |
|
Miles Lott
|
7ccf86785b
|
add lastpasswdchange as zero in create()
|
2002-02-27 03:48:52 +00:00 |
|
skeeter
|
d369ae674a
|
Added the var to the class variables.
|
2002-02-15 18:55:11 +00:00 |
|
skeeter
|
1a1018cea4
|
Clears up a few warnings when logging warnings/errors to a log file.
|
2002-01-06 06:06:30 +00:00 |
|
Miles Lott
|
836099d5b4
|
Remove old accounts file, fix typo in last commit
|
2002-01-05 21:00:19 +00:00 |
|
Miles Lott
|
985fc8292c
|
Move peer server config; add option to set default expiration for auto-created accounts
|
2002-01-05 20:40:44 +00:00 |
|
Miles Lott
|
3279692e7a
|
Check that preferences is an object (for use from setup)
|
2002-01-03 22:02:13 +00:00 |
|
Miles Lott
|
d61dadfa72
|
Add default prefs creation for a new user in create() - will need to do this either
here or in admin.
|
2002-01-03 18:02:10 +00:00 |
|
skeeter
|
58a42faff7
|
Cleanups for a few warnings.
|
2001-12-29 02:37:22 +00:00 |
|
skeeter
|
8d24e53c65
|
Fix for bug #482239.
|
2001-11-17 03:02:30 +00:00 |
|
skeeter
|
1e377b3007
|
Made the LDAP storage aware of the query for get_list. Also, in the sql, set the total to the total records meeting the condition in get_list().
|
2001-11-16 04:11:38 +00:00 |
|
Miles Lott
|
b673d7c52c
|
rename members() to member() to avoid potential php3 conflict with LDAP accounts and class var, $members
|
2001-10-22 13:05:07 +00:00 |
|
Lars Kneschke
|
3985fe231d
|
modified the ldap class, to know the type of account(u or g)
|
2001-09-18 17:55:36 +00:00 |
|
Miles Lott
|
944e0e6047
|
Fix unsetting of status
|
2001-09-08 06:19:06 +00:00 |
|
Miles Lott
|
97d808fb74
|
Move ldap connect to shared class, cutting down somewhat on ldap connects
per page load - more to come
|
2001-09-06 00:17:23 +00:00 |
|
skeeter
|
56ef840422
|
Fix for grab_owner_name() in comon. now calls account storage specific functions.
|
2001-09-05 22:46:47 +00:00 |
|
skeeter
|
dba3fc60f0
|
Changed around get_type() to grab the user account first, then the group accout.
|
2001-09-05 13:43:27 +00:00 |
|
skeeter
|
dcbcdd88ce
|
Made a few changes to the accounts LDAP storage processing.
|
2001-09-04 03:12:23 +00:00 |
|
skeeter
|
81dfa789c0
|
Small changes. Added the caching back into id2name and did a little more checking for use of caching.
|
2001-09-03 09:47:47 +00:00 |
|
Miles Lott
|
e3c937326d
|
Fix (?) gettype and name2id/id2name - group/user confusion still possible...
|
2001-09-03 03:21:50 +00:00 |
|
Miles Lott
|
35781b842a
|
MAJOR: changing to new ldap accounts class, _old is the old file
|
2001-09-03 02:17:10 +00:00 |
|
skeeter
|
09f6cdab74
|
Changed get_list() to use query_limit() instead of limit().
|
2001-09-02 07:19:46 +00:00 |
|
skeeter
|
d2a5441ed8
|
Now using GLOBALS.
|
2001-09-01 23:42:16 +00:00 |
|
Miles Lott
|
45f2ca1616
|
Adjust auto_add() - sql now uses a default group config in setup, or does
not configure a group at all - old behavior was to add them to account_id 1.
Some more register_globals tweaks.
|
2001-08-31 22:50:30 +00:00 |
|
skeeter
|
6da089837d
|
Various optimizations to the API. This also does a little internal caching of some of the account data, but, only for a single page session.
|
2001-08-15 02:14:18 +00:00 |
|
skeeter
|
076bb37660
|
Simple caching of name2id and id2name values.
|
2001-08-11 14:45:56 +00:00 |
|
Miles Lott
|
1fe026c4c0
|
Rolling back file_space addition
|
2001-07-27 10:04:54 +00:00 |
|
zone
|
e6203dda83
|
Added file space option, file_space column to phpgw_accounts
|
2001-07-01 22:30:07 +00:00 |
|
Miles Lott
|
880bf3a86b
|
Undo last change
|
2001-06-27 01:31:32 +00:00 |
|
Miles Lott
|
f9eaea8572
|
Add 'backup' to denied group/user list
|
2001-06-27 01:24:37 +00:00 |
|