Ralf Becker
ebdec8bcbb
mapped private cell-phone and public key
2006-06-13 15:40:42 +00:00
Ralf Becker
9d3d376d47
fixed not working orga-view: total is no longer a reference to somain->total, so it needs to be set manualy
2006-06-13 15:40:13 +00:00
Ralf Becker
91cd07d611
fixed sql error: "unknown column account_id"
2006-06-13 15:39:25 +00:00
Ralf Becker
2201a45d27
reworked and restructured LDAP support:
...
- addressbook now supports contacts in SQL and accounts in LDAP
- added supported objectClasses and a README in new doc dir
- ldap::quote() against LDAP query injection
- got jpegphoto in LDAP working (they are binary)
- we support now mozillaAbPersonAlpha and the older mozillaOrgPerson schema, beside inetOrpPerson and evolutionPerson
- added sorting, letter-search and limited result sets for LDAP
still missing is to disable the organisation stuff in the UI for LDAP
2006-06-13 04:30:16 +00:00
Ralf Becker
346164483e
using ldap::quote() to gard against LDAP query injection
2006-06-13 04:23:36 +00:00
Ralf Becker
2c87623e9b
renamed ldap::ldapAddslashes to ldap::quote, like in db::quote or preg_quote
2006-06-13 04:22:24 +00:00
Ralf Becker
b2a0081696
phpDoc compatible header
2006-06-13 04:16:38 +00:00
Lars Kneschke
cef4e0bf97
removed some debug messages
2006-06-13 03:01:09 +00:00
Ralf Becker
2973ed5de1
fixed birthday reminder and made the days, it shows birthdays in advance, configurable
2006-06-11 17:26:54 +00:00
Ralf Becker
287726dead
bugfix: set_memberships removed the not longer set memberships from $this->account_id and not the given one (which caused the admin to loose the membership)
2006-06-11 14:27:14 +00:00
Oscar Manuel Gómez Senovilla
c942df179d
portuguese updates
2006-06-11 09:38:04 +00:00
Lars Kneschke
70344e368c
the actual build files
2006-06-11 08:44:23 +00:00
Ralf Becker
7b6a2cd289
changing the setup manual url to manual.egroupware.org, as otherwise the www-redirect on egroupware.org removes the get-params
2006-06-10 16:02:00 +00:00
Ralf Becker
dc7c3c2be1
fixing the fix: -2 has nothing to do with the default group, it is the id for the default prefs
2006-06-10 16:00:26 +00:00
Oscar Manuel Gómez Senovilla
c3bbdcbe57
langs update, trying to fix the phpgwapi/phpgw_fr.lang problem
2006-06-09 05:09:06 +00:00
Ralf Becker
e8be3ed748
fixing the fix: -2 has nothing to do with the default group, it is the id for the default prefs
2006-06-09 03:19:54 +00:00
Lars Kneschke
42b0097681
fix for slowsync and ical import
2006-06-09 02:56:41 +00:00
Ralf Becker
21cf2cf00e
calling the changepassword hook when password are changed by the user
2006-06-09 00:09:05 +00:00
Ralf Becker
d8d93ebd77
changed the authticate method to use common::ldapConnect() and not do it yourself, which fails as the ldap-version3 attribute no longer exists
2006-06-09 00:07:57 +00:00
Ralf Becker
c30d082ae6
changed editaccount hook to use the same values (with account_ prefix) as the addaccount hook
2006-06-09 00:05:14 +00:00
Ralf Becker
767c42b43f
accounts_ldap::_get_nextid was not returning a negative number for groups, which lead to accounts_ldap::save to return a positive account_id for groups, which messed up some stuff in setup ...
2006-06-08 22:04:44 +00:00
Ralf Becker
3f855b8df3
fixed validation error, if a duration and not an enddate was used in the calendar.edit, thanks to Bastian Schern from the german list
2006-06-08 21:24:57 +00:00
Ralf Becker
5581a73df7
allways setting account_pwd and account_status (for groups too) as they are NOT NULL, thanks to olo <aleksander.adamowski-AT-gmail.com>
2006-06-08 21:18:46 +00:00
Ralf Becker
6b2d5676f9
- using new accounts::save instead accounts::create
...
- not setting change password acl for groups
2006-06-08 21:11:07 +00:00
Ralf Becker
f397d26d2e
default group was hardcoded to -2, which is only the case for a first time sql install
2006-06-08 21:09:36 +00:00
Ralf Becker
0dd337839c
removed old ldap stuff
2006-06-08 21:08:11 +00:00
Ralf Becker
dd75d3ea34
some more missing translations
2006-06-08 21:07:39 +00:00
Ralf Becker
2c8844b77c
view --> few patch
2006-06-08 21:05:44 +00:00
Ralf Becker
11e8e4feaa
view --> few patch, thanks to Adi Kriegisch
2006-06-08 19:50:31 +00:00
Ralf Becker
239bab8b28
fixed the wrong links and added links to the phpDocumentor doc Conny set up on egroupware.org
2006-06-08 14:56:52 +00:00
Ralf Becker
be90415db3
setup translations
2006-06-08 05:22:19 +00:00
Lars Kneschke
e4409c7b0a
fixed handling of session url, when behind a proxy
2006-06-08 03:46:18 +00:00
Lars Kneschke
9dea981ec9
removed the alarm fields when searching events
2006-06-08 03:32:48 +00:00
Ralf Becker
076711adbf
fallback for posixGroup no structural object was missing
2006-06-08 03:29:07 +00:00
Ralf Becker
7c203162fa
fix to allow migration of accounts from LDAP to SQL (account_id already set)
2006-06-08 00:25:57 +00:00
Ralf Becker
a59c49c2e2
also fetch the password, eg. for migration
2006-06-07 23:21:30 +00:00
Ralf Becker
a7ecb209a9
- new account-migration script which replace the former import and export
...
- retired the modifiy script as it's no longer necessary
- removed references and translations of the old scripts
- removed ldap version 3 switch from config
2006-06-07 23:10:06 +00:00
Ralf Becker
29f83cba19
calling now Lars new class to open ldap connections, so we detect ldap version 3 now automatic (no more config option necessary)
2006-06-07 22:59:42 +00:00
Ralf Becker
1934c4ce6d
fixed some problems:
...
- in setup we have no sessions --> query the infos on each request
- if the server allows no version 2 binds, the class failed. Now we try again with version 3 set (and succeed)
2006-06-07 22:58:11 +00:00
Ralf Becker
02cfb662e8
minimal update of the LDAP docu
2006-06-07 22:27:22 +00:00
Ralf Becker
9eca4904e0
allow to specify the hash type to prefix the hash, to easy migrate passwords from ldap
2006-06-07 22:08:13 +00:00
Cornelius Weiß
fdebc495f5
add autologin for anonymous user as we need to have on community.egroupware.org
2006-06-07 18:16:43 +00:00
Cornelius Weiß
857c4bf685
add autologin for anonymous user as we need to have on community.egroupware.org
2006-06-07 18:15:50 +00:00
Cornelius Weiß
6623ad4b8a
add autologin for anonymous user as we need to have on community.egroupware.org
2006-06-07 18:14:18 +00:00
Cornelius Weiß
177d729959
add autologin for anonymous user as we need to have on community.egroupware.org
2006-06-07 18:12:39 +00:00
Ralf Becker
a3e859f85f
quitent a debug message
2006-06-07 18:04:24 +00:00
Ralf Becker
c6b0c63725
- correctly set and empty some additional attributes like first name and email
...
- validation group-members before setting them (false return from id2name, gives ldap-error otherwise)
2006-06-07 17:58:20 +00:00
Ralf Becker
5a84e151b2
need to invalidate the cache, before new users can be assigned any memberships
2006-06-07 17:55:57 +00:00
Cornelius Weiß
51ca785916
add autologin for anonymous user as we need to have on community.egroupware.org
2006-06-07 14:52:10 +00:00
Ralf Becker
d8e53a5aab
fix to NOT use tls for IMAP
2006-06-07 06:49:08 +00:00