<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16546" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Not sure if this is the best place to ask this but 
have been looking for some decent documentation on integrating RADIUS schema 
into Fedora-ds so I can authenticate against my directory. Tons of docs on doing 
the same with OpenLDAP, but slim to none with Fedora-ds (btw-- I do know about 
freeipa, but I'm not using it).</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I see my RADIUS schema object classes as 
radiusprofile and radiusobject profile; however, I can not seem to figure out 
how to get these integrated into my directory properly to use it with RADIUS. If 
I look at my 'addtional indexes' I only can add radiusprofile indexes such as 
radiusframedmtu. Would seem I am going to need to get radiusobjectprofile and 
its related indexes (uid, userPassword)&nbsp;&nbsp;in there if this is to work 
for authentication.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Can anyone point me in the right direction with 
getting RADIUS schema properly integrated into my directory so I can point 
RADIUS at it and use it for user authentication??? I'm also a bit curious on the 
DESC field being blank for all the OIDs and whether they should go or populated 
with iinfo similar to the OID name.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Appreciate any and all answers. Thank 
you...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Below is my LDIF I used after converting OpenLDAP's 
V3 schema for RADIUS into LDIF.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>RADIUS Schema LDIF created with 
ol-schema-migrate.pl</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>#<BR>################################################################################<BR>#<BR>dn: 
cn=schema<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.1<BR>&nbsp; NAME 
'radiusArapFeatures'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.2<BR>&nbsp; NAME 
'radiusArapSecurity'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.3<BR>&nbsp; NAME 
'radiusArapZoneAccess'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.44<BR>&nbsp; NAME 'radiusAuthType'<BR>&nbsp; 
DESC ''<BR>&nbsp; EQUALITY caseIgnoreIA5Match<BR>&nbsp; SYNTAX 
1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.4<BR>&nbsp; NAME 'radiusCallbackId'<BR>&nbsp; 
DESC ''<BR>&nbsp; EQUALITY caseIgnoreIA5Match<BR>&nbsp; SYNTAX 
1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.5<BR>&nbsp; NAME 
'radiusCallbackNumber'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.6<BR>&nbsp; NAME 
'radiusCalledStationId'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.7<BR>&nbsp; NAME 
'radiusCallingStationId'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.8<BR>&nbsp; NAME 'radiusClass'<BR>&nbsp; DESC 
''<BR>&nbsp; EQUALITY caseIgnoreIA5Match<BR>&nbsp; SYNTAX 
1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.45<BR>&nbsp; NAME 
'radiusClientIPAddress'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.9<BR>&nbsp; NAME 'radiusFilterId'<BR>&nbsp; 
DESC ''<BR>&nbsp; EQUALITY caseIgnoreIA5Match<BR>&nbsp; SYNTAX 
1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.10<BR>&nbsp; NAME 
'radiusFramedAppleTalkLink'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.11<BR>&nbsp; NAME 
'radiusFramedAppleTalkNetwork'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.12<BR>&nbsp; NAME 
'radiusFramedAppleTalkZone'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.13<BR>&nbsp; NAME 
'radiusFramedCompression'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.14<BR>&nbsp; NAME 
'radiusFramedIPAddress'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.15<BR>&nbsp; NAME 
'radiusFramedIPNetmask'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.16<BR>&nbsp; NAME 
'radiusFramedIPXNetwork'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.17<BR>&nbsp; NAME 'radiusFramedMTU'<BR>&nbsp; 
DESC ''<BR>&nbsp; EQUALITY caseIgnoreIA5Match<BR>&nbsp; SYNTAX 
1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.18<BR>&nbsp; NAME 
'radiusFramedProtocol'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.19<BR>&nbsp; NAME 
'radiusFramedRoute'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.20<BR>&nbsp; NAME 
'radiusFramedRouting'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.46<BR>&nbsp; NAME 'radiusGroupName'<BR>&nbsp; 
DESC ''<BR>&nbsp; EQUALITY caseIgnoreIA5Match<BR>&nbsp; SYNTAX 
1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.47<BR>&nbsp; NAME 'radiusHint'<BR>&nbsp; DESC 
''<BR>&nbsp; EQUALITY caseIgnoreIA5Match<BR>&nbsp; SYNTAX 
1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.48<BR>&nbsp; NAME 
'radiusHuntgroupName'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.21<BR>&nbsp; NAME 
'radiusIdleTimeout'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.22<BR>&nbsp; NAME 
'radiusLoginIPHost'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.23<BR>&nbsp; NAME 
'radiusLoginLATGroup'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.24<BR>&nbsp; NAME 
'radiusLoginLATNode'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.25<BR>&nbsp; NAME 
'radiusLoginLATPort'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.26<BR>&nbsp; NAME 
'radiusLoginLATService'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.27<BR>&nbsp; NAME 
'radiusLoginService'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.28<BR>&nbsp; NAME 
'radiusLoginTCPPort'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.29<BR>&nbsp; NAME 
'radiusPasswordRetry'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.30<BR>&nbsp; NAME 'radiusPortLimit'<BR>&nbsp; 
DESC ''<BR>&nbsp; EQUALITY caseIgnoreIA5Match<BR>&nbsp; SYNTAX 
1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.49<BR>&nbsp; NAME 'radiusProfileDn'<BR>&nbsp; 
DESC ''<BR>&nbsp; EQUALITY distinguishedNameMatch<BR>&nbsp; SYNTAX 
1.3.6.1.4.1.1466.115.121.1.12<BR>&nbsp; SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.31<BR>&nbsp; NAME 'radiusPrompt'<BR>&nbsp; 
DESC ''<BR>&nbsp; EQUALITY caseIgnoreIA5Match<BR>&nbsp; SYNTAX 
1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.50<BR>&nbsp; NAME 
'radiusProxyToRealm'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.51<BR>&nbsp; NAME 
'radiusReplicateToRealm'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.52<BR>&nbsp; NAME 'radiusRealm'<BR>&nbsp; 
DESC ''<BR>&nbsp; EQUALITY caseIgnoreIA5Match<BR>&nbsp; SYNTAX 
1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.32<BR>&nbsp; NAME 
'radiusServiceType'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.33<BR>&nbsp; NAME 
'radiusSessionTimeout'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.34<BR>&nbsp; NAME 
'radiusTerminationAction'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.35<BR>&nbsp; NAME 
'radiusTunnelAssignmentId'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.36<BR>&nbsp; NAME 
'radiusTunnelMediumType'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.37<BR>&nbsp; NAME 
'radiusTunnelPassword'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.38<BR>&nbsp; NAME 
'radiusTunnelPreference'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.39<BR>&nbsp; NAME 
'radiusTunnelPrivateGroupId'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.40<BR>&nbsp; NAME 
'radiusTunnelServerEndpoint'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.41<BR>&nbsp; NAME 
'radiusTunnelType'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.42<BR>&nbsp; NAME 'radiusVSA'<BR>&nbsp; DESC 
''<BR>&nbsp; EQUALITY caseIgnoreIA5Match<BR>&nbsp; SYNTAX 
1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.43<BR>&nbsp; NAME 
'radiusTunnelClientEndpoint'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.53<BR>&nbsp; NAME 
'radiusSimultaneousUse'<BR>&nbsp; DESC ''<BR>&nbsp; SYNTAX 
1.3.6.1.4.1.1466.115.121.1.27<BR>&nbsp; SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.54<BR>&nbsp; NAME 'radiusLoginTime'<BR>&nbsp; 
DESC ''<BR>&nbsp; EQUALITY caseIgnoreIA5Match<BR>&nbsp; SYNTAX 
1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.55<BR>&nbsp; NAME 
'radiusUserCategory'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.56<BR>&nbsp; NAME 
'radiusStripUserName'<BR>&nbsp; DESC ''<BR>&nbsp; SYNTAX 
1.3.6.1.4.1.1466.115.121.1.7<BR>&nbsp; SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.57<BR>&nbsp; NAME 'dialupAccess'<BR>&nbsp; 
DESC ''<BR>&nbsp; EQUALITY caseIgnoreIA5Match<BR>&nbsp; SYNTAX 
1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.58<BR>&nbsp; NAME 
'radiusExpiration'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.59<BR>&nbsp; NAME 'radiusCheckItem'<BR>&nbsp; 
DESC ''<BR>&nbsp; EQUALITY caseIgnoreIA5Match<BR>&nbsp; SYNTAX 
1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.60<BR>&nbsp; NAME 'radiusReplyItem'<BR>&nbsp; 
DESC ''<BR>&nbsp; EQUALITY caseIgnoreIA5Match<BR>&nbsp; SYNTAX 
1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.61<BR>&nbsp; NAME 
'radiusNASIpAddress'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
SINGLE-VALUE<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>attributeTypes: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.1.62<BR>&nbsp; NAME 
'radiusReplyMessage'<BR>&nbsp; DESC ''<BR>&nbsp; EQUALITY 
caseIgnoreIA5Match<BR>&nbsp; SYNTAX 1.3.6.1.4.1.1466.115.121.1.26<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>objectClasses: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.2.1<BR>&nbsp; NAME 'radiusprofile'<BR>&nbsp; 
DESC ''<BR>&nbsp; SUP top<BR>&nbsp; AUXILIARY<BR>&nbsp; MUST cn<BR>&nbsp; MAY ( 
radiusArapFeatures $ radiusArapSecurity $ radiusArapZoneAccess $ radiusAuthType 
$ radiusCallbackId $ radiusCallbackNumber $ radiusCalledStationId $ 
radiusCallingStationId $ radiusClass $ radiusClientIPAddress $ radiusFilterId $ 
radiusFramedAppleTalkLink $ radiusFramedAppleTalkNetwork $ 
radiusFramedAppleTalkZone $ radiusFramedCompression $ radiusFramedIPAddress $ 
radiusFramedIPNetmask $ radiusFramedIPXNetwork $ radiusFramedMTU $ 
radiusFramedProtocol $ radiusCheckItem $ radiusReplyItem $ radiusFramedRoute $ 
radiusFramedRouting $ radiusIdleTimeout $ radiusGroupName $ radiusHint $ 
radiusHuntgroupName $ radiusLoginIPHost $ radiusLoginLATGroup $ 
radiusLoginLATNode $ radiusLoginLATPort $ radiusLoginLATService $ 
radiusLoginService $ radiusLoginTCPPort $ radiusLoginTime $ radiusPasswordRetry 
$ radiusPortLimit $ radiusPrompt $ radiusProxyToRealm $ radiusRealm $ 
radiusReplicateToRealm $ radiusServiceType $ radiusSessionTimeout $ 
radiusStripUserName $ radiusTerminationAction $ radiusTunnelClientEndpoint $ 
radiusProfileDn $ radiusSimultaneousUse $ radiusTunnelAssignmentId $ 
radiusTunnelMediumType $ radiusTunnelPassword $ radiusTunnelPreference $ 
radiusTunnelPrivateGroupId $ radiusTunnelServerEndpoint $ radiusTunnelType $ 
radiusUserCategory $ radiusVSA $ radiusExpiration $ dialupAccess $ 
radiusNASIpAddress $ radiusReplyMessage )<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR>objectClasses: 
(<BR>&nbsp; 1.3.6.1.4.1.3317.4.3.2.2<BR>&nbsp; NAME 
'radiusObjectProfile'<BR>&nbsp; DESC 'A Container Objectclass to be used for 
creating radius profile object'<BR>&nbsp; SUP top<BR>&nbsp; STRUCTURAL<BR>&nbsp; 
MUST cn<BR>&nbsp; MAY ( uid $ userPassword $ description )<BR>&nbsp; 
)<BR>#<BR>################################################################################<BR>#<BR></FONT></DIV></BODY></HTML>