[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: ldap+squid authentication



ÿþ<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content="text/html; charset=unicode" http-equiv=Content-Type> <META content="MSHTML 5.00.2614.3500" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><FONT face=Verdana size=2>hi there..</FONT></DIV> <DIV><FONT face=Verdana size=2>as far as i concerned if you want to do ldapsearch via "binddn" or "-D" you must include "-w" for rootpw.</FONT></DIV> <DIV><FONT face=Verdana size=2></FONT>&nbsp;</DIV> <DIV><FONT face=Verdana size=2>ldapsearch -x&nbsp; -b 'o=usm'&nbsp; UID=Jim&nbsp; servername</FONT></DIV> <DIV><FONT face=Verdana size=2>or</FONT></DIV> <DIV><FONT face=Verdana size=2>ldapsearch -x&nbsp; -D "UID =Jim,o=usm"&nbsp; -w secret -b 'o=usm'&nbsp;servername</FONT></DIV> <DIV><FONT face=Verdana size=2>where "UID=Jim,o=usm" should be&nbsp;ur rootdn and "secret" is ur rootpw</FONT></DIV> <DIV>&nbsp;</DIV> <DIV>&nbsp;</DIV></BODY></HTML>