Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
platform
active.directory
adsi
adsi.iis-admin
base
com_ole
complus_mts
component_svcs
database
directx
gdi
graphics_mm
internet.client
internet.server
internet.server.isapi-dev
localization
mapi
messaging
msi
mslayerforunicode
multimedia
networking
networking.ipv6
sdk_install
security
shell
telephony.tapi_2
telephony.tapi_3
telephony.tsp
telephony.wte
tools
ui
ui_shell
win_base_svcs
win16
  
 
date: Wed, 19 Oct 2005 14:57:34 -0400,    group: microsoft.public.platformsdk.active.directory        back       


Hiding Objects in Active Directory   
Is their a way to hide AD objects? I have things like test users, etc., that 
I don't want to show up in searches by the user community.
date: Wed, 19 Oct 2005 14:57:34 -0400   author:   Dav Banks

Re: Hiding Objects in Active Directory   
Dav Banks wrote:
> Is their a way to hide AD objects? I have things like test users, etc., that 
> I don't want to show up in searches by the user community. 
> 
> 

You can't really hide objects in AD. However, if you have all these test 
objects in a single OU you can change the security for that entire OU 
(and make sure it changes on all child objects).

One possibility (and this would need some testing) is removing the 
"Authenticated Users" read access. Make sure you add a special group for 
your test user objects so that they can read the OU.

-- 
Joseph Daigle
date: Wed, 19 Oct 2005 17:40:25 -0400   author:   Joseph Daigle

Re: Hiding Objects in Active Directory   
Thanks for the suggestion! I had actually tried that but it didn't work. But 
when you suggested it I went back and checked the memberships of some of the 
Built-In groups.

It turns out that the Pre-Windows 2000 Compatible Access group has 
Authenticated Users as a member. When I removed the permissions for that 
group on the object it worked like expected.

dav

"Joseph Daigle"  wrote in message 
news:OmoULXP1FHA.268@TK2MSFTNGP09.phx.gbl...
> Dav Banks wrote:
>> Is their a way to hide AD objects? I have things like test users, etc., 
>> that I don't want to show up in searches by the user community.
>
> You can't really hide objects in AD. However, if you have all these test 
> objects in a single OU you can change the security for that entire OU (and 
> make sure it changes on all child objects).
>
> One possibility (and this would need some testing) is removing the 
> "Authenticated Users" read access. Make sure you add a special group for 
> your test user objects so that they can read the OU.
>
> -- 
> Joseph Daigle
date: Thu, 20 Oct 2005 11:38:48 -0400   author:   Dav Banks

Re: Hiding Objects in Active Directory   
Maybe I spoke too soon. At first I thought it was me but I've done it a 
couple of times now and each time, after 20-30 minutes, windows adds the 
permissions I just removed. I guess I can't be trusted with my own network!

dav

"Dav Banks"  wrote in message 
news:%23Dd2swY1FHA.2064@TK2MSFTNGP09.phx.gbl...
> Thanks for the suggestion! I had actually tried that but it didn't work. 
> But when you suggested it I went back and checked the memberships of some 
> of the Built-In groups.
>
> It turns out that the Pre-Windows 2000 Compatible Access group has 
> Authenticated Users as a member. When I removed the permissions for that 
> group on the object it worked like expected.
>
> dav
>
> "Joseph Daigle"  wrote in message 
> news:OmoULXP1FHA.268@TK2MSFTNGP09.phx.gbl...
>> Dav Banks wrote:
>>> Is their a way to hide AD objects? I have things like test users, etc., 
>>> that I don't want to show up in searches by the user community.
>>
>> You can't really hide objects in AD. However, if you have all these test 
>> objects in a single OU you can change the security for that entire OU 
>> (and make sure it changes on all child objects).
>>
>> One possibility (and this would need some testing) is removing the 
>> "Authenticated Users" read access. Make sure you add a special group for 
>> your test user objects so that they can read the OU.
>>
>> -- 
>> Joseph Daigle
>
>
date: Thu, 20 Oct 2005 15:27:54 -0400   author:   Dav Banks

Re: Hiding Objects in Active Directory   
Dav Banks wrote:
> Maybe I spoke too soon. At first I thought it was me but I've done it a 
> couple of times now and each time, after 20-30 minutes, windows adds the 
> permissions I just removed. I guess I can't be trusted with my own network!
> 
> dav
> 
> "Dav Banks"  wrote in message 
> news:%23Dd2swY1FHA.2064@TK2MSFTNGP09.phx.gbl...
> 
>>Thanks for the suggestion! I had actually tried that but it didn't work. 
>>But when you suggested it I went back and checked the memberships of some 
>>of the Built-In groups.
>>
>>It turns out that the Pre-Windows 2000 Compatible Access group has 
>>Authenticated Users as a member. When I removed the permissions for that 
>>group on the object it worked like expected.
>>
>>dav

Hmm... that is interesting behavior... I've never actually tried this 
before. I'm wondering what exactly caused the permsissions to 
repopulate. Regardless, goodluck figuring it out, and I'll let you know 
if I come up with anything.

-- 
Joseph Daigle
date: Fri, 21 Oct 2005 09:24:38 -0400   author:   Joseph Daigle

Re: Hiding Objects in Active Directory   
It seems to only repopulate the permissions on the one account that has 
administrative privileges - which just happens to be the one I most want to 
hide. The regular test user seems unaffected.



I tried to do it directly from the DC but it does have a Security tab for 
users in ADUC.



I did reset it again using ADSIEdit. I doubt it'll make a difference but 
I've seen stranger things!


dav


"Joseph Daigle"  wrote in message 
news:%23WRgdLk1FHA.3180@TK2MSFTNGP14.phx.gbl...
> Dav Banks wrote:
>> Maybe I spoke too soon. At first I thought it was me but I've done it a 
>> couple of times now and each time, after 20-30 minutes, windows adds the 
>> permissions I just removed. I guess I can't be trusted with my own 
>> network!
>>
>> dav
>>
>> "Dav Banks"  wrote in message 
>> news:%23Dd2swY1FHA.2064@TK2MSFTNGP09.phx.gbl...
>>
>>>Thanks for the suggestion! I had actually tried that but it didn't work. 
>>>But when you suggested it I went back and checked the memberships of some 
>>>of the Built-In groups.
>>>
>>>It turns out that the Pre-Windows 2000 Compatible Access group has 
>>>Authenticated Users as a member. When I removed the permissions for that 
>>>group on the object it worked like expected.
>>>
>>>dav
>
> Hmm... that is interesting behavior... I've never actually tried this 
> before. I'm wondering what exactly caused the permsissions to repopulate. 
> Regardless, goodluck figuring it out, and I'll let you know if I come up 
> with anything.
>
> -- 
> Joseph Daigle
date: Fri, 21 Oct 2005 09:35:04 -0400   author:   Dav Banks

Google
 
Web ureader.com


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