GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ldif-duplicate-attrs(1) hxtools ldif-duplicate-attrs(1)

ldif-duplicate-attrs — check for multi-value attributes in LDIF file

procalldiff [-C] <foo.ldif >report.txt

Input must not contain linewraps. Do use with

{slapcat|ldapsearch} -o ldif-wrap=no ...

Reads an LDIF file from standard input and checks for the presence of multivalued attributes of all DNs. Whitelisted attribute names are excluded from the problem report. Outputs a statistic sorted by severity to standard output.

-C
Force color output. Useful when piping into `less -R`. (By default, color is only emitted when stdout is a tty.)

	11	cn=67eoG,ou=Muenchen,o=Deutschland
		uid(3) cn(2) fullName(2) mail(2) sn(2)
	10	cn=Hoff,ou=Muenchen,o=Deutschland
		homeCity(2) homePostalAddress(2) homeZipCode(2) l(2)
		telephoneNumber(2)

The DN cn=67eoG has had three values for the "uid" attribute, two for "cn", and so on, for a total badness score of 11. The entire output is sorted by:

1.
Overall, DNs are sorted by descending score.
2.
For a particular DN, attributes are sorted by descending score.
3.
If two attributes have the same score, sort occurs lexicographically ascending.

hxtools(7)
2015-04-01 hxtools

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.