Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | authentication: fix reading md5/shadow options in /etc/pam.d/system-auth ↵ | Olivier Blin | 2008-07-10 | 1 | -1/+1 |
| | | | | (the hash was wrecked when shadow was present but not md5) | ||||
* | authentication: add back fix to force the password to be utf8 (#23273), ↵ | Olivier Blin | 2008-07-10 | 1 | -0/+3 |
| | | | | wrongly reverted on r242842) | ||||
* | Change default authentication to local | Vicent Guardiola | 2008-07-09 | 1 | -1/+1 |
| | |||||
* | - do not let authentication module (used for ask_user_and_root) mess window size | Pascal Rigaux | 2008-06-20 | 1 | -3/+0 |
| | |||||
* | fix authentication configuration during install | Olivier Blin | 2008-06-12 | 1 | -1/+1 |
| | |||||
* | remove unused variable | Olivier Blin | 2008-06-12 | 1 | -1/+1 |
| | |||||
* | control is unused here | Olivier Blin | 2008-06-12 | 1 | -1/+1 |
| | |||||
* | remove unused variable | Olivier Blin | 2008-06-12 | 1 | -1/+0 |
| | |||||
* | fix matching domain | Olivier Blin | 2008-06-12 | 1 | -1/+1 |
| | |||||
* | remove unneeded parentheses | Olivier Blin | 2008-06-12 | 1 | -1/+1 |
| | |||||
* | remove unused variables | Olivier Blin | 2008-06-12 | 1 | -1/+0 |
| | |||||
* | use empty prototypes | Olivier Blin | 2008-06-12 | 1 | -3/+3 |
| | |||||
* | remove unneeded semi-colons | Olivier Blin | 2008-06-12 | 1 | -4/+4 |
| | |||||
* | more space fixes | Olivier Blin | 2008-06-12 | 1 | -20/+20 |
| | |||||
* | do not translate empty string | Olivier Blin | 2008-06-12 | 1 | -1/+1 |
| | |||||
* | space fixes | Olivier Blin | 2008-06-12 | 1 | -12/+12 |
| | |||||
* | - Add Kerberos Support | Vicent Guardiola | 2008-06-03 | 1 | -179/+358 |
| | | | | | | | | | - 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) | ||||
* | - adduserdrake | Pascal Rigaux | 2008-03-25 | 1 | -0/+3 |
| | | | | | | | o force the password to be utf8 (#23273) (that's what userdrake do) | ||||
* | SILENT: Test commit SVN ok | Vicent Guardiola | 2007-10-16 | 1 | -8/+0 |
| | |||||
* | SILENT: Test commit SVN | Vicent Guardiola | 2007-10-16 | 1 | -0/+7 |
| | |||||
* | - drakauth: | Pascal Rigaux | 2007-10-02 | 1 | -1/+3 |
| | | | | | | | o install lib64sasl2-plug-gssapi on x86_64 (instead of libsasl2-plug-gssapi) (thanks to Colin Close) | ||||
* | simplify | Pascal Rigaux | 2007-08-31 | 1 | -3/+3 |
| | |||||
* | update a string | Thierry Vignaud | 2007-07-30 | 1 | -1/+1 |
| | |||||
* | drakauth: fix bogus string (#10776) | Thierry Vignaud | 2007-07-30 | 1 | -1/+1 |
| | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -23/+82 |
| | |||||
* | perl_checko cleanup | Thierry Vignaud | 2005-11-04 | 1 | -1/+1 |
| | |||||
* | (set_raw) restart ypbind in install too (killing old todo) | Thierry Vignaud | 2005-11-04 | 1 | -3/+1 |
| | |||||
* | cleanup, and especially call ensure_are_installed with parameter "auto" ↵ | Pascal Rigaux | 2005-09-27 | 1 | -8/+29 |
| | | | | | | | during install (esp. to fix calling authentication::set with $o which is not interactive) | ||||
* | - password entry field should not show the password (bugzilla #18800) | Pascal Rigaux | 2005-09-26 | 1 | -2/+2 |
| | | | | | - fix typo | ||||
* | Remove Encrytion type for AD with SFU (not tested) | Vicent Guardiola | 2005-09-06 | 1 | -2/+2 |
| | | | | | Change Label for AD Winbind (more explicit) | ||||
* | perl_checker fixes | Pascal Rigaux | 2005-09-05 | 1 | -2/+2 |
| | |||||
* | handle required package(s) not installed correctly (bugzilla #18180) | Pascal Rigaux | 2005-09-05 | 1 | -7/+8 |
| | |||||
* | Change definition for Active Directory with SFU and Active Directory Winbind | Vicent Guardiola | 2005-09-01 | 1 | -5/+5 |
| | | | | | Remove idmap ldap backend for winbind AD (obsolete, see Samba 3.0.20) | ||||
* | perl_checker compliance | Pascal Rigaux | 2005-09-01 | 1 | -1/+1 |
| | |||||
* | allow Active Directory even on non corporate product (requested by our ↵ | Pascal Rigaux | 2005-09-01 | 1 | -1/+1 |
| | | | | commercial team) | ||||
* | Remove default_tgs_enctypes, default_tkt_enctypes, permitted_enctypes | Vicent Guardiola | 2005-09-01 | 1 | -0/+3 |
| | | | | | from /etc/krb5.conf for winbind configuration, Buzgilla 15232 | ||||
* | allow removing lines in krb5_conf_update() (for vguardiola) | Pascal Rigaux | 2005-09-01 | 1 | -3/+3 |
| | |||||
* | revert changes | Florent Villard | 2005-08-03 | 1 | -2/+0 |
| | |||||
* | some x86_64 build fixes | Florent Villard | 2005-08-03 | 1 | -0/+2 |
| | |||||
* | replace remaining $net->{auth} with $authentication (since those variables ↵ | Pascal Rigaux | 2005-06-24 | 1 | -7/+7 |
| | | | | are no more written in sysconfig/network) | ||||
* | fix NISDOMAIN | Olivier Blin | 2005-06-24 | 1 | -1/+1 |
| | |||||
* | stop messing with likeauth and nullok options and keep them on the pam_unix ↵ | Pascal Rigaux | 2005-06-13 | 1 | -2/+1 |
| | | | | line (bugzilla #12066) | ||||
* | - move functions using /proc/partitions out of fsedit to fs::proc_partitions | Pascal Rigaux | 2005-06-10 | 1 | -1/+0 |
| | | | | | | - remove unneeded "use xxx" - add some "use xxx" (nb: not completly needed because some other modules may do it) | ||||
* | - merge network settings in a $net hash (it modifies $o fields too): | Olivier Blin | 2005-06-03 | 1 | -16/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o $netc becomes $net->{network} and $net->{resolv} o $intf becomes $net->{ifcfg} - move zeroconf config stuff in write_zeroconf - read_tmdns_conf -> read_zeroconf - read_all_conf -> read_net_conf - configureNetwork2 -> configure_network - configure_network: write ifcfg files for ppp interfaces too - don't install wireless-tools in configure_network, this package is in basesystem - most functions don't need the file path as an argument in network::network - drop network::tools::remove_initscript - don't export too much from network::network - don't export from network::tools - remove adsl_unsupported_eci step in drakconnect - drop passwd2 field in network::adsl - drop $net->{isdn_internal} - network::netconnect : main -> safe_main - use network::netconnect::real_main during install - don't read network config in network::netconnect::real_main - install_steps::upNetwork : resolv.conf is already symlinked by network::network::configure_network when appropriate - try to fix install_any::generate_automatic_stage1_params to use a real interface configuration - put authentication stuff in $net->{auth} - drop network::ethernet::write_ether_conf - drop network::adsl::get_wizard - use 'static' instead of 'manual' as ADSL method - drop first_modem and its workarounds in network::modem - drop deprecated "multiple_internet_cnx" step in drakconnect - don't save /etc/sysconfig/drakconnect anymore - drop MDK::Common::Globals stuff - drop getIP in net_applet (Pixel) - drop $netc->{DHCP} - configure_network(): write resolv.conf even if a dhcp interface is configured | ||||
* | read existing authentication conf (only minimal support for now) | Pascal Rigaux | 2005-06-03 | 1 | -7/+12 |
| | |||||
* | simplify | Pascal Rigaux | 2005-06-03 | 1 | -3/+4 |
| | |||||
* | don't display description for non proposed authentication kinds | Pascal Rigaux | 2005-03-31 | 1 | -16/+14 |
| | |||||
* | SmartCard authentication needs a (bloody) proprietary package, | Pascal Rigaux | 2005-03-22 | 1 | -3/+11 |
| | | | | | only propose it when the package is available | ||||
* | replace "Advanced" with "Authentication method" (as suggested in bugzilla ↵ | Pascal Rigaux | 2005-02-14 | 1 | -0/+1 |
| | | | | #11041) | ||||
* | fix switching back nsswitch.conf to local authentication (bugzilla #13024) | Pascal Rigaux | 2005-01-14 | 1 | -10/+17 |
| |