Compare commits
3 Commits
2d45f72456
...
e165cc524c
Author | SHA1 | Date | |
---|---|---|---|
e165cc524c | |||
818a555728 | |||
0884da1137 |
4
.gitignore
vendored
4
.gitignore
vendored
@ -1 +1,3 @@
|
|||||||
certs
|
certs
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
@ -36,9 +36,6 @@ active: TRUE
|
|||||||
cn: seiichi takimoto
|
cn: seiichi takimoto
|
||||||
fakecn: FALSE
|
fakecn: FALSE
|
||||||
secureAuth: FALSE
|
secureAuth: FALSE
|
||||||
devices: unknown
|
|
||||||
lastLogin: 199412161032Z
|
|
||||||
ip: 185.14.36.84
|
|
||||||
gidnumber: 501
|
gidnumber: 501
|
||||||
givenname: seiichi
|
givenname: seiichi
|
||||||
homedirectory: /home/users/seiichi
|
homedirectory: /home/users/seiichi
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
## 1.3.6.1.4.1.19937.1.1.x - attributetypes
|
## 1.3.6.1.4.1.19937.1.1.x - attributetypes
|
||||||
## 1.3.6.1.4.1.19937.1.2.x - objectclasses
|
## 1.3.6.1.4.1.19937.1.2.x - objectclasses
|
||||||
##
|
##
|
||||||
|
|
||||||
attributetype ( 2.25.330098197460787237907941808102951680393.1.0 NAME 'active'
|
attributetype ( 2.25.330098197460787237907941808102951680393.1.0 NAME 'active'
|
||||||
DESC 'True if account is active'
|
DESC 'True if account is active'
|
||||||
EQUALITY booleanMatch
|
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
|
objectclass ( 2.25.330098197460787237907941808102951680393.1.2.0 NAME 'accountsManagement' SUP top AUXILIARY
|
||||||
DESC 'Accounts management'
|
DESC 'Accounts management'
|
||||||
MUST ( cn $ uid $ active $ fakeCn $ devices )
|
MUST ( cn $ uid $ active $ fakeCn )
|
||||||
MAY ( userPassword $ description $ lastLogin $ ip $ secureAuth $ authCode) )
|
MAY ( userPassword $ description $ lastLogin $ ip $ devices $ secureAuth $ authCode ) )
|
||||||
|
Loading…
Reference in New Issue
Block a user