summaryrefslogtreecommitdiffstats
path: root/perl-install/authentication.pm
Commit message (Collapse)AuthorAgeFilesLines
* stop messing with likeauth and nullok options and keep them on the pam_unix ↵Pascal Rigaux2005-06-131-2/+1
| | | | line (bugzilla #12066)
* - move functions using /proc/partitions out of fsedit to fs::proc_partitionsPascal Rigaux2005-06-101-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 Blin2005-06-031-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 Rigaux2005-06-031-7/+12
|
* simplifyPascal Rigaux2005-06-031-3/+4
|
* don't display description for non proposed authentication kindsPascal Rigaux2005-03-311-16/+14
|
* SmartCard authentication needs a (bloody) proprietary package,Pascal Rigaux2005-03-221-3/+11
| | | | | only propose it when the package is available
* replace "Advanced" with "Authentication method" (as suggested in bugzilla ↵Pascal Rigaux2005-02-141-0/+1
| | | | #11041)
* fix switching back nsswitch.conf to local authentication (bugzilla #13024)Pascal Rigaux2005-01-141-10/+17
|
* "Administrator (root)" is more user-friendly than "root"Pascal Rigaux2005-01-031-2/+2
|
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-3/+3
|
* - any::enableShadow() -> authentication::enable_shadow()Pascal Rigaux2004-12-021-5/+9
| | | | | - inline authentication::crypt()
* Move crypt() in the package it belongs toRafael Garcia-Suarez2004-12-021-0/+5
|
* make $when_network_is_up optionalPascal Rigaux2004-11-301-1/+3
|
* - move some functions from any.pm to authentication.pmPascal Rigaux2004-11-301-0/+72
| | | | | - create authentication::ask_root_password_and_authentication() out of install_steps_interactive::setRootPassword()
* white space normalisationPascal Rigaux2004-11-301-4/+4
|
* minimal authentication get() functionPascal Rigaux2004-11-291-0/+5
|
* create %kind2pam_kindPascal Rigaux2004-11-291-7/+14
|
* remove some unneeded ";", add some for normalization (as told by perl_checker)Pascal Rigaux2004-11-181-2/+2
|
* - correctly restore pam.d/system-auth when setting "local" authenticationPascal Rigaux2004-11-101-6/+14
| | | | | - no use_first_pass on "auth sufficient pam_unix.so" line for pam_castella
* SmartCard authentication needs pkg castella-pamPascal Rigaux2004-11-071-0/+1
|
* add "Smart Card" authentication (using pam_castella) (as asked by flepied)Pascal Rigaux2004-11-051-7/+14
|
* configure sshd to use PAM when needed (sshd config file is modified, but i ↵Pascal Rigaux2004-10-261-0/+14
| | | | did not test more)
* kinds() must return all kindsPascal Rigaux2004-09-301-1/+2
|
* only allow Active Directory for the corporate productPascal Rigaux2004-09-301-2/+4
|
* Remove ssl config in ldapVicent Guardiola2004-09-301-7/+4
| | | | | Add pam_mkhomedir for ldap
* revert enhancement commit since we are in deep freezePascal Rigaux2004-09-301-46/+18
|
* removed "\t" and "\n" out of translatable strings to avoid uselessPablo Saratxaga2004-09-301-11/+11
| | | | | | duplication; fixed English typographic errors (don't put spaces before colons!).
* Add more new entry for LDAPVicent Guardiola2004-09-291-18/+46
|
* Fix net join syntax for winbind setup.Stew Benedict2004-09-141-1/+1
|
* typo fixFunda Wang2004-08-081-1/+1
|
* Clean ldap client configurationVicent Guardiola2004-07-301-1/+9
|
* cleanup, fix various typosPascal Rigaux2004-07-261-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 functionVicent Guardiola2004-07-231-21/+10
| | | | | clean function find_srv_name
* Add "net time set -S $server" to AD et SMBKRB config, for clock sync ↵Vicent Guardiola2004-07-231-7/+44
| | | | (kerberos require)
* Add service smb et winbind restart in smbkrb configVicent Guardiola2004-07-211-2/+4
|
* perl_checker compliancePascal Rigaux2004-07-201-1/+1
|
* remove ask_warn winbind or SFU and add new entry in kindsVicent Guardiola2004-07-201-14/+10
|
* better looking wizardThierry Vignaud2004-07-201-7/+25
|
* Add desciption for authentification typeVicent Guardiola2004-07-201-5/+17
| | | | | Add Entry for IDMAP
* clean codeVicent Guardiola2004-07-201-4/+8
|
* modify nss_path one to subVicent Guardiola2004-07-191-12/+30
| | | | | config winbind for AD
* - add "Active Directory" through winbind (it needs more stuff to work)Pascal Rigaux2004-07-121-37/+48
| | | | | - drop using $val, use directly $authentication->{XXX}
* cleanupPascal Rigaux2004-07-021-10/+8
|
* Add anonymous bindVicent Guardiola2004-07-021-12/+10
|
* remove anonymous entryVicent Guardiola2004-07-021-3/+11
|
* add libsasl2-plug-gssapi when AD is selectedVicent Guardiola2004-07-021-1/+1
|
* Change SSL/TLS to SSL or TLSVicent Guardiola2004-07-021-4/+6
| | | | | | add uc_domain to realm section in /etc/krb5.conf padbol
* fix typoPascal Rigaux2004-07-011-1/+1
|
* for Active Directory, allow: Kerberos, SSL/TLS, simple and anonymousPascal Rigaux2004-06-301-3/+22
|