| Author |
Message |
John Roper
Guest
|
Posted:
Wed Oct 19, 2005 4:51 pm Post subject:
Is there an API to read the ACLs in a CMS system? |
|
|
Hi
I need to write some code that will walk a CMS site and extract all the ACLs
and put them into an AzMan database. I've had no success finding an API that
will give me the ACLs. Can someone please help?
Thanks
John Roper |
|
| Back to top |
|
 |
Stefan [MSFT]
Guest
|
Posted:
Wed Oct 19, 2005 4:51 pm Post subject:
Re: Is there an API to read the ACLs in a CMS system? |
|
|
Hi John,
the answer is no. This functionality is not supported in MCMS.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"John Roper" <JohnRoper@discussions.microsoft.com> wrote in message
news:8CC3014D-058A-4213-B6D1-6AEB35DD9B42@microsoft.com...
| Quote: | Hi
I need to write some code that will walk a CMS site and extract all the
ACLs
and put them into an AzMan database. I've had no success finding an API
that
will give me the ACLs. Can someone please help?
Thanks
John Roper |
|
|
| Back to top |
|
 |
Stefan [MSFT]
Guest
|
Posted:
Wed Oct 19, 2005 4:51 pm Post subject:
Re: Is there an API to read the ACLs in a CMS system? |
|
|
Hi John,
the ACLs are stored in the database.
Direct access to the database (even for read) would break the support
boundaries for MCMS and is not allowed see here for details:
http://blogs.technet.com/stefan_gossner/archive/2005/03/16/396647.aspx
Yes, this is done using MS internal interfaces.
Using MS internal interfaces in custom applications is also not allowed. See
here for details:
http://blogs.technet.com/stefan_gossner/archive/2005/07/27/undocumented_API_Part1.aspx
http://blogs.technet.com/stefan_gossner/archive/2005/07/27/408245.aspx
http://blogs.technet.com/stefan_gossner/archive/2005/07/27/408247.aspx
With other words: there is absolutly no supported way to achieve this.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"John Roper" <JohnRoper@discussions.microsoft.com> wrote in message
news:DCEE3C02-2FB4-4B8C-AF03-07E09CF5F245@microsoft.com...
| Quote: | Thanks for the quick answer, even if it wasn't the one I was hoping for
:-(
Am Iright in thinking that you can, through the UI, set access rights in
some form? If so, are you saying that this is done by a private interface
and
not an API? If so, how are the ACLs stored - are they in the SQL database?
In other words, is there any possible way to do this, including using
proprietary interfaces, assuming that Microsoft would tell me how to use
that
interface? I only want to be able to read the ACLs, not change them.
Thanks in advance
John
"Stefan [MSFT]" wrote:
Hi John,
the answer is no. This functionality is not supported in MCMS.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no
rights
New to MCMS?
Check out this book: Building Websites Using MCMS:
http://tinyurl.com/6zj44
----------------------
"John Roper" <JohnRoper@discussions.microsoft.com> wrote in message
news:8CC3014D-058A-4213-B6D1-6AEB35DD9B42@microsoft.com...
Hi
I need to write some code that will walk a CMS site and extract all the
ACLs
and put them into an AzMan database. I've had no success finding an API
that
will give me the ACLs. Can someone please help?
Thanks
John Roper
|
|
|
| Back to top |
|
 |
John Roper
Guest
|
Posted:
Wed Oct 19, 2005 4:51 pm Post subject:
Re: Is there an API to read the ACLs in a CMS system? |
|
|
Thanks for the very complete answer. I understand the position. Also nice to
put a face to a name :-)
Regards
John
"Stefan [MSFT]" wrote:
| Quote: | Hi John,
the ACLs are stored in the database.
Direct access to the database (even for read) would break the support
boundaries for MCMS and is not allowed see here for details:
http://blogs.technet.com/stefan_gossner/archive/2005/03/16/396647.aspx
Yes, this is done using MS internal interfaces.
Using MS internal interfaces in custom applications is also not allowed. See
here for details:
http://blogs.technet.com/stefan_gossner/archive/2005/07/27/undocumented_API_Part1.aspx
http://blogs.technet.com/stefan_gossner/archive/2005/07/27/408245.aspx
http://blogs.technet.com/stefan_gossner/archive/2005/07/27/408247.aspx
With other words: there is absolutly no supported way to achieve this.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"John Roper" <JohnRoper@discussions.microsoft.com> wrote in message
news:DCEE3C02-2FB4-4B8C-AF03-07E09CF5F245@microsoft.com...
Thanks for the quick answer, even if it wasn't the one I was hoping for
:-(
Am Iright in thinking that you can, through the UI, set access rights in
some form? If so, are you saying that this is done by a private interface
and
not an API? If so, how are the ACLs stored - are they in the SQL database?
In other words, is there any possible way to do this, including using
proprietary interfaces, assuming that Microsoft would tell me how to use
that
interface? I only want to be able to read the ACLs, not change them.
Thanks in advance
John
"Stefan [MSFT]" wrote:
Hi John,
the answer is no. This functionality is not supported in MCMS.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no
rights
New to MCMS?
Check out this book: Building Websites Using MCMS:
http://tinyurl.com/6zj44
----------------------
"John Roper" <JohnRoper@discussions.microsoft.com> wrote in message
news:8CC3014D-058A-4213-B6D1-6AEB35DD9B42@microsoft.com...
Hi
I need to write some code that will walk a CMS site and extract all the
ACLs
and put them into an AzMan database. I've had no success finding an API
that
will give me the ACLs. Can someone please help?
Thanks
John Roper
|
|
|
| Back to top |
|
 |
John Roper
Guest
|
Posted:
Wed Oct 19, 2005 4:51 pm Post subject:
Re: Is there an API to read the ACLs in a CMS system? |
|
|
Thanks for the quick answer, even if it wasn't the one I was hoping for :-(
Am Iright in thinking that you can, through the UI, set access rights in
some form? If so, are you saying that this is done by a private interface and
not an API? If so, how are the ACLs stored - are they in the SQL database?
In other words, is there any possible way to do this, including using
proprietary interfaces, assuming that Microsoft would tell me how to use that
interface? I only want to be able to read the ACLs, not change them.
Thanks in advance
John
"Stefan [MSFT]" wrote:
| Quote: | Hi John,
the answer is no. This functionality is not supported in MCMS.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"John Roper" <JohnRoper@discussions.microsoft.com> wrote in message
news:8CC3014D-058A-4213-B6D1-6AEB35DD9B42@microsoft.com...
Hi
I need to write some code that will walk a CMS site and extract all the
ACLs
and put them into an AzMan database. I've had no success finding an API
that
will give me the ACLs. Can someone please help?
Thanks
John Roper
|
|
|
| Back to top |
|
 |
|
|
|
|