Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

cgi and ldap

New Here ,
Feb 05, 2009 Feb 05, 2009
What is the difference between using cgi and ldap to get username off Windows?
309
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 05, 2009 Feb 05, 2009
> I would like to create a web site with roles where one role would be able
> to
> see all pages in the site and another role would be able to see only a few
> pages in the site. I would like to restrict the access depending on the
> Intranet username login. Can I create groups or roles using the Intranet
> username login?
>

Yes. You will have to assign roles for usernames or assign
each username to a predefined group that indicates access.
You would probably need to add a new table to your db to
do this.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Feb 06, 2009 Feb 06, 2009
LATEST
People use the cgi variable to get the username of the currently logged in user (assuming an all-windows system). You can use ldap to get much more information, such as groups the user has been assigned to within the domain.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources