Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
Exchange
2000.active.directory
2000.admin
2000.announcements
2000.app.conversion
2000.applications
2000.clients
2000.clustering
2000.connectivity
2000.development
2000.documentation
2000.general
2000.information.store
2000.interop
2000.kms
2000.misc
2000.protocols
2000.realtime.collabo.
2000.setup
2000.transport
2000.win2000
admin
application.conversion
applications
clients
clustering
connectivity
design
development
misc
mobility
setup
tools
  
 
date: Tue, 14 Feb 2006 12:33:48 +1100,    group: microsoft.public.exchange2000.active.directory.integration        back       


LDAP query construction and LDAP query tool   
I am trying to find out which users have a limit set that restricts the size 
of emails they can send.
The attribute that gets populated is "SubmissionContLength" and it is blank 
(or null) when there is no limit set.
Does anyone have an LDAP query that I can issue against Active DIrectory 
that will return the info I need?

Also is there a tool like SQL Query Analyser that I can use to execute LDAP 
commands and examine the results

Thanks

Bob
date: Tue, 14 Feb 2006 12:33:48 +1100   author:   Bob

Re: LDAP query construction and LDAP query tool   
You can use LDP to do queries through a GUI.

You can use ldifde to get the properties from the command line.

for ldifde, it would look something like:
ldifde -f export.txt -r 
"(&(legacyExchangeDN=*)(mailNickname=*)(objectCategory=person)(objectClass=user))" 
 -l "(submissionContlength)"

to get just the users that have the value set and exclude those without it, 
use:
ldifde -f export.txt -r 
"(&(legacyExchangeDN=*)(mailNickname=*)(objectCategory=person)(objectClass=user)(submissionContlength=*))" 
 -l "(submissionContlength)"



"Bob"  wrote in message 
news:%23a$BRYQMGHA.3432@tk2msftngp13.phx.gbl...
>I am trying to find out which users have a limit set that restricts the 
>size of emails they can send.
> The attribute that gets populated is "SubmissionContLength" and it is 
> blank (or null) when there is no limit set.
> Does anyone have an LDAP query that I can issue against Active DIrectory 
> that will return the info I need?
>
> Also is there a tool like SQL Query Analyser that I can use to execute 
> LDAP commands and examine the results
>
> Thanks
>
> Bob
>
date: Mon, 20 Feb 2006 21:55:22 -0600   author:   andy webb

Re: LDAP query construction and LDAP query tool   
Thanks Andy,

Where would I get LDP

Bob
"andy webb"  wrote in message 
news:e4GCkqpNGHA.3936@TK2MSFTNGP12.phx.gbl...
> You can use LDP to do queries through a GUI.
>
> You can use ldifde to get the properties from the command line.
>
> for ldifde, it would look something like:
> ldifde -f export.txt -r 
> "(&(legacyExchangeDN=*)(mailNickname=*)(objectCategory=person)(objectClass=user))" 
>  -l "(submissionContlength)"
>
> to get just the users that have the value set and exclude those without 
> it, use:
> ldifde -f export.txt -r 
> "(&(legacyExchangeDN=*)(mailNickname=*)(objectCategory=person)(objectClass=user)(submissionContlength=*))" 
>  -l "(submissionContlength)"
>
>
>
> "Bob"  wrote in message 
> news:%23a$BRYQMGHA.3432@tk2msftngp13.phx.gbl...
>>I am trying to find out which users have a limit set that restricts the 
>>size of emails they can send.
>> The attribute that gets populated is "SubmissionContLength" and it is 
>> blank (or null) when there is no limit set.
>> Does anyone have an LDAP query that I can issue against Active DIrectory 
>> that will return the info I need?
>>
>> Also is there a tool like SQL Query Analyser that I can use to execute 
>> LDAP commands and examine the results
>>
>> Thanks
>>
>> Bob
>>
>
>
date: Fri, 24 Feb 2006 09:10:58 +1100   author:   Bob

Re: LDAP query construction and LDAP query tool   
Hi,

LDP is part of the windows support tools that can be installed from the 
windows server cd.

Leif

"Bob"  wrote in message 
news:ONHXXVMOGHA.648@TK2MSFTNGP14.phx.gbl...
> Thanks Andy,
>
> Where would I get LDP
>
> Bob
> "andy webb"  wrote in message 
> news:e4GCkqpNGHA.3936@TK2MSFTNGP12.phx.gbl...
>> You can use LDP to do queries through a GUI.
>>
>> You can use ldifde to get the properties from the command line.
>>
>> for ldifde, it would look something like:
>> ldifde -f export.txt -r 
>> "(&(legacyExchangeDN=*)(mailNickname=*)(objectCategory=person)(objectClass=user))" 
>>  -l "(submissionContlength)"
>>
>> to get just the users that have the value set and exclude those without 
>> it, use:
>> ldifde -f export.txt -r 
>> "(&(legacyExchangeDN=*)(mailNickname=*)(objectCategory=person)(objectClass=user)(submissionContlength=*))" 
>>  -l "(submissionContlength)"
>>
>>
>>
>> "Bob"  wrote in message 
>> news:%23a$BRYQMGHA.3432@tk2msftngp13.phx.gbl...
>>>I am trying to find out which users have a limit set that restricts the 
>>>size of emails they can send.
>>> The attribute that gets populated is "SubmissionContLength" and it is 
>>> blank (or null) when there is no limit set.
>>> Does anyone have an LDAP query that I can issue against Active DIrectory 
>>> that will return the info I need?
>>>
>>> Also is there a tool like SQL Query Analyser that I can use to execute 
>>> LDAP commands and examine the results
>>>
>>> Thanks
>>>
>>> Bob
>>>
>>
>>
>
>
date: Fri, 24 Feb 2006 20:32:38 +0100   author:   Leif Pedersen [MVP]

Re: LDAP query construction and LDAP query tool   
Thanks
"Leif Pedersen [MVP]"  wrote in message 
news:%23rBlTkXOGHA.3888@TK2MSFTNGP12.phx.gbl...
> Hi,
>
> LDP is part of the windows support tools that can be installed from the 
> windows server cd.
>
> Leif
>
> "Bob"  wrote in message 
> news:ONHXXVMOGHA.648@TK2MSFTNGP14.phx.gbl...
>> Thanks Andy,
>>
>> Where would I get LDP
>>
>> Bob
>> "andy webb"  wrote in message 
>> news:e4GCkqpNGHA.3936@TK2MSFTNGP12.phx.gbl...
>>> You can use LDP to do queries through a GUI.
>>>
>>> You can use ldifde to get the properties from the command line.
>>>
>>> for ldifde, it would look something like:
>>> ldifde -f export.txt -r 
>>> "(&(legacyExchangeDN=*)(mailNickname=*)(objectCategory=person)(objectClass=user))" 
>>>  -l "(submissionContlength)"
>>>
>>> to get just the users that have the value set and exclude those without 
>>> it, use:
>>> ldifde -f export.txt -r 
>>> "(&(legacyExchangeDN=*)(mailNickname=*)(objectCategory=person)(objectClass=user)(submissionContlength=*))" 
>>>  -l "(submissionContlength)"
>>>
>>>
>>>
>>> "Bob"  wrote in message 
>>> news:%23a$BRYQMGHA.3432@tk2msftngp13.phx.gbl...
>>>>I am trying to find out which users have a limit set that restricts the 
>>>>size of emails they can send.
>>>> The attribute that gets populated is "SubmissionContLength" and it is 
>>>> blank (or null) when there is no limit set.
>>>> Does anyone have an LDAP query that I can issue against Active 
>>>> DIrectory that will return the info I need?
>>>>
>>>> Also is there a tool like SQL Query Analyser that I can use to execute 
>>>> LDAP commands and examine the results
>>>>
>>>> Thanks
>>>>
>>>> Bob
>>>>
>>>
>>>
>>
>>
>
>
date: Mon, 27 Feb 2006 10:34:39 +1100   author:   Bob

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us