Hi, > I understand that the registration.expire_window is a global option > and will unregister a node once that window has been reached. However > is it possible to have certain unregister windows for different node > categories? Yes, and no. We cannot do an expire window per category. However, this is not true for guests. In 3.0.2, we can now differentiate the expiration between the guest category and the rest.
To assign different expire date to the users, you will need to do some custom code in the registration flow (web/custom.pm), and do it on a per authentication module basis. (ie. If the user selects Student as the authentication module, assign the category X, and give a unregdate of NOW + 1month. If the user selects Staff, assign category Y, and give a unregdate of NOW + 5years) -- Francois Gaudreault, ing. jr [email protected] :: +1.514.447.4918 (x130) :: www.inverse.ca Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence (www.packetfence.org) ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ Packetfence-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/packetfence-users
