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