feat: going to store wolves ID in the ldap.
Some checks failed
Build_Deploy / linter (push) Successful in 16s
Build_Deploy / build (push) Successful in 51s
Build_Deploy / deploy_dns (push) Successful in 1m36s
Build_Deploy / deploy_active (active-core) (push) Failing after 2m21s
Build_Deploy / deploy_active (active) (push) Successful in 2m28s
Build_Deploy / deploy_active (active-ext) (push) Successful in 54s
Some checks failed
Build_Deploy / linter (push) Successful in 16s
Build_Deploy / build (push) Successful in 51s
Build_Deploy / deploy_dns (push) Successful in 1m36s
Build_Deploy / deploy_active (active-core) (push) Failing after 2m21s
Build_Deploy / deploy_active (active) (push) Successful in 2m28s
Build_Deploy / deploy_active (active-ext) (push) Successful in 54s
This will allow better linking with teh wolves account in teh future, users will only have to match once. The users personal email will still be stored, mostly as a form of redundancy.
This commit is contained in:
parent
f41221f67b
commit
309a880f13
1 changed files with 7 additions and 1 deletions
|
@ -24,6 +24,12 @@ olcAttributeTypes: ( 1.3.6.1.4.1.24441.1.4.1
|
|||
EQUALITY caseIgnoreMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
|
||||
)
|
||||
olcAttributeTypes: ( 1.3.6.1.4.1.24441.1.4.1
|
||||
NAME 'skIDWolves'
|
||||
DESC 'Wolves ID'
|
||||
EQUALITY caseIgnoreMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
|
||||
)
|
||||
olcAttributeTypes: ( 1.3.6.1.4.1.24441.1.6.1
|
||||
NAME 'skCreated'
|
||||
DESC 'When the account was created'
|
||||
|
@ -48,5 +54,5 @@ olcObjectClasses: ( 1.3.6.1.4.1.24441.1.1.1
|
|||
DESC 'skynet person'
|
||||
SUP top AUXILIARY
|
||||
MUST ( skMail $ skCreated )
|
||||
MAY ( skMemberOf $ skID $ quotaEmail $ quotaDisk )
|
||||
MAY ( skMemberOf $ skID $ quotaEmail $ quotaDisk $ skIDWolves )
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue