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

Re: Could not create LDAP session handle (3): Time limit exceeded



To further clarify: the argument -H expects is a space or comma-separated
list of URIs; the URI you provided,

ldap://tester2.infoeng.flinders.edu.au/ou=diskquotas,dc=infoeng,dc=flinders,dc=edu,dc=au

would not cause any problem if the commas were URL-escaped (i.e. s/,/%2C/):

ldap://tester2.infoeng.flinders.edu.au/ou=diskquotas%2Cdc=infoeng%2Cdc=flinders%2Cdc=edu%2Cdc=au

in any case the <DN> portion would be ignored by ldapsearch, and you'd
need to specify one either specifically by -b or by default in ldap.conf.

I'm working at making the error message a bit more clear.

p.

-- 
Pierangelo Masarati
mailto:pierangelo.masarati@sys-net.it


    SysNet - via Dossi,8 27100 Pavia Tel: +390382573859 Fax: +390382476497