NID ist jetzt String
authorheiko
Sat, 30 Jul 2005 17:56:19 +0000
changeset 16 fde8df93d73c
parent 15 1d63bfc6c9e7
child 17 044929bad1fd
NID ist jetzt String initialPassword ist jetzt oktet-String
hsm.schema
--- a/hsm.schema	Fri Jul 29 11:49:37 2005 +0000
+++ b/hsm.schema	Sat Jul 30 17:56:19 2005 +0000
@@ -30,7 +30,8 @@
 
 attributetype (
     hsmAttribute:4 NAME 'hsmInitialPassword' DESC 'initial Password'
-    SUP userPassword
+    EQUALITY octetStringMatch 
+    SYNTAX 1.3.6.1.4.1.1466.115.121.1.40{128} 
     SINGLE-VALUE )
 
 attributetype (
@@ -62,7 +63,9 @@
 
 attributetype (
     hsmAttribute:10 NAME 'hsmNID' DESC 'employee / student / guest number'
-    SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )
+    EQUALITY caseIgnoreMatch
+    SUBSTR caseIgnoreSubstringsMatch
+    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
 
 attributetype (
     hsmAttribute:11 NAME 'hsmMailHost' DESC 'SMTP/MTA for that recipient'