diff --git a/backup/.export.ldif.swo b/backup/.export.ldif.swo new file mode 100644 index 0000000..e071d61 Binary files /dev/null and b/backup/.export.ldif.swo differ diff --git a/backup/.export.ldif.swp b/backup/.export.ldif.swp new file mode 100644 index 0000000..d2a7aeb Binary files /dev/null and b/backup/.export.ldif.swp differ diff --git a/backup/export.ldif b/backup/export.ldif index d1fcebe..4eb2522 100644 --- a/backup/export.ldif +++ b/backup/export.ldif @@ -36,9 +36,6 @@ active: TRUE cn: seiichi takimoto fakecn: FALSE secureAuth: FALSE -devices: unknown -lastLogin: 199412161032Z -ip: 185.14.36.84 gidnumber: 501 givenname: seiichi homedirectory: /home/users/seiichi diff --git a/schema/.custom.schema.swp b/schema/.custom.schema.swp new file mode 100644 index 0000000..3c733c2 Binary files /dev/null and b/schema/.custom.schema.swp differ diff --git a/schema/custom.schema b/schema/custom.schema index 916adc3..cf6d98f 100644 --- a/schema/custom.schema +++ b/schema/custom.schema @@ -6,6 +6,7 @@ ## 1.3.6.1.4.1.19937.1.1.x - attributetypes ## 1.3.6.1.4.1.19937.1.2.x - objectclasses ## + attributetype ( 2.25.330098197460787237907941808102951680393.1.0 NAME 'active' DESC 'True if account is active' EQUALITY booleanMatch @@ -49,5 +50,5 @@ 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) ) + MUST ( cn $ uid $ active $ fakeCn ) + MAY ( userPassword $ description $ lastLogin $ ip $ devices $ secureAuth $ authCode ) )