Wer schon einmal versucht hat, OpenLDAP-ldapsearch-Ergebnisse in der shell zu interpretieren, dem wird eventuell auf die maximale Zeilenlänge der Ausgabe übel aufgestoßen sein, ldapsearch bricht naemlich kurzerhand um. Aus RFC 2849 – The LDAP Data Interchange Format (LDIF) – Technical Specification:
2) Any non-empty line, including comment lines, in [...]
Usually if you hash a value using OpenSSL, you will get the value of the hash displayed as a hexadecimal number. Most of the time this is useful as it is readable and widely used:
ja@trottel ~ % echo -n ‘foo’ | openssl sha1
0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33
Though you may sometimes need another encoding – for example OpenLDAP heavily relies [...]