Hi I need more info about Expire attribute. Where I can find them (for example where do I need to put it when I'm using mysql database, syntax, operators etc)... I suppose radcheck table buy I don't know about attribute format...
Attribute name is Expiration. It is a check item so it does go into radcheck. I use is == as operator, but := should work as well. Format that works for me is: November 28 2007 20:26:43 Ivan Kalik Kalik Informatika ISP Dana 21/11/2007, "Marinko Tarlac" <mangia81@gmail.com> piše:
Hi
I need more info about Expire attribute. Where I can find them (for example where do I need to put it when I'm using mysql database, syntax, operators etc)... I suppose radcheck table buy I don't know about attribute format... - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
On Nov 22, 2007 7:51 AM, <tnt@kalik.co.yu> wrote:
Attribute name is Expiration. It is a check item so it does go into radcheck. I use is == as operator, but := should work as well. Format that works for me is:
November 28 2007 20:26:43
Ivan Kalik Kalik Informatika ISP
Any suggestions on how I could use this dynamically? For example, user can login for 90 days 'after the first login'. (Don't know when first login date will be) After does 90 days the account should be expired. Tnx
Hey Yves, On Nov 22, 2007 9:50 AM, YvesDM <ydmlog@gmail.com> wrote:
Any suggestions on how I could use this dynamically? For example, user can login for 90 days 'after the first login'. (Don't know when first login date will be) After does 90 days the account should be expired.
As Ivan suggested earlier you can use a logon script to add these 90 days or whatever other time you pleases to the current date and set this as an expiration attribute for the user. Regards, Liran Tal.
Hi, I use freeradius for a long time and now we are authenticating users of roaming partners. I normally allow all the users of a domain. For example: trustive/johndoeor teo/maria and I use mydomain realm. realm trustive { type = radius authhost = 88.66.99.22:1812 accthost = 88.66.99.22:1813 secret = secretTrustive} realm teo { type = radius authhost = 55.66.9.34:1812 accthost = 55.66.9.34:1813 secret = secretTeo} However, I do not want that a Teo user validates in Trustive through me. An example of username is /trustive/mydomain/teo/maria. I want to detect the Teo user maria and block this kind of autentication in Trustive network. How can I implement this behiavior in freeradius ? Santiago _________________________________________________________________ Tecnología, moda, motor, viajes,…suscríbete a nuestros boletines para estar a la última http://newsletters.msn.com/hm/maintenanceeses.asp?L=ES&C=ES&P=WCMaintenance&...
participants (5)
-
liran tal -
Marinko Tarlac -
Santiago Balaguer García -
tnt@kalik.co.yu -
YvesDM