Skip to content

Commit 91b0613

Browse files
committed
ttrss: drop schema
1 parent 1c16d85 commit 91b0613

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

nixosModules/openldap/default.nix

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -209,15 +209,6 @@
209209
MAY ( ownCloudQuota ))''
210210
];
211211
};
212-
"cn={1}ttrss,cn=schema".attrs = {
213-
cn = "{1}ttrss";
214-
objectClass = "olcSchemaConfig";
215-
olcObjectClasses = ''
216-
(1.3.6.1.4.1.28294.1.2.4 NAME 'ttrss'
217-
SUP top AUXILIARY
218-
DESC 'Added to an account to allow tinytinyrss access'
219-
MUST ( mail $ userPassword ))'';
220-
};
221212
"cn={1}prometheus,cn=schema".attrs = {
222213
cn = "{1}prometheus";
223214
objectClass = "olcSchemaConfig";

0 commit comments

Comments
 (0)