mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 15:19:34 -05:00
6 lines
124 B
Bash
6 lines
124 B
Bash
|
|
#!/bin/sh
|
||
|
|
grep -v "modifiersname" | \
|
||
|
|
grep -v "modifytimestamp" | \
|
||
|
|
grep -v "creatorsname" | \
|
||
|
|
grep -v "createtimestamp"
|