Created
November 23, 2016 10:16
-
-
Save sayz/ccc23f64278b22c6f3425ffc4e0fc2af to your computer and use it in GitHub Desktop.
ldap gruplarını splunk'a çekerken kullanılacak filtre
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(! | |
(| | |
(cn=svn*) | |
(cn=fisheye*) | |
(cn=m_*) | |
(cn=nexus-admin*) | |
(cn=tempo-admins*) | |
(cn=systemro*) | |
(cn=a_*) | |
) | |
) | |
(!(|(cn=svn*)(cn=fisheye*)(cn=m_*)(cn=nexus-admin*)(cn=tempo-admins*)(cn=systemro*)(cn=a_*))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment