Davor Ocelic <[EMAIL PROTECTED]> writes: > user name reported by 'id' changes from 'docelic_admin' > to 'docelic.admin'.
> Please look into this problem. (Adam M.?) Diagnosis: the dot-slash-underscore confusion has finally become a serious obstacle. Kerberos, UNIX, and AFS are all happy with underscores. I recommend that you change docelic.admin and docelic/admin to docelic_admin. I've done this for megacz_admin, and it's working wonderfully. And now when I log in, I already have tickets+tokens (no more need for kinit;aklog). I had to also swap the order of pam_unix and pam_krb5 in deleuze's common-auth so that it tries kerberos first -- otherwise it would log me in using /etc/passwd and not give me tickets since our admin userids are listed in /etc/passwd for emergencies. If this causes problems elsewhere please let me know and I'll try to figure something else out. - a -- PGP/GPG: 5C9F F366 C9CF 2145 E770 B1B8 EFB1 462D A146 C380 _______________________________________________ HCoop-SysAdmin mailing list [email protected] http://hcoop.net/cgi-bin/mailman/listinfo/hcoop-sysadmin
