diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2021-01-23 23:26:11 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2021-01-24 00:12:09 +0100 |
commit | 3d11eafc9c516321901908338befe4c04b58f3aa (patch) | |
tree | e16d8e92eeabfb834424772b71e8833e864e4849 /modules/private/databases | |
parent | ce95026934c4ea8c647365f68eb195459fcdff08 (diff) | |
download | Nix-3d11eafc9c516321901908338befe4c04b58f3aa.tar.gz Nix-3d11eafc9c516321901908338befe4c04b58f3aa.tar.zst Nix-3d11eafc9c516321901908338befe4c04b58f3aa.zip |
Use peertube flake in modules
Diffstat (limited to 'modules/private/databases')
-rw-r--r-- | modules/private/databases/openldap/immae.schema | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/modules/private/databases/openldap/immae.schema b/modules/private/databases/openldap/immae.schema index f5ee5d5..d2ef972 100644 --- a/modules/private/databases/openldap/immae.schema +++ b/modules/private/databases/openldap/immae.schema | |||
@@ -161,7 +161,19 @@ objectclass ( ImmaeobjectClass:9 NAME 'immaeTaskClass' | |||
161 | MUST ( immaeTaskId ) | 161 | MUST ( immaeTaskId ) |
162 | ) | 162 | ) |
163 | 163 | ||
164 | # Last: | 164 | # Peertube uid |
165 | # attributetype (ImmaeattributeType:19 NAME 'immaeTaskId' | 165 | attributetype ( ImmaeattributeType:20 NAME 'immaePeertubeId' |
166 | # objectclass ( ImmaeobjectClass:9 NAME 'immaeTaskClass' | 166 | DESC 'login for Peertube' |
167 | EQUALITY caseIgnoreMatch | ||
168 | SUBSTR caseIgnoreSubstringsMatch | ||
169 | SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} ) | ||
167 | 170 | ||
171 | objectclass ( ImmaeobjectClass:10 NAME 'immaePeertubeClass' | ||
172 | DESC 'Expansion of the existing object classes for peertube' | ||
173 | SUP top AUXILIARY | ||
174 | MUST ( immaePeertubeId ) ) | ||
175 | |||
176 | |||
177 | # Last: | ||
178 | # attributetype ( ImmaeattributeType:20 NAME 'immaePeertubeId' | ||
179 | # objectclass ( ImmaeobjectClass:10 NAME 'immaePeertubeClass' | ||