#ident "@(#)acctattr 1.10 01/26/99 SMI" # # # Copyright 01/26/99 Sun Microsystems, Inc. All Rights Reserved # # # # DYNAMIC ACCOUNTING ATTRIBUTES FILE # # This file contains a list of RADIUS attributes which are dynamically # added to an LDAP remoteUser entry when a RADIUS accounting START # requests is received. # # For dynamic attributes to be added, the RADIUS server must be # launched in DYNAMIC_MODE (Dynamic=on in radius.mapping). these # attributes in this list will be added to the user's entry along with # the other dynamic attributes which dsradiusd adds (dynamicIPaddress, # dynamicAddrBinding, dynamicSessionCounter, dynamicSessionID). # Attribute should be present in BOTH an Accounting START Request and # in an Accounting STOP Request. If the attribute is only present in # the START request, it will never be removed. # All these RADIUS attributes contained in this list must be present # and well defined in the appropriate radius.mapping and dictionary # file and they must have an LDAP "string" definition (i.e., their # LDAP counterpart must be present in dsserv.at.conf as attributes of # types "cis", "ces", "tel"). # The attribute's value will be added preceeded by {sessionid} where # sessionid is the session ID number received in the accounting # packet. This is necessary to know which session the data belongs to # so that it can be removed when the accounting STOP packet is # received. # List of possible standard attributes fitting # the requirements above, according to RFC 2059: # Framed-IP-Address # User-Name # Acct-Session-Id # NAS-Port # NAS-Port-Type # NAS-IP-Address