Groups | Search | Server Info | Login | Register
| Newsgroups | perl.ldap |
|---|---|
| Subject | Net::LDAP and contextCSN |
| Message-ID | <14e5b537-5ed9-ef47-319b-1afc3ac725b4@computersalat.de> (permalink) |
| Date | 2019-07-15 16:53 +0200 |
| From | chris@computersalat.de (Christian) |
[Multipart message — attachments visible in raw view] - view raw
Hi,
could need some help.
I want to do with Net::LDAP what ldapsearch is doing with:
ldapsearch -x -LLL -s base contextCSN
with Net::LDAP I am struggeling ... tried the following:
$search = ldap->search( base => $BaseDn, scope => ''base', filter =>
'*', attrs => 'contextCSN'] );
This results in Bad filter.
From man page of ldapsearch there is no filter defined ... so is this
possible with Net::LDAP ?
Thank you
--
Christian
------------------------------------------------------------
https://join.worldcommunitygrid.org?recruiterId=177038
------------------------------------------------------------
http://www.sc24.de - Sportbekleidung
------------------------------------------------------------
Back to perl.ldap | Previous | Next — Next in thread | Find similar
Net::LDAP and contextCSN chris@computersalat.de (Christian) - 2019-07-15 16:53 +0200 Re: Net::LDAP and contextCSN quanah@symas.com (Quanah Gibson-Mount) - 2019-07-15 08:10 -0700 Re: Net::LDAP and contextCSN chris@computersalat.de (Christian) - 2019-07-16 09:15 +0200
csiph-web