User login with external function

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

Currently I have implemented my function for login which include PAM, Freradius and another type of authentication.
I have my module:

LoadModule restconf_module /module.so
<Location /restconf>
    SetHandler restconf
</Location>

And now my settings is Require all granted.

I get all request to my module and in handler function I call my function for check login.

I want to implement my login function outside my module because all requests call my login function and I want to optimize it.

Can i call my login function from other modules etc.  mod_session?

Thanks.

Best regards,
Branko

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux