RADIUS-LDAPv3.schema attribute description(s)
Is there any documentation of the attributes in the LDAP schema? I'm trying to write a GUI manager for RADIUS (actually a 'plugin' to my http://phpQLAdmin.com) but I don't know how to write the lead text to the form... I took a look at the schema in 1.1.7, but that don't have any comments or DESC fields either.. -- Why can't programmers tell the difference between halloween and christmas day? Because 25 DEC = 31 OCT.
Quoting Turbo Fredriksson <turbo@dagdrivarn.se>:
Is there any documentation of the attributes in the LDAP schema?
I'm trying to write a GUI manager for RADIUS (actually a 'plugin' to my http://phpQLAdmin.com) but I don't know how to write the lead text to the form...
Cross referencing with the ldap.attrmap, I managed to make the following patch. But a DESCription like: DESC 'replyItem: Reply-Message' for the LDAP attribute 'radiusReplyMessage', it kind'a sucks. Maybe there's better documentation for the RADIUS attribute. I'll check... But that still leaves no mapping for the following RADIUS attributes: dialupAccess radiusArapFeatures radiusArapSecurity radiusArapZoneAccess radiusClientIPAddress radiusGroupName radiusHint radiusHuntgroupName radiusLoginTime radiusPasswordRetry radiusProfileDn radiusPrompt radiusProxyToRealm radiusRealm radiusReplicateToRealm radiusStripUserName radiusTunnelAssignmentId radiusTunnelClientEndpoint radiusTunnelMediumType radiusTunnelPassword radiusTunnelPreference radiusTunnelPrivateGroupId radiusTunnelServerEndpoint radiusTunnelType radiusUserCategory radiusVSA At least, they are'nt referenced in ldap.attrmap. Oversight, are these LDAP attributes deprecated (or not implemented)? One I recognize is 'radiusRealm'. Must be the RADIUS attribute 'Realm', right? Shouldn't that be in ldap.attrmap? If someone could finish the line(s) above ({reply,check}Item) and the corresponding RADIUS attribute, I'm happy to produce a good patch for this...
O/H Turbo Fredriksson έγραψε:
Quoting Turbo Fredriksson <turbo@dagdrivarn.se>:
Is there any documentation of the attributes in the LDAP schema?
I'm trying to write a GUI manager for RADIUS (actually a 'plugin' to my http://phpQLAdmin.com) but I don't know how to write the lead text to the form...
Cross referencing with the ldap.attrmap, I managed to make the following patch. But a DESCription like:
DESC 'replyItem: Reply-Message'
for the LDAP attribute 'radiusReplyMessage', it kind'a sucks. Maybe there's better documentation for the RADIUS attribute. I'll check...
But that still leaves no mapping for the following RADIUS attributes:
dialupAccess
See doc/rlm_ldap
radiusArapFeatures radiusArapSecurity radiusArapZoneAccess radiusClientIPAddress
Maped to Client-IP-Address, could be used to only allow access to specific client-ip-address for a user
radiusGroupName radiusHint
Hint attribute
radiusHuntgroupName
Huntgroups
radiusLoginTime
The Login-Time attribute used by the corresponding module
radiusPasswordRetry radiusProfileDn
Used for ldap radius regular profiles. See doc/rlm_ldap
radiusPrompt radiusProxyToRealm
Proxy-To-Realm. I think this attribute is deprecated.
radiusRealm
Realm attribute.
radiusReplicateToRealm
Replicate-To-Realm. Again I think this attribute is deprecated.
radiusStripUserName radiusTunnelAssignmentId radiusTunnelClientEndpoint radiusTunnelMediumType radiusTunnelPassword radiusTunnelPreference radiusTunnelPrivateGroupId radiusTunnelServerEndpoint radiusTunnelType radiusUserCategory radiusVSA
At least, they are'nt referenced in ldap.attrmap. Oversight, are these LDAP attributes deprecated (or not implemented)?
One I recognize is 'radiusRealm'. Must be the RADIUS attribute 'Realm', right? Shouldn't that be in ldap.attrmap?
If someone could finish the line(s) above ({reply,check}Item) and the corresponding RADIUS attribute, I'm happy to produce a good patch for this...
------------------------------------------------------------------------
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- Kostas Kalevras - Network Operations Center National Technical University of Athens http://kkalev.wordpress.com
participants (2)
-
Kostas Kalevras -
Turbo Fredriksson