summaryrefslogtreecommitdiffstats
path: root/debian/ldap-utils.README.Debian
blob: 83e979ad1a09cb96ee21b50700b7ebd4bea9baf0 (plain)
1
2
3
4
5
If you want to play with shell and ldapsearch output, be sure your dn
entries are one per line. A perl script could be:

	ldapsearch ... | perl -p -0040 -e 's/\n //'