Project

General

Profile

Actions

Feature #3209

closed

How to obtain the SID of the user's group

Added by snorlax 11 months ago. Updated 11 months ago.

Status:
Invalid
Priority:
Normal
Category:
mod_auth
Target version:
-
ASK QUESTIONS IN Forums:
No

Description

Our web service uses lighttpd's mod_auth_gssapi plugin for kerberos SSO authentication. Expected to obtain the SID of the login user's group on the web server. May I ask how to implement it? Please provide guidance.The lighttpd version is 1.4.45.

The configuration is as follows:
auth.backend = "gssapi"
auth.backend.gssapi.keytab = "/conf/lighttpd.keytab"
auth.backend.gssapi.principal = "HTTP"
auth.backend.gssapi.store-creds = "disable"
auth.require = ( "" =>
(
"method" => "gssapi",
"realm" => "",
"require" => "valid-user" ,
)
)

Actions #1

Updated by gstrauss 11 months ago

  • Status changed from New to Invalid
  • Target version deleted (1.4.xx)

This is the lighttpd issue tracker for issues in lighttpd, not user questions.

You missed the front page of the wiki and you missed the "ASK QUESTIONS IN Forums" above. Hover you mouse over that.

The lighttpd version is 1.4.45.

That version is over 6 years old and is out-of-date by 25 lighttpd releases. Latest lighttpd is lighttpd 1.4.70.

May I ask how to implement it?

That sounds like "do it for me". Your company can send an RFP to gluelogic.com, addressed to 'contact' or 'gstrauss'.

More specific development questions (NOT "do it for me") can be asked in the Development forum. See the "Forums" link in the menu bar at top of page.

Actions

Also available in: Atom