diff --git a/backup/.export.ldif.swp b/backup/.export.ldif.swp new file mode 100644 index 0000000..b399a8a Binary files /dev/null and b/backup/.export.ldif.swp differ diff --git a/schema/.custom.schema.swp b/schema/.custom.schema.swp index c040059..b1d1729 100644 Binary files a/schema/.custom.schema.swp and b/schema/.custom.schema.swp differ diff --git a/schema/custom.schema b/schema/custom.schema index 0996e6e..db6235b 100644 --- a/schema/custom.schema +++ b/schema/custom.schema @@ -41,8 +41,8 @@ attributetype ( 2.25.330098197460787237907941808102951680393.1.5 NAME 'secur SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE ) -attributetype ( 2.25.330098197460787237907941808102951680393.1.6 NAME 'authCode' - DESC 'Two factor authentication code' +attributetype ( 2.25.330098197460787237907941808102951680393.1.6 NAME 'authToken' + DESC 'Two factor authentication token' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) @@ -50,4 +50,4 @@ attributetype ( 2.25.330098197460787237907941808102951680393.1.6 NAME 'authC objectclass ( 2.25.330098197460787237907941808102951680393.1.2.0 NAME 'accountsManagement' SUP top AUXILIARY DESC 'Accounts management' MUST ( cn $ uid $ active $ fakeCn $ devices ) - MAY ( userPassword $ description $ lastLogin $ ip $ secureAuth $ authCode) ) + MAY ( userPassword $ description $ lastLogin $ ip $ secureAuth $ authToken) )