Compare commits
No commits in common. "e165cc524cad4408017bda2a335d3c1f53ede379" and "2d45f7245641fca49774c4e0bbb7fd426150162b" have entirely different histories.
e165cc524c
...
2d45f72456
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1 @@
|
|||||||
certs
|
certs
|
||||||
*.swp
|
|
||||||
*.swo
|
|
@ -36,6 +36,9 @@ 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,7 +6,6 @@
|
|||||||
## 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
|
||||||
@ -50,5 +49,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 )
|
MUST ( cn $ uid $ active $ fakeCn $ devices )
|
||||||
MAY ( userPassword $ description $ lastLogin $ ip $ devices $ secureAuth $ authCode ) )
|
MAY ( userPassword $ description $ lastLogin $ ip $ secureAuth $ authCode) )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user