mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 15:19:34 -05:00
references, extended results, and extended partial results. LDIF extended to support these new features and reported version 2. -L now limits output to LDIFv1 for compatibility reasons. No -L is now LDIFv2. Old alternative form is no longer supported. Use LDAP_TMPDIR (in ldap_config.h) instead of hardcoded /tmp Use LDAP_FILE_URI_PREFIX (in ldap_config.h) instead of hardcoded file://tmp/
6 lines
60 B
Bash
Executable file
6 lines
60 B
Bash
Executable file
#! /bin/sh
|
|
# $OpenLDAP$
|
|
#
|
|
# Strip comments
|
|
#
|
|
egrep -iv '^#'
|