mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 07:39:35 -05:00
adds POSIX RegEx (and removes BSD re_comp/re_exec) support. * POSIX RegEx is not currently included in the distribution, however we will probably add Henry Spencer's REGEX library soon. * ACL Group functionality is also included in this merge!
2 lines
88 B
Bash
Executable file
2 lines
88 B
Bash
Executable file
#!/bin/sh
|
|
egrep -iv '^modifiersname:|^modifytimestamp:|^creatorsname:|^createtimestamp'
|