ldap: fix, forgot to update teh may section

This commit is contained in:
silver 2023-10-22 15:00:48 +01:00
parent e03e27c894
commit 83b7a142bc
2 changed files with 2 additions and 2 deletions

View file

@ -204,7 +204,7 @@ in {
'' ''
'' ''
{1}to attrs=mail,sshPublicKey,cn,sn,skDiscord {1}to attrs=mail,sshPublicKey,cn,sn
by dn.exact="uid=ldap_api,ou=users,dc=skynet,dc=ie" manage by dn.exact="uid=ldap_api,ou=users,dc=skynet,dc=ie" manage
by self write by self write
by * read by * read

View file

@ -48,5 +48,5 @@ olcObjectClasses: ( 1.3.6.1.4.1.24441.1.1.1
DESC 'skynet person' DESC 'skynet person'
SUP top AUXILIARY SUP top AUXILIARY
MUST ( skMail $ skCreated ) MUST ( skMail $ skCreated )
MAY ( skMemberOf $ skID $ skDiscord $ quotaEmail $ quotaDisk $ skSecure ) MAY ( skMemberOf $ skID $ quotaEmail $ quotaDisk )
) )