Re: Get UID/GID from a username string

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

 



Well, it is one option to extend mod_rewrite. What I meant
specifically was that any module can implement a rewritemap internal
function.

On Fri, Apr 15, 2016 at 12:19 PM, Ben RUBSON <ben.rubson@xxxxxxxxx> wrote:
>>> I can't think of any solution that would work out of the box, but
>>> you can always write your own apache module in C.
>>
>>
>> Which could provide nothing but a new internal rewritemap type.
>
> Rainer, Eric,
> Thank you very much for your feedback.
>
> Yes a new rewritemap seems to be the solution.
> type name : usr
> functions : uid, gid
> parameter : name or #uid
>
> For example :
> RewriteMap getuid usr:uid
> RewriteMap getgid usr:gid
>
> C functions getpwnam and getpwuid would do the job.
>
> Is a pull request here the right method to proceed ?
> https://github.com/apache/httpd/blob/trunk/modules/mappers/mod_rewrite.c
>
> Thank you very much,
>
> Ben
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
> For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
>



-- 
Eric Covener
covener@xxxxxxxxx

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




[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