Microsoft PAC kerberos ticket parsing
Brought to you by:
kouril
Hi all,
it would be very useful if would be implemented a functionality that parse pac section that is added to kerberos service tickets by Active Directory KDC so would be possible to use an AD domain controller like kerberos authorization system (for example specifying "require group groupname" in auth_kerb.conf) and not only for authentication.
http://searchwindowssecurity.techtarget.com/news/article/0,289142,sid45_gci1014058,00.html
Sorry for my bad english :)!
massimiliano.laporta@gmail.com
I don't think we should mix authentication and authorization in 1 module. The ticket can be passed to another module used for authorization and granting privileges, but not to be parsed in one line with authentication.
Actually the ticket request needs to have 'request-pac' passed as part of the API to even receive the PAC structure. Currently it doesn't so it would be impossible to implement the authorization independently of this. We would at least need some flag to be able to retrieve the PAC.