Hello,<br>
<br>
I&#39;m trying to (eventually) authorize my linux box against an
ldap/kerberos setup. I am having some trouble. I can talk to the ldap
server fine with ldaptools. The problem is where nss comes in. getent
passwd will only list local entries in passwd. Yes I have
nssswitch.conf configured correctly. I have it configured so correctly
that if I listen to the network traffic I can actually see the ldap
request and response, but for some reason NSS ignores it.<br>
<br>
Interesting behaviors:<br>
<br>
- only local users and groups are listed by getent<br>
- NSS is ignoring the ldap response<br>
- the ldap response is very very large, so i thought that might be it.
i tried using a smaller base search (only me) and it still ignored the
result.<br>
- strace of getent does not show anything unusual<br>
- now whenever I log in or sudo or anything, i have to enter my
password twice. the first time is thrown out, whether right or wrong.
this may have more to do with an incomplete setup of pam. <br>
<br>
oh yeah this is all on ubuntu 7.04 fresh install. and i&#39;m about to upgrade to 7.10 because well, i&#39;m out of ideas. <br>
<br>
Anyway, I would really like to get this working because if i don&#39;t
they&#39;ll make me use windows to develop a php application :O SAVE ME LUG!<br>
<br>&nbsp;
<br>