I would like users to be able to login to the captive portal using their AD 
credentials in either username or username@domain format. It works with two 
different authentication sources, but it creates two different user names. I 
would like to truncate username@domain to just username. Can someone tell me 
what file and subroutine to edit in order to capture username information and 
modify if before the user is authenticated and entered into the database?

I had something like this in mind:

        my @username = split (/@/, $username);
        $username = $username[0];

------------------------------------------------------------------------------
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical & virtual servers, alerts via email & sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
_______________________________________________
PacketFence-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to