Please HELP with creating a "Read-Only Administrator"

M

Mike

I need to create an administrator with read-only access. I cannot seem to
find a way to do this. Any suggestions?
 
D

Danny Sanders

You need to trust your admin or they should not be an admin. If they are an
admin........anything you do to try to restrict them they can undo because
they are an admin.

hth
DDS
 
M

Meinolf Weber

Hello Mike,

You will NOT, an Admin is an Admin is an Admin................. Trust your
admins or do it yourself.

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
 
M

Mike

LOL...yeah I know. more detail is needed then......

I need to query the LDAP with ColdFusion (cfldap) and authenticate the users
on a webpage against the AD. I dont want to pass administrator creds in the
webpage, so i wanted to create a admin with read only so if for some reason
this page gets hijacked, the 'hacker' wont have admin rights per say.
 
D

Danny Sanders

webpage, so i wanted to create a admin with read only so if for some
reason
this page gets hijacked, the 'hacker' wont have admin rights per say

I'm not a programmer but if the account you use for this does not need admin
privileges, just create a normal user.

hth
DDS
 
R

Roger Abell [MVP]

"Read-Only Administrator" is a contradiction
What is it that you want a non-admin to be able to access and/or do ?
You need to approach it in that manner and grant to accomplish, else
to make them admins within a trust over the extent to which they will
and will not use administrative powers.
If all that you need to do is to authenticate CF intercepted user creds
against AD, then in your serverside code attempt to open an ldap
connection with those creds and catch success/failure. There is no
need for any admin creds involved.

Roger
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top