| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The problem was that the variable $authentication->{AD_domain} was set
in ask_parameters, but we were using $authentication->{DNS_domain} in
configure_krb5_for_AD.
I’m pretty sure winbind is broken as well because in ask_parameters we
set $authentication->{DNS_domain} but use AD_domain 15 lines below.
Please review this, it fixes authentication for me using local file
(LDAP config is broken for me as well, but more on that later)
|
|
|
|
|
| |
quite a lot more remain as we either lack prope udev rules or rely
on older style entries or are needed in drakx-in-chroot mode
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(spot by perl_checker)
|
| |
|
| |
|
|
|
|
|
| |
- use 'LDAP' instead of 'Ldap'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
with Mageia.
This commit consitsts of the following subversion commits:
------------------------------------------------------------------------
r431 | dmorgan | 2011-02-06 01:58:02 +0000 (Sun, 06 Feb 2011) | 1 line
Add drakx structure on the SVN
------------------------------------------------------------------------
r432 | dmorgan | 2011-02-06 01:59:38 +0000 (Sun, 06 Feb 2011) | 1 line
Import cleaned advertising
------------------------------------------------------------------------
r446 | dmorgan | 2011-02-06 22:37:08 +0000 (Sun, 06 Feb 2011) | 1 line
Import Clean perl-install
------------------------------------------------------------------------
r448 | dmorgan | 2011-02-06 23:02:36 +0000 (Sun, 06 Feb 2011) | 1 line
Add cleaned files
------------------------------------------------------------------------
r449 | dmorgan | 2011-02-06 23:03:52 +0000 (Sun, 06 Feb 2011) | 1 line
Import cleaned kernel
------------------------------------------------------------------------
r450 | dmorgan | 2011-02-06 23:23:30 +0000 (Sun, 06 Feb 2011) | 1 line
Import cleaned tools
------------------------------------------------------------------------
r451 | dmorgan | 2011-02-07 00:01:56 +0000 (Mon, 07 Feb 2011) | 1 line
Import stage1
------------------------------------------------------------------------
r473 | dmorgan | 2011-02-07 11:20:50 +0000 (Mon, 07 Feb 2011) | 1 line
Import images
------------------------------------------------------------------------
r497 | ennael | 2011-02-09 21:02:06 +0000 (Wed, 09 Feb 2011) | 2 lines
readd missing file
------------------------------------------------------------------------
r502 | pterjan | 2011-02-09 23:30:32 +0000 (Wed, 09 Feb 2011) | 1 line
Import rescue
------------------------------------------------------------------------
r603 | ennael | 2011-02-24 13:32:54 +0000 (Thu, 24 Feb 2011) | 2 lines
import cleaned rescue for Mageia
------------------------------------------------------------------------
r2061 | tv | 2011-10-20 20:32:19 +0100 (Thu, 20 Oct 2011) | 1 line
import (cleaned) doc
------------------------------------------------------------------------
|
|
|
|
| |
64bit machines when 32bit media are available (#57728)
|
|
|
|
|
| |
o reduced password weakness check level
|
|
|
|
|
|
| |
- adduserdrake
o now use password weakness display
|
| |
|
|
|
|
| |
#49189).
|
| |
|
|
|
|
|
|
|
|
| |
o use /dev/urandom instead of /dev/random to generate salt for passwords
(since reading on /dev/random can block boot process)
(bug found/fixed by blino)
|
| |
|
|
|
|
|
| |
format (needed for next commits)
|
| |
|
|
|
|
|
| |
(since it seems finish-install for example do this)
|
|
|
|
|
|
|
| |
authentication::write_passwd_user(): pass $authentication instead of $isMD5
(for next commits)
|
|
|
|
|
|
|
| |
o handle pam_tcb instead of (deprecated) pam_unix (#42471)
(as told by vdanen)
|
| |
|
| |
|
| |
|
|
|
|
| |
(the hash was wrecked when shadow was present but not md5)
|
|
|
|
| |
wrongly reverted on r242842)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Add deconnected mode for Ldap, Kerberos, Windows auth
- Add more option in Ldap configuration: Fetch DN, TLS
- Remove Active Directory SFU
- Change Winbind authentification to enable domain model choice (NT4 or AD)
|
|
|
|
|
|
|
| |
o force the password to be utf8 (#23273)
(that's what userdrake do)
|
| |
|
| |
|
|
|
|
|
|
|
| |
o install lib64sasl2-plug-gssapi on x86_64 (instead of libsasl2-plug-gssapi)
(thanks to Colin Close)
|