RE: [ActiveDir] Prevent certain users being added to a group

2005-05-27 Thread Steve Rochford
Easier to just get the logic of the web page to check the status of the person being denied access - pseudocode something like this: if not ingroup("staff",sUserName) then denyaccess sUserName else "you can't remove " sUsername " from net access" end if Steve From: [EMAIL

RE: [ActiveDir] Prevent certain users being added to a group

2005-05-20 Thread Brenda Casey
Steven- I can't help with your question, but would love to hear more about your web page that allows staff to add students to and Active Directory group to deny web access. Thanks, Brenda From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven WoodSent: Friday, May 20,

RE: [ActiveDir] Prevent certain users being added to a group

2005-05-20 Thread Steven Wood
) Group.Setinfo Set User = nothing End Sub % From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brenda Casey Sent: 20 May 2005 15:31 To: ActiveDir@mail.activedir.org Subject: RE: [ActiveDir] Prevent certain users being added to a group Steven- I can't help with your

RE: [ActiveDir] Prevent certain users being added to a group

2005-05-20 Thread Dan Holme
, 2005 8:54 AM To: ActiveDir@mail.activedir.org Subject: RE: [ActiveDir] Prevent certain users being added to a group Sorry this is short, Im about to leave work and go on holiday for a week. This is a bit of asp code that adds the user to the group DeniedNetAccess. There is another page