# HG changeset patch # User heiko # Date 1122746179 0 # Node ID fde8df93d73cb5fb590eaca199b4653dd988f560 # Parent 1d63bfc6c9e7d16dbd26c6bf5dd01a605e977918 NID ist jetzt String initialPassword ist jetzt oktet-String diff -r 1d63bfc6c9e7 -r fde8df93d73c 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'