bonjour,
je souhaite utiliser un NAS de type D-Link "DWS-3024" en tant que client RADIUS pour IAS.
cette étape, le switchb DWS-3024
- dans les propriétés des clienst RADIUS sur IAS, je dispose d'une liste de "clienst-fournisseurs" dont entre autres "RADIUS Standard" et "Cisco", mais pa sde D-Link" par défaut.
- Ma question est:
Comment puis-je faire pour crééer/mettre à jour un nouveau type de clients fournisseur sous IAS avec ses attributs particuliers?
Merci
PS:
Voici les consignes préconisée par D-Link sur autre serveur RADIUS
=========================================================================================================
The following VALUE field defines one of the values you can assign to an AP for the AP
Mode.
VALUE D-Link-Wireless-AP-Mode WS-Managed 1
The VALUE fields are as follows:
• VALUE—type of entry
• D-Link-Wireless-AP-Mode—name of the attribute
• WS-Managed—value for the attribute
• 1—name-to-number mapping for the attribute
The following code is an example of the D-Link attribute dictionary. The code shows the
complete file. You can create your own dictionary and configure the attributes and values that
your WLAN requires. The VENDOR field has the vendor-specific attribute name-to-number
mapping.
After you create the file, save the dictionary in the etc/raddb directory with a file name
dictionary.<company>, for example, dictionary.D-Link.
VENDOR D-Link 6132
#
# D-Link Vendor Specific Extensions
#
#
ATTRIBUTE D-Link-Wireless-AP-Location 101 string D-Link
ATTRIBUTE D-Link-Wireless-AP-Mode 102 integer D-Link
ATTRIBUTE D-Link-Wireless-AP-Profile-ID 103 integer D-Link
ATTRIBUTE D-Link-Wireless-AP-Switch-IP 104 ipaddr D-Link
ATTRIBUTE D-Link-Wireless-AP-Radio-1-Chan 105 integer D-Link
ATTRIBUTE D-Link-Wireless-AP-Radio-2-Chan 106 integer D-Link
ATTRIBUTE D-Link-Wireless-AP-Radio-1-Power 107 integer D-Link
ATTRIBUTE D-Link-Wireless-AP-Radio-2-Power 108 integer D-Link
VALUE D-Link-Wireless-AP-Mode WS-Managed 1
VALUE D-Link-Wireless-AP-Mode Standalone 2
VALUE D-Link-Wireless-AP-Mode Rogue 3
VALUE D-Link-Wireless-AP-Radio-1-Chan Auto 0
VALUE D-Link-Wireless-AP-Radio-2-Chan Auto 0
VALUE D-Link-Wireless-AP-Radio-1-Power Auto 0
VALUE D-Link-Wireless-AP-Radio-1-Power Minimum 1
VALUE D-Link-Wireless-AP-Radio-1-Power Maximum 100
VALUE D-Link-Wireless-AP-Radio-2-Power Auto 0
VALUE D-Link-Wireless-AP-Radio-2-Power Minimum 1
VALUE D-Link-Wireless-AP-Radio-2-Power Maximum 100
After you create an attribute dictionary file, you must insert an INCLUDE statement into the
the main file dictionary for the FreeRADIUS server.
The main dictionary is etc/raddb/dictionary. The following example shows an INCLUDE
statement for the D-Link attribute dictionary called dictionary.D-Link.
$INCLUDE dictionary.D-Link





