Home | History | Annotate | Line # | Download | only in otp
      1 dn: dc=example, dc=com
      2 changetype: modify
      3 add: objectClass
      4 objectClass: oathHOTPParams
      5 -
      6 add: oathOTPLength
      7 oathOTPLength: 6
      8 -
      9 add: oathHOTPLookAhead
     10 oathHOTPLookAhead: 3
     11 -
     12 add: oathHMACAlgorithm
     13 # SHA-1
     14 oathHMACAlgorithm: 1.2.840.113549.2.7
     15 
     16 dn: ou=Information Technology Division,ou=People,dc=example,dc=com
     17 changetype: modify
     18 add: objectClass
     19 objectclass: oathHOTPToken
     20 -
     21 add: oathHOTPParams
     22 oathHOTPParams: dc=example, dc=com
     23 -
     24 add: oathSecret
     25 oathSecret:: PcbKpIJKbSiHZ7IzHiC0MWbLhdk=
     26 -
     27 add: oathHOTPCounter
     28 oathHOTPCounter: 3
     29 
     30 dn: ou=Alumni Association,ou=People,dc=example,dc=com
     31 changetype: modify
     32 add: objectClass
     33 objectClass: oathHOTPParams
     34 -
     35 add: oathOTPLength
     36 oathOTPLength: 8
     37 -
     38 add: oathHOTPLookAhead
     39 oathHOTPLookAhead: 0
     40 -
     41 add: oathHMACAlgorithm
     42 # SHA-512
     43 oathHMACAlgorithm: 1.2.840.113549.2.11
     44 
     45 dn: cn=Barbara Jensen,ou=Information Technology Division,ou=People,dc=example,
     46  dc=com
     47 changetype: modify
     48 add: objectClass
     49 objectClass: oathHOTPUser
     50 -
     51 add: oathHOTPToken
     52 oathHOTPToken: ou=Information Technology Division,ou=People,dc=example,dc=com
     53 
     54 dn: cn=Bjorn Jensen,ou=Information Technology Division,ou=People,dc=example,
     55  dc=com
     56 changetype: modify
     57 add: objectClass
     58 objectClass: oathHOTPUser
     59 -
     60 add: oathHOTPToken
     61 oathHOTPToken: ou=Information Technology Division,ou=People,dc=example,dc=com
     62