You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by dj...@apache.org on 2007/08/11 18:22:46 UTC

svn commit: r564935 - in /directory/sandbox/djencks/triplesec-jacc2: main/src/test/org/safehaus/triplesec/ConfigurationTest.java store/src/main/schema/triplesec.schema

Author: djencks
Date: Sat Aug 11 09:22:44 2007
New Revision: 564935

URL: http://svn.apache.org/viewvc?view=rev&rev=564935
Log:
Remove apparently obsolete test that wasn't being run; more safehaus>>triplesec name changes

Removed:
    directory/sandbox/djencks/triplesec-jacc2/main/src/test/org/safehaus/triplesec/ConfigurationTest.java
Modified:
    directory/sandbox/djencks/triplesec-jacc2/store/src/main/schema/triplesec.schema

Modified: directory/sandbox/djencks/triplesec-jacc2/store/src/main/schema/triplesec.schema
URL: http://svn.apache.org/viewvc/directory/sandbox/djencks/triplesec-jacc2/store/src/main/schema/triplesec.schema?view=diff&rev=564935&r1=564934&r2=564935
==============================================================================
--- directory/sandbox/djencks/triplesec-jacc2/store/src/main/schema/triplesec.schema (original)
+++ directory/sandbox/djencks/triplesec-jacc2/store/src/main/schema/triplesec.schema Sat Aug 11 09:22:44 2007
@@ -1,64 +1,64 @@
 # -----------------------------------------------------------------------------
-#                             Safehaus LDAP Schema
+#                             Apache Directory Triplesec LDAP Schema
 # -----------------------------------------------------------------------------
 #
 # Author: $author$
 # Author: Alex Karasulu 
 # Revision: $rev$
-# Nag-to: dev@safehaus.org
+# Nag-to: dev@directory.apache.org
 # Dependencies: system, core
 #
 # -----------------------------------------------------------------------------
 
 
 attributetype ( 1.3.6.1.4.1.18060.0.4.6.2.100
-        NAME 'safehausUid'
-        DESC 'A safehaus user id'
+        NAME 'triplesecUid'
+        DESC 'A triplesec user id'
         SUP uid SINGLE-VALUE )
 
 attributetype ( 1.3.6.1.4.1.18060.0.4.6.2.101
-        NAME 'safehausRealm'
-        DESC 'The domain/realm name of the safehaus user account'
+        NAME 'triplesecRealm'
+        DESC 'The domain/realm name of the triplesec user account'
         EQUALITY caseIgnoreIA5Match
         SUBSTR caseIgnoreIA5SubstringsMatch
         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
 attributetype ( 1.3.6.1.4.1.18060.0.4.6.2.102
-        NAME 'safehausSecret'
+        NAME 'triplesecSecret'
         DESC 'The shared secret for the Safehaus user'
         SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 SINGLE-VALUE )
 
 attributetype ( 1.3.6.1.4.1.18060.0.4.6.2.103
-        NAME 'safehausFactor'
+        NAME 'triplesecFactor'
         DESC 'The shared moving factor for the Safehaus user'
         SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
 
 attributetype ( 1.3.6.1.4.1.18060.0.4.6.2.104
-        NAME 'safehausInfo'
+        NAME 'triplesecInfo'
         DESC 'Additional information about a Safehaus account'
         EQUALITY caseIgnoreIA5Match
         SUBSTR caseIgnoreIA5SubstringsMatch
         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
 attributetype ( 1.3.6.1.4.1.18060.0.4.6.2.105
-        NAME 'safehausLabel'
+        NAME 'triplesecLabel'
         DESC 'Additional information about a Safehaus account'
         EQUALITY caseIgnoreIA5Match
         SUBSTR caseIgnoreIA5SubstringsMatch
         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
 attributetype ( 1.3.6.1.4.1.18060.0.4.6.2.106
-        NAME 'safehausResynchCount'
+        NAME 'triplesecResynchCount'
         DESC 'The number of successful resync attempts so far'
         SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
 
 attributetype ( 1.3.6.1.4.1.18060.0.4.6.2.107
-        NAME 'safehausFailuresInEpoch'
+        NAME 'triplesecFailuresInEpoch'
         DESC 'The number of authentication failures within an epoch used for lockouts'
         SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
 
 attributetype ( 1.3.6.1.4.1.18060.0.4.6.2.108
-        NAME 'safehausDeleted'
+        NAME 'triplesecDeleted'
         DESC 'An operational marker attribute for labelling an entry as deleted'
         EQUALITY caseIgnoreIA5Match
         SUBSTR caseIgnoreIA5SubstringsMatch
@@ -68,53 +68,53 @@
         USAGE directoryOperation )        
 
 attributetype ( 1.3.6.1.4.1.18060.0.4.6.2.109
-        NAME 'safehausActivationKey'
-        DESC 'Activation key for safehaus accounts which if present means the account is not active'
+        NAME 'triplesecActivationKey'
+        DESC 'Activation key for triplesec accounts which if present means the account is not active'
         EQUALITY caseIgnoreIA5Match
         SUBSTR caseIgnoreIA5SubstringsMatch
         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
 attributetype ( 1.3.6.1.4.1.18060.0.4.6.2.110
-        NAME 'safehausMidletName'
+        NAME 'triplesecMidletName'
         DESC 'Optional name override for the hauskeys midlet'
         EQUALITY caseIgnoreIA5Match
         SUBSTR caseIgnoreIA5SubstringsMatch
         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
 attributetype ( 1.3.6.1.4.1.18060.0.4.6.2.111
-        NAME 'safehausNotifyBy'
+        NAME 'triplesecNotifyBy'
         DESC 'Mechanism used to notify the user'
         EQUALITY caseIgnoreIA5Match
         SUBSTR caseIgnoreIA5SubstringsMatch
         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
 attributetype ( 1.3.6.1.4.1.18060.0.4.6.2.112
-        NAME 'safehausMobileCarrier'
+        NAME 'triplesecMobileCarrier'
         DESC 'The mobile carrier for the cell phone of the user'
         EQUALITY caseIgnoreIA5Match
         SUBSTR caseIgnoreIA5SubstringsMatch
         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
 attributetype ( 1.3.6.1.4.1.18060.0.4.6.2.113
-        NAME 'safehausTokenPin'
+        NAME 'triplesecTokenPin'
         DESC 'The mobile token pin for the hauskeys application'
         EQUALITY caseIgnoreIA5Match
         SUBSTR caseIgnoreIA5SubstringsMatch
         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
 attributetype ( 1.3.6.1.4.1.18060.0.4.6.2.114
-        NAME 'safehausDisabled'
+        NAME 'triplesecDisabled'
         DESC 'Used to disable user accounts and policyProfiles'
         EQUALITY caseIgnoreIA5Match
         SUBSTR caseIgnoreIA5SubstringsMatch
         SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE )
 
-objectclass ( 1.3.6.1.4.1.18060.0.4.6.3.100 NAME 'safehausProfile'
+objectclass ( 1.3.6.1.4.1.18060.0.4.6.3.100 NAME 'triplesecProfile'
     SUP top
     AUXILIARY
-    MUST (  safehausUid $ safehausRealm $ safehausLabel $ safehausSecret $
-            safehausFactor $ safehausResynchCount $ safehausFailuresInEpoch $ safehausNotifyBy )
-    MAY  ( safehausInfo $ safehausActivationKey $ safehausMidletName $ safehausDisabled ) )
+    MUST (  triplesecUid $ triplesecRealm $ triplesecLabel $ triplesecSecret $
+            triplesecFactor $ triplesecResynchCount $ triplesecFailuresInEpoch $ triplesecNotifyBy )
+    MAY  ( triplesecInfo $ triplesecActivationKey $ triplesecMidletName $ triplesecDisabled ) )
 
 
 # -----------------------------------------------------------------------------
@@ -138,7 +138,7 @@
     SUP top
     AUXILIARY
     MUST ( uid )
-    MAY  ( userPassword $ description $ safehausDisabled ) )
+    MAY  ( userPassword $ description $ triplesecDisabled ) )
 
 attributetype ( 1.3.6.1.4.1.18060.0.4.6.2.201
         NAME 'permName'
@@ -206,7 +206,7 @@
     SUP top
     AUXILIARY
     MUST ( profileId $ user )
-    MAY  ( grants $ denials $ roles $ userPassword $ description $ safehausDisabled ) )
+    MAY  ( grants $ denials $ roles $ userPassword $ description $ triplesecDisabled ) )
 
 # -----------------------------------------------------------------------------
 # Java permission support