Skip to main content
Known Participant
September 10, 2009
Answered

Integrated Security Groups

  • September 10, 2009
  • 1 reply
  • 694 views

I know that coldfusion has the ability to grab the domain\username of a user but there wouldn't be anything as simple as pulling a security group associated with the user as well would there be?

This topic has been closed for replies.
Correct answer ilssac

Sorry, you have to do that yourself.

But it usually is not too hard with the <cfldap....> tag fed by the cgi.auth_user domain\username.

1 reply

ilssac
ilssacCorrect answer
Inspiring
September 10, 2009

Sorry, you have to do that yourself.

But it usually is not too hard with the <cfldap....> tag fed by the cgi.auth_user domain\username.

drew_lwAuthor
Known Participant
September 10, 2009

Thanks, that's what I thought.