Make the schema more consistent with RFC 2865.
authornbk <nbk>
Sun, 29 Jan 2006 16:52:49 +0000 (16:52 +0000)
committernbk <nbk>
Sun, 29 Jan 2006 16:52:49 +0000 (16:52 +0000)
These attributes can be multiple-valued:
- radiusFilterId
- radiusFramedAppleTalkNetwork
- radiusFramedCompression
- radiusLoginIPHost

And this one is single-valued:
- radiusNASIpAddress

Thanks to Markus Krause <krause@biochem.mpg.de>

doc/RADIUS-LDAPv3.schema

index e36f951..55d34f3 100644 (file)
@@ -38,7 +38,7 @@ attributetype
      DESC ''
      EQUALITY caseIgnoreIA5Match
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
-     SINGLE-VALUE 
+     SINGLE-VALUE
    )
 
 attributetype
@@ -91,7 +91,7 @@ attributetype
      DESC ''
      EQUALITY caseIgnoreIA5Match
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
-     SINGLE-VALUE 
+     SINGLE-VALUE
    )
 
 attributetype
@@ -100,7 +100,6 @@ attributetype
       DESC ''
       EQUALITY caseIgnoreIA5Match
       SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
-      SINGLE-VALUE
    )
 
 attributetype
@@ -118,7 +117,6 @@ attributetype
       DESC ''
       EQUALITY caseIgnoreIA5Match
       SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
-      SINGLE-VALUE
    )
 
 attributetype
@@ -136,7 +134,6 @@ attributetype
       DESC ''
       EQUALITY caseIgnoreIA5Match
       SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
-      SINGLE-VALUE
    )
 
 attributetype
@@ -215,7 +212,7 @@ attributetype
       DESC ''
       EQUALITY caseIgnoreIA5Match
       SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
-      SINGLE-VALUE 
+      SINGLE-VALUE
    )
 
 attributetype
@@ -241,7 +238,6 @@ attributetype
       DESC ''
       EQUALITY caseIgnoreIA5Match
       SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
-      SINGLE-VALUE
    )
 
 attributetype
@@ -340,7 +336,7 @@ attributetype
       DESC ''
       EQUALITY caseIgnoreIA5Match
       SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
-      SINGLE-VALUE 
+      SINGLE-VALUE
    )
 
 attributetype
@@ -349,7 +345,7 @@ attributetype
       DESC ''
       EQUALITY caseIgnoreIA5Match
       SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
-      SINGLE-VALUE 
+      SINGLE-VALUE
    )
 
 attributetype
@@ -358,7 +354,7 @@ attributetype
       DESC ''
       EQUALITY caseIgnoreIA5Match
       SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
-      SINGLE-VALUE 
+      SINGLE-VALUE
    )
 
 attributetype
@@ -468,7 +464,7 @@ attributetype
       NAME 'radiusSimultaneousUse'
       DESC ''
       SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
-      SINGLE-VALUE 
+      SINGLE-VALUE
    )
 
 attributetype
@@ -477,7 +473,7 @@ attributetype
       DESC ''
       EQUALITY caseIgnoreIA5Match
       SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
-      SINGLE-VALUE 
+      SINGLE-VALUE
    )
 
 attributetype
@@ -486,7 +482,7 @@ attributetype
       DESC ''
       EQUALITY caseIgnoreIA5Match
       SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
-      SINGLE-VALUE 
+      SINGLE-VALUE
    )
 
 attributetype
@@ -494,7 +490,7 @@ attributetype
       NAME 'radiusStripUserName'
       DESC ''
       SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
-      SINGLE-VALUE 
+      SINGLE-VALUE
    )
 
 attributetype
@@ -503,7 +499,7 @@ attributetype
       DESC ''
       EQUALITY caseIgnoreIA5Match
       SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
-      SINGLE-VALUE 
+      SINGLE-VALUE
    )
 
 attributetype
@@ -512,7 +508,7 @@ attributetype
       DESC ''
       EQUALITY caseIgnoreIA5Match
       SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
-      SINGLE-VALUE 
+      SINGLE-VALUE
    )
 
 attributetype
@@ -537,7 +533,9 @@ attributetype
       DESC ''
       EQUALITY caseIgnoreIA5Match
       SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
+      SINGLE-VALUE
    )
+
 attributetype
    ( 1.3.6.1.4.1.3317.4.3.1.62
       NAME 'radiusReplyMessage'
@@ -563,7 +561,7 @@ objectclass
             radiusFramedMTU $ radiusFramedProtocol $
            radiusCheckItem $ radiusReplyItem $
             radiusFramedRoute $ radiusFramedRouting $ radiusIdleTimeout $
-            radiusGroupName $ radiusHint $ radiusHuntgroupName $ 
+            radiusGroupName $ radiusHint $ radiusHuntgroupName $
             radiusLoginIPHost $ radiusLoginLATGroup $ radiusLoginLATNode $
             radiusLoginLATPort $ radiusLoginLATService $ radiusLoginService $
             radiusLoginTCPPort $ radiusLoginTime $ radiusPasswordRetry $
@@ -578,6 +576,7 @@ objectclass
             radiusExpiration $ dialupAccess $ radiusNASIpAddress $
             radiusReplyMessage )
    )
+
 objectclass
   ( 1.3.6.1.4.1.3317.4.3.2.2
        NAME 'radiusObjectProfile'