Commit Graph

16 Commits

Author SHA1 Message Date
Ralf Becker
82d20a8697 historically crypt is called des in ldap 2011-05-04 20:21:24 +00:00
Ralf Becker
737b97566d keeping the old defaults to not break existing installs 2011-05-04 17:58:59 +00:00
Ralf Becker
e970f85b1a fixed broken password hashes hook (default label was in option value) 2011-05-04 16:34:07 +00:00
Ralf Becker
bd2ca74fe8 showing ssha as default and sorting it as top option 2011-05-04 13:51:12 +00:00
Ralf Becker
2ca98f1fa3 - 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:46:18 +00:00
Ralf Becker
897ea9216f * Setup: making SSHA (salted sha1) hashes the default password hash for SQL and LDAP
- fixing not working ssha hashes if mb_string.func_overload > 0 set
2011-05-04 07:56:09 +00:00
Ralf Becker
864b62ef96 dont show vfs_storage_mode "custom", if not custom 2011-03-07 14:14:49 +00:00
Ralf Becker
b0e090545f * fixed "undefined function lang_select" issue, if no cookies are allowed, also showing again language selection for new installs 2011-02-03 02:07:36 +00:00
Ralf Becker
c9fcff4026 * fixed not working automatic install (stalls after installing core apps, because existing tables get NOT refreshed) 2010-12-01 11:27:33 +00:00
Ralf Becker
cb0a0b73b1 merged r30435: removing the defaultvalue for the imap_server, as we do not require imap_server for setup anymore 2010-09-17 12:20:20 +00:00
Ralf Becker
5a86efd867 merged r31591: new parameter $make_db_name_unique to append a decrementing numeric postfix to db_name and db_user, if db already exists 2010-09-17 12:14:32 +00:00
Ralf Becker
ce2fb5173b As suggest by Hans-Jürgen: Warn if some required apps are NOT installed: phpgwapi, etemplate, egw-pear, home, admin, preferences
Should also remind people about the required egw-pear app ;-)
Also merged account migration (LDAP <--> SQL) from trunk
2010-09-17 10:10:43 +00:00
Ralf Becker
50e9fc610c remove hooks of apps, when deleting them (event if sources are no longer there) 2010-09-15 20:07:30 +00:00
Ralf Becker
1c6b8169a1 facilitate downgrade, if supported by "update" scripts: run downgrades automatic 2010-09-15 19:03:22 +00:00
Ralf Becker
6c895639b3 using one list of auth-types (in order of importance) and detecting additional ones in the filesystem 2010-09-10 09:28:47 +00:00
Ralf Becker
c7c5ce6208 check if app is either installed or supports the used database (before installed, but not supported apps where not updated) 2010-09-08 12:25:05 +00:00