Compare commits

..

No commits in common. "e165cc524cad4408017bda2a335d3c1f53ede379" and "2d45f7245641fca49774c4e0bbb7fd426150162b" have entirely different histories.

3 changed files with 6 additions and 6 deletions

4
.gitignore vendored
View File

@ -1,3 +1 @@
certs
*.swp
*.swo
certs

View File

@ -36,6 +36,9 @@ 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

View File

@ -6,7 +6,6 @@
## 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
@ -50,5 +49,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 )
MAY ( userPassword $ description $ lastLogin $ ip $ devices $ secureAuth $ authCode ) )
MUST ( cn $ uid $ active $ fakeCn $ devices )
MAY ( userPassword $ description $ lastLogin $ ip $ secureAuth $ authCode) )