Em Thu, Jan 31, 2002 at 03:49:24PM -0000, Paulo Gon�alves escreveu: > The problem is that i have to logon in the linux machine with an account to > get the tickets ( execute the kinit ) , an that account must be in the linux > machine. > > It is possible to log gon the linhux machine with an account created in the > win2k domain, an get the tickets in the logon process?
You could use pam_krb5 to get the ticket from w2k and log you in the local machine, but you will still need the stuff in /etc/passwd. To remove this entirely you will need something like nss_ldap (www.padl.com) or winbind (www.samba.org) from the samba folks.
