Displaying 1 result from an estimated 1 matches for "auth_sys_group_module".
2006 Nov 13
0
apache, apache's mod-auth-pam, and pam_winbind : no nested groups
...-------------------------------------------------------
software: apache 2.0.55, libapache2-mod-auth-pam 1.1.1, and winbind 3.0.22
pertinent apache config:
        AuthPAM_Enabled on
        AuthPAM_FallThrough off
        AuthGROUP_Enabled on
        LoadModule auth_pam_module
        LoadModule auth_sys_group_module 
pertinent winbind config:
        winbind nested groups = yes
        security = ADS
/etc/pam.d/apache2:
        auth sufficient         pam_winbind.so debug
        auth required           pam_unix.so nullok_secure debug
        account sufficient      pam_unix_acct.so debug
        account re...