Commit Graph

19 Commits

Author SHA1 Message Date
Ralf Becker
eaf3e6e1a5 offer to delete all existing accounts from SQL tables, before migration to it 2013-05-23 14:33:14 +00:00
Ralf Becker
0649db0901 added a warning if account-migration to SQL of certain groups will fail, because they have identical IDs as existing users 2012-11-20 16:02:53 +00:00
Ralf Becker
fc074d0856 account migration changes now account_repository and auth_type to migration type (no need to store that type first) 2012-11-20 15:32:23 +00:00
Ralf Becker
67f71992ee first take on migrating mail accounts from LDAP to SQL (only qmailUser schema) 2012-11-19 09:59:00 +00:00
Ralf Becker
03fe6356cb allow to create an instance specific admin, user- or group-context 2012-10-12 13:35:20 +00:00
Ralf Becker
57fc9c63fc - fixed with ssha not working migration from sql <--> ldap
- using 16 char salt for ssha and smd5 as eclipse ldap admin does
- remove auth::hash_sql2ldap() method, as it is now in setup/inc/class.setup_cmd_ldap.inc.php
- added ability to create uid dn in setup_cmd_ldap subcommand create_ldap
2011-05-04 09:42:50 +00:00
Ralf Becker
7be62b431f moved logic of account-migration to setup_cmd_ldap and using setup_cmd_ldap for account_migration.php, that way we can also create the ldap-structur during the migration 2010-08-26 20:22:02 +00:00
Ralf Becker
93112e0277 phpDoc headers 2008-08-20 06:04:28 +00:00
Ralf Becker
d36c179645 fixed account-migration to work with current accounts-class 2008-03-06 20:02:30 +00:00
Ralf Becker
e3a9dc646f - installs can now be switched before the install happens to ldap, so all default records get created (eg. sitemgr is working)
- new setup command to create an admin user, used eg. from setup-cli.php
2007-12-13 02:41:55 +00:00
Ralf Becker
fc1ce1fa71 removed copy of Template object in setup, using the one in the api 2007-12-09 08:03:56 +00:00
Ralf Becker
90f39cef39 "encryption" type plain for sql and ldap, to allow to store the passwords readable 2007-11-06 11:16:34 +00:00
Ralf Becker
4730e500a6 "fixed typo, causing the account_repository not to be read and therefor displays the wrong conversation direction" 2007-06-13 07:57:24 +00:00
Ralf Becker
f03dce0a4d "fixed not working account-mirgration from LDAP --> SQL" 2007-06-11 12:17:03 +00:00
Ralf Becker
dc69445754 fixed typo, causing the account-migration to to migrate from SQL --> LDAP 2006-10-01 10:49:30 +00:00
Ralf Becker
6a0bd14bac - auth_type get's only used if account_repository is not set
- LDAP --> SQL: account-contact-data is now written
2006-07-13 17:42:09 +00:00
Ralf Becker
8541487029 a bit more sophisticated session create 2006-07-09 07:13:03 +00:00
Ralf Becker
20032be59d fixed migration (was for testing purpose fixed to LDAP --> SQL) 2006-06-16 01:07:36 +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