Unlimited line width for ldapsearch

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 7/30/07, Richard Megginson <rmeggins at redhat.com> wrote:
> Wilmer Jaramillo M. wrote:
> > On 7/30/07, Howard Wilkinson <howard at cohtech.com> wrote:
> >
> >>  Wilmer Jaramillo M. wrote:
> >>    I found that ../shared/bin/ldasearch only show a output of 76 chars
> >> per line, and manual page not described how be longer the output, i
> >> want set the line-width used to implement filter in long strings 'OU'
> >> in perl scripts. Also i found a very simple patch for ldapsearch of
> >> openldap tools in:
> >> http://www.openldap.org/lists/openldap-bugs/199912/msg00099.html
> >> openldap it does not have support still.
> >>
> >> Probably some method of Net::LDAP can do it, I'm investigating a
> >> module or regex that can help me in this, any suggestion? thanks.
> >>
> >>   Take a look at Net::LDAP::LDIF an option to new is called 'wrap' which is normally set to 78 (one space, 76 printing characters, and the newline for continuation lines) this should give you what you want.
> >>
> >>
> >
> > I'm looking to replace  the following query to a Windows ADS for a
> > Perl sintax because the output is limited for line-width:
> > my $ldapsearch = "(ldapsearch - x - H ldap: To //$adserver - D "to
> > $aduser" - w $adpass - s sub - b "$baseDN"" (cn=*) '| grep - i "ou=" |
> > cut - d, - F2 | grep - v - i "CN= " | uniq)`
> >
> If you use the ldapsearch bundled with Fedora DS (cd
> /opt/fedora-ds/shared/bin ; ./ldapsearch) rather than openldap
> /usr/bin/ldapsearch, you can use the -T option, which disables line
> wrapping, making it easier to pass the output to scripts such as
> grep/sed/awk/perl without using a separate LDIF parser.  The command
> line options are very similar, just omit the -x.

Excelent, it also now working for me. Thanks Richard and Howard.
-- 
Wilmer Jaramillo M.
GPG Key Fingerprint = 0666 D0D3 24CE 8935 9C24 BBF1 87DD BEA2 A4B2 1E8A




[Index of Archives]     [Fedora User Discussion]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora News]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora QA]     [Fedora Triage]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Yosemite Photos]     [Linux Apps]     [Maemo Users]     [Gnome Users]     [KDE Users]     [Fedora Tools]     [Fedora Art]     [Fedora Docs]     [Maemo Users]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Fedora ARM]

  Powered by Linux