Re: Granting permissions in ADAM
- From: "Lee Flight" <lef@xxxxxxxxxxxxxxx>
- Date: Tue, 12 Dec 2006 23:53:45 -0000
Hi
to grant read access to users a good first pass is to add the ADAM Users
role (or users group that you may have created) to the ADAM Readers role.
To allow the user to update their own information you can grant NT
AUTHORITY\SELF
principal Read Property and Write Property access to either specific
attributes or a property set e.g. personal information. It's best to choose
a suitable point in the directory tree, say the root of the a users part of
the tree and then grant the Users role (or group
of your own) List Contents on that container and grant inheritable
permissions for the SELF principal on the child object attributes. It's
difficult to give generic examples
but something like:
dsacls \\localhost:389\ou=users,o=myorg /G "cn=users,cn=roles,o=myorg":LC
for List Contents if your users are below ou=users,o=myorg and then
dsacls \\localhost:389\ou=users,o=myorg /G "NT AUTHORITY\SELF:RPWP;;" /I:T
or for say just the properties in the personal information property set
dsacls \\localhost:389\ou=users,o=myorg /G "NT AUTHORITY\SELF:RPWP;personal
information;" /I:T
as always try these things in a test environment first.
Hope that helps
Lee Flight
"abhi_chow" <abhi_chow@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:25E3C70B-FA1E-4996-AD2E-4AC33CC8E8E6@xxxxxxxxxxxxxxxx
Hi,
To Grant/Deny permissions in ADAM, we need to use dsacls.exe command in
the
ADAM command prompt.
I need to provide permissions such that barring Administrators, all other
users should have write permisssions on only one's own attributes and only
READ permissions on the attributes of other users.
Can you please help me in regard to what command should be used in this
case?
Any help will be highly appreciated.
Thanks in advance!
Abhishek.
.
- Follow-Ups:
- Re: Granting permissions in ADAM
- From: abhi_chow
- Re: Granting permissions in ADAM
- Prev by Date: Re: removing second DC from forest
- Next by Date: Re: Roaming Profile problem
- Previous by thread: Re: Problem of Installing the config file while using in two ADAM inst
- Next by thread: Re: Granting permissions in ADAM
- Index(es):
Relevant Pages
|
Loading