Re: Converting User-Name to lower letters

2008-05-08 Thread Phil Mayers
Phil Mayers wrote: Alan DeKok wrote: Khaiti, Issam (ext) wrote: I need a procedure to convert usernames from upper to lower letters. The entries in the fastuser files are all in lower letters. When an access-request comes where the username is in uppercase it has to be converted to lowercase ot

Re: Converting User-Name to lower letters

2008-05-08 Thread Phil Mayers
Alan DeKok wrote: Khaiti, Issam (ext) wrote: I need a procedure to convert usernames from upper to lower letters. The entries in the fastuser files are all in lower letters. When an access-request comes where the username is in uppercase it has to be converted to lowercase otherwise the authenti

Re: Converting User-Name to lower letters

2008-05-07 Thread Alan DeKok
Khaiti, Issam (ext) wrote: > I need a procedure to convert usernames from upper to lower letters. The > entries in the fastuser files are all in lower letters. When an > access-request comes where the username is in uppercase it has to be > converted to lowercase otherwise the authentication will f

Re: Converting User-Name to lower letters

2008-05-07 Thread Ivan Kalik
Use rlm_perl and lc() or \L. Ivan Kalik Kalik Informatika ISP Dana 7/5/2008, "Khaiti, Issam (ext)" <[EMAIL PROTECTED]> piše: > >Hallo to all, > >I need a procedure to convert usernames from upper to lower letters. The >entries in the fastuser files are all in lower letters. When an >access-req

Converting User-Name to lower letters

2008-05-07 Thread Khaiti, Issam (ext)
Hallo to all, I need a procedure to convert usernames from upper to lower letters. The entries in the fastuser files are all in lower letters. When an access-request comes where the username is in uppercase it has to be converted to lowercase otherwise the authentication will fail. In the FR v