summaryrefslogtreecommitdiffstats
path: root/perl-install/authentication.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* (configure_krb5_for_AD) fix kerberos server lookup (vincent guardiola)Thierry Vignaud2004-06-181-2/+2
|
* - AD_users_db is cn=users,ldap_domain and not cn=users,dc=servername,ldap_domainPascal Rigaux2004-06-171-44/+44
| | | | | | | - AD_user (for binddn) is user@domain instead of cn=user,cn=users,ldap_domain - better system-auth krb5 configuration (all this as requested by Vincent Guardiola)
* add "Active Directory" authentication (alpha code)Pascal Rigaux2004-06-081-22/+202
|
* install autofs for nis authentication (dixit florin & fcrozat)Pascal Rigaux2004-05-171-1/+1
|
* fix winbind configuration and do the same for LDAP and NIS (modifs proposed ↵Pascal Rigaux2004-05-111-5/+5
| | | | and checked by Vincent Guardiola)
* perl now handle cleanly utf8 string in exceptions, no need to die \N("...")Pascal Rigaux2004-04-051-1/+1
|
* keep current authentication kind, even if not completly acceptedPascal Rigaux2004-02-161-4/+7
|
* (to_kind) try harder to find out if some auth method already had been choosedThierry Vignaud2004-02-161-1/+1
|
* - install ldap packages *before* doing ldapsearchPascal Rigaux2004-02-121-3/+2
| | | | | - pam*.so modules do not have /lib/security/ prefix anymore
* - integrate chkauth (which is now deprecated)Pascal Rigaux2004-01-081-0/+237
- new module authentication