summaryrefslogtreecommitdiffstats
path: root/perl-install/authentication.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* more space fixesOlivier Blin2008-06-121-20/+20
|
* do not translate empty stringOlivier Blin2008-06-121-1/+1
|
* space fixesOlivier Blin2008-06-121-12/+12
|
* - Add Kerberos SupportVicent Guardiola2008-06-031-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)
* - adduserdrakePascal Rigaux2008-03-251-0/+3
| | | | | | | o force the password to be utf8 (#23273) (that's what userdrake do)
* SILENT: Test commit SVN okVicent Guardiola2007-10-161-8/+0
|
* SILENT: Test commit SVNVicent Guardiola2007-10-161-0/+7
|
* - drakauth:Pascal Rigaux2007-10-021-1/+3
| | | | | | | o install lib64sasl2-plug-gssapi on x86_64 (instead of libsasl2-plug-gssapi) (thanks to Colin Close)
* simplifyPascal Rigaux2007-08-311-3/+3
|
* update a stringThierry Vignaud2007-07-301-1/+1
|
* drakauth: fix bogus string (#10776)Thierry Vignaud2007-07-301-1/+1
|
* re-sync after the big svn lossPascal Rigaux2007-04-251-23/+82
|
* perl_checko cleanupThierry Vignaud2005-11-041-1/+1
|
* (set_raw) restart ypbind in install too (killing old todo)Thierry Vignaud2005-11-041-3/+1
|
* cleanup, and especially call ensure_are_installed with parameter "auto" ↵Pascal Rigaux2005-09-271-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 Rigaux2005-09-261-2/+2
| | | | | - fix typo
* Remove Encrytion type for AD with SFU (not tested)Vicent Guardiola2005-09-061-2/+2
| | | | | Change Label for AD Winbind (more explicit)
* perl_checker fixesPascal Rigaux2005-09-051-2/+2
|
* handle required package(s) not installed correctly (bugzilla #18180)Pascal Rigaux2005-09-051-7/+8
|
* Change definition for Active Directory with SFU and Active Directory WinbindVicent Guardiola2005-09-011-5/+5
| | | | | Remove idmap ldap backend for winbind AD (obsolete, see Samba 3.0.20)
* perl_checker compliancePascal Rigaux2005-09-011-1/+1
|
* allow Active Directory even on non corporate product (requested by our ↵Pascal Rigaux2005-09-011-1/+1
| | | | commercial team)
* Remove default_tgs_enctypes, default_tkt_enctypes, permitted_enctypesVicent Guardiola2005-09-011-0/+3
| | | | | from /etc/krb5.conf for winbind configuration, Buzgilla 15232
* allow removing lines in krb5_conf_update() (for vguardiola)Pascal Rigaux2005-09-011-3/+3
|
* revert changesFlorent Villard2005-08-031-2/+0
|
* some x86_64 build fixesFlorent Villard2005-08-031-0/+2
|
* replace remaining $net->{auth} with $authentication (since those variables ↵Pascal Rigaux2005-06-241-7/+7
| | | | are no more written in sysconfig/network)
* fix NISDOMAINOlivier Blin2005-06-241-1/+1
|
* 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
|