Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | "Administrator (root)" is more user-friendly than "root" | Pascal Rigaux | 2005-01-03 | 1 | -2/+2 |
| | |||||
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -3/+3 |
| | |||||
* | - any::enableShadow() -> authentication::enable_shadow() | Pascal Rigaux | 2004-12-02 | 1 | -5/+9 |
| | | | | | - inline authentication::crypt() | ||||
* | Move crypt() in the package it belongs to | Rafael Garcia-Suarez | 2004-12-02 | 1 | -0/+5 |
| | |||||
* | make $when_network_is_up optional | Pascal Rigaux | 2004-11-30 | 1 | -1/+3 |
| | |||||
* | - move some functions from any.pm to authentication.pm | Pascal Rigaux | 2004-11-30 | 1 | -0/+72 |
| | | | | | - create authentication::ask_root_password_and_authentication() out of install_steps_interactive::setRootPassword() | ||||
* | white space normalisation | Pascal Rigaux | 2004-11-30 | 1 | -4/+4 |
| | |||||
* | minimal authentication get() function | Pascal Rigaux | 2004-11-29 | 1 | -0/+5 |
| | |||||
* | create %kind2pam_kind | Pascal Rigaux | 2004-11-29 | 1 | -7/+14 |
| | |||||
* | remove some unneeded ";", add some for normalization (as told by perl_checker) | Pascal Rigaux | 2004-11-18 | 1 | -2/+2 |
| | |||||
* | - correctly restore pam.d/system-auth when setting "local" authentication | Pascal Rigaux | 2004-11-10 | 1 | -6/+14 |
| | | | | | - no use_first_pass on "auth sufficient pam_unix.so" line for pam_castella | ||||
* | SmartCard authentication needs pkg castella-pam | Pascal Rigaux | 2004-11-07 | 1 | -0/+1 |
| | |||||
* | add "Smart Card" authentication (using pam_castella) (as asked by flepied) | Pascal Rigaux | 2004-11-05 | 1 | -7/+14 |
| | |||||
* | configure sshd to use PAM when needed (sshd config file is modified, but i ↵ | Pascal Rigaux | 2004-10-26 | 1 | -0/+14 |
| | | | | did not test more) | ||||
* | kinds() must return all kinds | Pascal Rigaux | 2004-09-30 | 1 | -1/+2 |
| | |||||
* | only allow Active Directory for the corporate product | Pascal Rigaux | 2004-09-30 | 1 | -2/+4 |
| | |||||
* | Remove ssl config in ldap | Vicent Guardiola | 2004-09-30 | 1 | -7/+4 |
| | | | | | Add pam_mkhomedir for ldap | ||||
* | revert enhancement commit since we are in deep freeze | Pascal Rigaux | 2004-09-30 | 1 | -46/+18 |
| | |||||
* | removed "\t" and "\n" out of translatable strings to avoid useless | Pablo Saratxaga | 2004-09-30 | 1 | -11/+11 |
| | | | | | | duplication; fixed English typographic errors (don't put spaces before colons!). | ||||
* | Add more new entry for LDAP | Vicent Guardiola | 2004-09-29 | 1 | -18/+46 |
| | |||||
* | Fix net join syntax for winbind setup. | Stew Benedict | 2004-09-14 | 1 | -1/+1 |
| | |||||
* | typo fix | Funda Wang | 2004-08-08 | 1 | -1/+1 |
| | |||||
* | Clean ldap client configuration | Vicent Guardiola | 2004-07-30 | 1 | -1/+9 |
| | |||||
* | cleanup, fix various typos | Pascal Rigaux | 2004-07-26 | 1 | -19/+21 |
| | | | | | (still, ->target seems broken, but i'm not sure, since i couldn't test) | ||||
* | remove print coin and pwet in find_srv_name function | Vicent Guardiola | 2004-07-23 | 1 | -21/+10 |
| | | | | | clean function find_srv_name | ||||
* | Add "net time set -S $server" to AD et SMBKRB config, for clock sync ↵ | Vicent Guardiola | 2004-07-23 | 1 | -7/+44 |
| | | | | (kerberos require) | ||||
* | Add service smb et winbind restart in smbkrb config | Vicent Guardiola | 2004-07-21 | 1 | -2/+4 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2004-07-20 | 1 | -1/+1 |
| | |||||
* | remove ask_warn winbind or SFU and add new entry in kinds | Vicent Guardiola | 2004-07-20 | 1 | -14/+10 |
| | |||||
* | better looking wizard | Thierry Vignaud | 2004-07-20 | 1 | -7/+25 |
| | |||||
* | Add desciption for authentification type | Vicent Guardiola | 2004-07-20 | 1 | -5/+17 |
| | | | | | Add Entry for IDMAP | ||||
* | clean code | Vicent Guardiola | 2004-07-20 | 1 | -4/+8 |
| | |||||
* | modify nss_path one to sub | Vicent Guardiola | 2004-07-19 | 1 | -12/+30 |
| | | | | | config winbind for AD | ||||
* | - add "Active Directory" through winbind (it needs more stuff to work) | Pascal Rigaux | 2004-07-12 | 1 | -37/+48 |
| | | | | | - drop using $val, use directly $authentication->{XXX} | ||||
* | cleanup | Pascal Rigaux | 2004-07-02 | 1 | -10/+8 |
| | |||||
* | Add anonymous bind | Vicent Guardiola | 2004-07-02 | 1 | -12/+10 |
| | |||||
* | remove anonymous entry | Vicent Guardiola | 2004-07-02 | 1 | -3/+11 |
| | |||||
* | add libsasl2-plug-gssapi when AD is selected | Vicent Guardiola | 2004-07-02 | 1 | -1/+1 |
| | |||||
* | Change SSL/TLS to SSL or TLS | Vicent Guardiola | 2004-07-02 | 1 | -4/+6 |
| | | | | | | add uc_domain to realm section in /etc/krb5.conf padbol |