Please HELP with creating a "Read-Only Administrator"

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

I need to create an administrator with read-only access. I cannot seem to
find a way to do this. Any suggestions?
 
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
 
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
 
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.
 
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
 
"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
 
Back
Top