Compare commits

...

3 Commits

Author SHA1 Message Date
aitzol e165cc524c ldif eta schema berriak 2023-11-30 08:53:26 +01:00
aitzol 818a555728 ldif eta schema berriak 2023-11-30 08:52:34 +01:00
aitzol 0884da1137 ldif eta schema berriak 2023-11-30 08:50:13 +01:00
3 changed files with 6 additions and 6 deletions

4
.gitignore vendored
View File

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

View File

@ -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

View File

@ -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 ) )