Skip to content
Snippets Groups Projects
Commit 342c8921 authored by Linda J Laubenheimer's avatar Linda J Laubenheimer
Browse files

IDIR-363 - try again to fix regex

parent de566017
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ remctld: /^COMMAND from \S+@stanford\.edu: ldapalias /
/^.*GSSAPI client step 1$/
/^.*GSSAPI client step 2$/
/^.*DIGEST-MD5 common mech free$/
/^.*PROXIED attributeDescription .DC. inserted.*$/
/^.*PROXIED attributeDescription \"DC\" inserted.*$/
# Suppress updates to virtual email domain aliases
remctld: /^COMMAND from \S+@stanford\.edu: ldap group update /
......
## we keep getting this when /etc/newsyslog.daily/ldap-cn-config runs
/^.*PROXIED attributeDescription .DC. inserted.*$/
/^.*PROXIED attributeDescription \"DC\" inserted.*$/
......@@ -2,7 +2,7 @@
# third, pick your bucket and credentials
# Ignore this message when running /etc/newsyslog/master:
IGNORE_PCRE="PROXIED attributeDescription .DC. inserted"
IGNORE_PCRE="PROXIED attributeDescription \"DC\" inserted"
<% if (@env == 'prod' ) then -%>
41 4 * * * root /usr/bin/ldap-dump-to-s3 -b s3://060553448345-authnz-prod-ldapdumps/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment