source: npl/commonservers/radius/raddb/ldap.attrmap @ c5c522c

gcc484ntopperl-5.22
Last change on this file since c5c522c was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 2.4 KB
RevLine 
[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
20checkItem       $GENERIC$                       radiusCheckItem
21replyItem       $GENERIC$                       radiusReplyItem
22
23checkItem       Auth-Type                       radiusAuthType
24checkItem       Simultaneous-Use                radiusSimultaneousUse
25checkItem       Called-Station-Id               radiusCalledStationId
26checkItem       Calling-Station-Id              radiusCallingStationId
27checkItem       LM-Password                     sambaLMPassword
28checkItem       NT-Password                     sambaNTPassword
29checkItem       SMB-Account-CTRL-TEXT           acctFlags
30checkItem       Expiration                      radiusExpiration
31checkItem       NAS-IP-Address                  radiusNASIpAddress
32checkItem       User-Password                   userPassword
33
34replyItem       Service-Type                    radiusServiceType
35replyItem       Framed-Protocol                 radiusFramedProtocol
36replyItem       Framed-IP-Address               radiusFramedIPAddress
37replyItem       Framed-IP-Netmask               radiusFramedIPNetmask
38replyItem       Framed-Route                    radiusFramedRoute
39replyItem       Framed-Routing                  radiusFramedRouting
40replyItem       Filter-Id                       radiusFilterId
41replyItem       Framed-MTU                      radiusFramedMTU
42replyItem       Framed-Compression              radiusFramedCompression
43replyItem       Login-IP-Host                   radiusLoginIPHost
44replyItem       Login-Service                   radiusLoginService
45replyItem       Login-TCP-Port                  radiusLoginTCPPort
46replyItem       Callback-Number                 radiusCallbackNumber
47replyItem       Callback-Id                     radiusCallbackId
48replyItem       Framed-IPX-Network              radiusFramedIPXNetwork
49replyItem       Class                           radiusClass
50replyItem       Session-Timeout                 radiusSessionTimeout
51replyItem       Idle-Timeout                    radiusIdleTimeout
52replyItem       Termination-Action              radiusTerminationAction
53replyItem       Login-LAT-Service               radiusLoginLATService
54replyItem       Login-LAT-Node                  radiusLoginLATNode
55replyItem       Login-LAT-Group                 radiusLoginLATGroup
56replyItem       Framed-AppleTalk-Link           radiusFramedAppleTalkLink
57replyItem       Framed-AppleTalk-Network        radiusFramedAppleTalkNetwork
58replyItem       Framed-AppleTalk-Zone           radiusFramedAppleTalkZone
59replyItem       Port-Limit                      radiusPortLimit
60replyItem       Login-LAT-Port                  radiusLoginLATPort
61replyItem       Reply-Message                   radiusReplyMessage
Note: See TracBrowser for help on using the repository browser.