Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Making an LDAP filter more readable

by bronto (Priest)
on Jan 11, 2006 at 15:25 UTC ( [id://522460]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    (&(&(&(& (mailnickname=*) (| (&(objectCategory=person)(objectClass=use
    +r)(!(homeMDB=*))(!(msExchHomeServerName=*)))(&(objectCategory=person)
    +(objectClass=user)(|(homeMDB=*)(msExchHomeServerName=*)))(&(objectCat
    +egory=person)(objectClass=contact))(objectCategory=group)(objectCateg
    +ory=publicFolder)(objectCategory=msExchDynamicDistributionList) )))(o
    +bjectCategory=contact)(proxyAddresses=smtp:*example.com)))
    
  2. or download this
    (&
        (&
    ...
            (proxyAddresses=smtp:*example.com)
        )
    )
    
  3. or download this
    #!/usr/bin/perl
    
    ...
        print_chunk(--$step,$parens,1) ;
      }
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://522460]
Approved by marto
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (2)
As of 2024-04-19 20:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found