[c5c522c] | 1 | # |
---|
| 2 | # Mapping of RADIUS dictionary attributes to LDAP directory attributes |
---|
| 3 | # to be used by LDAP authentication and authorization module (rlm_ldap) |
---|
| 4 | # |
---|
| 5 | # Format: |
---|
| 6 | # ItemType RADIUS-Attribute-Name ldapAttributeName |
---|
| 7 | # |
---|
| 8 | # Where: |
---|
| 9 | # ItemType = checkItem or replyItem |
---|
| 10 | # RADIUS-Attribute-Name = attribute name in RADIUS dictionary |
---|
| 11 | # ldapAttributeName = attribute name in LDAP schema |
---|
| 12 | # |
---|
| 13 | # If $GENERIC$ is specified as RADIUS-Attribute-Name, the line specifies |
---|
| 14 | # a LDAP attribute which can be used to store any RADIUS |
---|
| 15 | # attribute/value-pair in LDAP directory. |
---|
| 16 | # |
---|
| 17 | # You should edit this file to suit it to your needs. |
---|
| 18 | # |
---|
| 19 | |
---|
| 20 | checkItem $GENERIC$ radiusCheckItem |
---|
| 21 | replyItem $GENERIC$ radiusReplyItem |
---|
| 22 | |
---|
| 23 | checkItem Auth-Type radiusAuthType |
---|
| 24 | checkItem Simultaneous-Use radiusSimultaneousUse |
---|
| 25 | checkItem Called-Station-Id radiusCalledStationId |
---|
| 26 | checkItem Calling-Station-Id radiusCallingStationId |
---|
| 27 | checkItem LM-Password sambaLMPassword |
---|
| 28 | checkItem NT-Password sambaNTPassword |
---|
| 29 | checkItem SMB-Account-CTRL-TEXT acctFlags |
---|
| 30 | checkItem Expiration radiusExpiration |
---|
| 31 | checkItem NAS-IP-Address radiusNASIpAddress |
---|
| 32 | checkItem User-Password userPassword |
---|
| 33 | |
---|
| 34 | replyItem Service-Type radiusServiceType |
---|
| 35 | replyItem Framed-Protocol radiusFramedProtocol |
---|
| 36 | replyItem Framed-IP-Address radiusFramedIPAddress |
---|
| 37 | replyItem Framed-IP-Netmask radiusFramedIPNetmask |
---|
| 38 | replyItem Framed-Route radiusFramedRoute |
---|
| 39 | replyItem Framed-Routing radiusFramedRouting |
---|
| 40 | replyItem Filter-Id radiusFilterId |
---|
| 41 | replyItem Framed-MTU radiusFramedMTU |
---|
| 42 | replyItem Framed-Compression radiusFramedCompression |
---|
| 43 | replyItem Login-IP-Host radiusLoginIPHost |
---|
| 44 | replyItem Login-Service radiusLoginService |
---|
| 45 | replyItem Login-TCP-Port radiusLoginTCPPort |
---|
| 46 | replyItem Callback-Number radiusCallbackNumber |
---|
| 47 | replyItem Callback-Id radiusCallbackId |
---|
| 48 | replyItem Framed-IPX-Network radiusFramedIPXNetwork |
---|
| 49 | replyItem Class radiusClass |
---|
| 50 | replyItem Session-Timeout radiusSessionTimeout |
---|
| 51 | replyItem Idle-Timeout radiusIdleTimeout |
---|
| 52 | replyItem Termination-Action radiusTerminationAction |
---|
| 53 | replyItem Login-LAT-Service radiusLoginLATService |
---|
| 54 | replyItem Login-LAT-Node radiusLoginLATNode |
---|
| 55 | replyItem Login-LAT-Group radiusLoginLATGroup |
---|
| 56 | replyItem Framed-AppleTalk-Link radiusFramedAppleTalkLink |
---|
| 57 | replyItem Framed-AppleTalk-Network radiusFramedAppleTalkNetwork |
---|
| 58 | replyItem Framed-AppleTalk-Zone radiusFramedAppleTalkZone |
---|
| 59 | replyItem Port-Limit radiusPortLimit |
---|
| 60 | replyItem Login-LAT-Port radiusLoginLATPort |
---|
| 61 | replyItem Reply-Message radiusReplyMessage |
---|