This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
openldap
Watch
1
Star
0
Fork
You've already forked openldap
0
mirror of
https://git.openldap.org/openldap/openldap.git
synced
2025-12-21 15:19:34 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
032d2b3578
openldap
/
tests
/
scripts
/
acfilter.sh
7 lines
60 B
Bash
Raw
Normal View
History
Unescape
Escape
sh portability changes
1999-04-21 01:59:01 -04:00
#! /bin/sh
Add OpenLDAP RCS id
1999-09-01 20:52:43 -04:00
# $OpenLDAP$
#
Modify ldapsearch(1) significantly. Now handles LDAPv3 search 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/
2000-06-24 20:35:17 -04:00
# Strip comments
Add OpenLDAP RCS id
1999-09-01 20:52:43 -04:00
#
Modify ldapsearch(1) significantly. Now handles LDAPv3 search 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/
2000-06-24 20:35:17 -04:00
egrep -iv
'^#'
Reference in a new issue
Copy permalink