Workarounds for aai upgrade bugs.
[carnet-upgrade.git] / files / etc / freeradius / ldap.attrmap.expect
diff --git a/files/etc/freeradius/ldap.attrmap.expect b/files/etc/freeradius/ldap.attrmap.expect
new file mode 100644 (file)
index 0000000..6216e2e
--- /dev/null
@@ -0,0 +1,24 @@
+#
+# Mapping of RADIUS dictionary attributes to LDAP directory attributes
+# to be used by LDAP authentication and authorization module (rlm_ldap)
+#
+# Format:
+#   ItemType   RADIUS-Attribute-Name           ldapAttributeName
+#
+# Where:
+#   ItemType              = checkItem or replyItem 
+#   RADIUS-Attribute-Name = attribute name in RADIUS dictionary
+#   ldapAttributeName     = attribute name in LDAP schema
+#
+# If $ is specified as RADIUS-Attribute-Name, the line specifies
+# a LDAP attribute which can be used to store any RADIUS 
+# attribute/value-pair in LDAP directory.
+#
+# You should edit this file to suit it to your needs.
+#
+
+replyItem       Connect-Info                    hrEduPersonExpireDate
+replyItem       Class                           hrEduPersonUniqueNumber
+replyItem       Configuration-Token             hrEduPersonPrimaryAffiliation
+replyItem       Callback-Number                 hrEduPersonUniqueID
+