Hello!<br>
<br>
I've been fiddling with kerberos/pam/ldap recently and I've run into
problems with cups. Although things seem to be working fine, I just
can't login to cups's web interface. At first I thought it might be a
kerberos issue, since I'm a real noob when it comes to kerberos/ldap,
but it turned out this is not the case since after removing the
pam_krb5 option from /etc/pam.d/system-auth, the problem persists. What
I mean is that each time I try to login to the web interface, I am once
again asked to enter username/password as if I provided the wrong
values. All I get is the following entry in /var/log/messages:<br>
Sep 19 10:50:00 gaea pam_access[24862]: couldn't get the tty name<br>
<br>
I have enabled access from any computer on the subnet in cupsd.conf, and set Systemgroup = root<br>
<br>
I can't figure out what might be wrong. I am not including any
additional debug info with this message since I have absolutely no idea
what I should provide. However, since the problem seems to be
pam-related, here's my system-auth file contents:<br>
<br>
#%PAM-1.0<br>
<br>
auth       required     pam_env.so<br>
auth       sufficient   pam_unix.so likeauth nullok shadow<br>
auth       required     pam_krb5.so use_first_pass forwardable<br>
auth       required     pam_deny.so<br>
#auth       sufficient  pam_ldap.so use_first_pass<br>
<br>
account    required     pam_unix.so<br>
account    required     pam_access.so<br>
account    [default=bad success=ok user_unknown=ignore service_err=ignore system_err=ignore] pam_krb5.so<br>
account    required     pam_access.so<br>
#account    sufficient  pam_ldap.so<br>
<br>
password   required     pam_cracklib.so difok=2 minlen=8 dcredit=2 ocredit=2 retry=3<br>
password   sufficient   pam_unix.so nullok md5 shadow use_authtok<br>
password   required     pam_krb5.so use_authtok<br>
password   required     pam_deny.so<br>
#password   sufficient  pam_ldap.so use_authtok<br>
<br>
session    required     pam_limits.so<br>
session    required     pam_unix.so<br>
session    required     pam_krb5.so<br>
session    required     pam_mkhomedir.so skel=/etc/skel/ umask=0<br>
#session           optional     pam_ldap.so<br>
<br>
Any help would be deeply appreciated...<br>
Thank you in advance,<br>
George<br>