Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
J.C. #1
Active Directory Groups - more than 1000 members
I?ve been polling the ?member? attribute of Active Directory (AD) groups for
some time and I came across a new obstacle. Groups with more than 1000 members
suddenly change the ?member? attribute to ?member;range=0-999?. At least,
that?s how it appears in Softerra?s LDAP Browser. I also noticed that the
members turn a blue color when you look at the members using the AD
Administrator on the AD server.
Searching around, I found an explanation on Microsoft?s website:
J.C. Guest
-
using OpenQuery to get GROUPS in Active Directory
Can any body advice on how to use OpenQuery to get GROUPS from Active Directory? Any samples are welcomed? *** Sent via Developersdex... -
Problem with Searching Groups in Active Directory
Hi All, I am trying to use DirectorySearch and it is just not working for me. I have the following ActiveDirectory structure: TestGroup... -
CFLDAP - Active Directory Groups
I want to add/delete users to an Active Directory group using CFLDAP? Does anyone know how to do this? Thank you very much! -
Active Directory Search fails ("The directory service is unavailab
Hi all, I'm having one of those nerve wrecking errors, when trying to perform a simple search in an Active Directory. The objective of the code... -
Retrieving User's Groups from Active Directory using ASP.NET
I'm using forms based authentication and LDAP to authenticate a user against Active Directory. This is working fine. The point where I'm stuck... -
conanbarb #2
Re: Active Directory Groups - more than 1000 members
J.C.
Did you ever figure this issue out? We're running into the same exact problem. Any information would help.
Thanks,
Christian
conanbarb Guest
-
-
CF_DAWG #4
Re: Active Directory Groups - more than 1000 members
J.C.
We had the same problem. It is the MAXPAGESIZE attribute in AD. It is defaulted to 1000 we changed this to allow for a much larger recordset from AD to CF.
Hope this helps!
CF_DAWG Guest
-
J.C. #5
Re: Active Directory Groups - more than 1000 members
Where do I find this MAXPAGESIZE attribute? Please, more detail!
Thanks!
J.C. Guest
-
J.C. #6
Re: Active Directory Groups - more than 1000 members
I found where to set the MaxPageSize attribute in this Microsoft article:
[url]http://www.microsoft.com/technet/prodtechnol/exchange/EXBPA/77521496-b2c7-41af-8[/url]
340-8d857453fe5a.mspx
I look at my settings and MaxPageSize is set to 5000. Why isn't it working?
Is there something else to this, CF_DAWG?
JC
J.C. Guest
-
CF_DAWG #7
Re: Active Directory Groups - more than 1000 members
J.C.
I am getting the documentation from my NT guy. There is one more setting to change in AD and he is sending me that info shortly.
Thanks!
CF_DAWG Guest
-
CF_DAWG #8
Re: Active Directory Groups - more than 1000 members
This is from MicroSoft on AD. I have starred what are changes are:
? MaxPageSize - This value controls the maximum number of objects that are
returned in a single search result, independent of how large each returned
object is. To perform a search where the result might exceed this number of
objects, the client must specify the paged search control. This is to group the
returned results in groups that are no larger than the MaxPageSize value. To
summarize, MaxPageSize controls the number of objects that are returned in a
single search result.
*****We have this set to 20000 (the default was 1000)
? MaxValRange - This value controls the number of values that are returned for
an attribute of an object, independent of how many attributes that object has,
or of how many objects were in the search result. In Windows 2000 this control
is "hard" coded at 1,000. If an attribute has more than the number of values
that are specified by the MaxValRange value, you must use value range controls
in LDAP to retrieve values that exceed the MaxValRange value. MaxValueRange
controls the number of values that are returned on a single attribute on a
single object.
***** We have this set to 5000 (the default was 1000)
Hope this helps!
CF_DAWG Guest
-
J.C. #9
Re: Active Directory Groups - more than 1000 members
Ah, yes! I see the fix!
Looks like I need to upgrade to 2003...
DAWG U RAWK!
J.C. Guest



Reply With Quote

