On Thu, 2006-11-09 at 10:49 +0530, Syed Khader wrote: > > /usr/lib/autofs/autofs-ldap-auto-master DOESn't give any ouput
As we established, we need to find out why this program (the one that reads the LDAP master map) is not receiving anything back from the LDAP server. You will need to either increase the debug level on the LDAP server to log packets or obtain a network packet dump of the network communication to the server from the client. Something like: tcpdump -w <file to save packets to> host <LDAP server name or IP> on the client should do it. Then we need to get hold of it somehow. Ian _______________________________________________ autofs mailing list [email protected] http://linux.kernel.org/mailman/listinfo/autofs
