Use registered GNU OID
* examples/config/mailutils.dict: Use GNU OID number. * examples/config/mailutils.schema: Use sub-OID assigned to GNU Mailutils.
Showing
2 changed files
with
25 additions
and
21 deletions
... | @@ -11,19 +11,17 @@ | ... | @@ -11,19 +11,17 @@ |
11 | # General Public License for more details. | 11 | # General Public License for more details. |
12 | # | 12 | # |
13 | # You should have received a copy of the GNU General Public License | 13 | # You should have received a copy of the GNU General Public License |
14 | # along with GNU Mailutils; if not, write to the Free Software | 14 | # along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. |
15 | # Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA | ||
16 | # 02110-1301 USA | ||
17 | 15 | ||
18 | # NOTE: Vendor ID is not registered yet! | 16 | BEGIN VENDOR GNU 11591 |
19 | BEGIN VENDOR Mailutils 2000 | ||
20 | 17 | ||
21 | ATTRIBUTE MU-User-Name 1 string | 18 | ATTRIBUTE GNU-MU-User-Name 1 string |
22 | ATTRIBUTE MU-UID 2 integer | 19 | ATTRIBUTE GNU-MU-UID 2 integer |
23 | ATTRIBUTE MU-GID 3 integer | 20 | ATTRIBUTE GNU-MU-GID 3 integer |
24 | ATTRIBUTE MU-GECOS 4 string | 21 | ATTRIBUTE GNU-MU-GECOS 4 string |
25 | ATTRIBUTE MU-Dir 5 string | 22 | ATTRIBUTE GNU-MU-Dir 5 string |
26 | ATTRIBUTE MU-Shell 6 string | 23 | ATTRIBUTE GNU-MU-Shell 6 string |
27 | ATTRIBUTE MU-Mailbox 7 string | 24 | ATTRIBUTE GNU-MU-Mailbox 7 string |
25 | ATTRIBUTE GNU-MU-Quota 7 integer | ||
28 | 26 | ||
29 | END | 27 | END | ... | ... |
1 | # This file is part of GNU Mailutils -- a suite of utilities for electronic | 1 | # This file is part of GNU Mailutils -- a suite of utilities for electronic |
2 | 2 | ||
3 | # Copyright (C) 2007, 2008 Free Software Foundation, Inc. | 3 | # Copyright (C) 2008 Free Software Foundation, Inc. |
4 | # | 4 | # |
5 | # GNU Mailutils is free software; you can redistribute it and/or modify | 5 | # GNU Mailutils is free software; you can redistribute it and/or |
6 | # it under the terms of the GNU General Public License as published by | 6 | # modify it under the terms of the GNU General Public License as |
7 | # the Free Software Foundation; either version 3, or (at your option) | 7 | # published by the Free Software Foundation; either version 3, or (at |
8 | # any later version. | 8 | # your option) any later version. |
9 | # | 9 | # |
10 | # GNU Mailutils is distributed in the hope that it will be useful, | 10 | # This program is distributed in the hope that it will be useful, |
11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
13 | # GNU General Public License for more details. | 13 | # GNU General Public License for more details. |
... | @@ -15,20 +15,26 @@ | ... | @@ -15,20 +15,26 @@ |
15 | # You should have received a copy of the GNU General Public License | 15 | # You should have received a copy of the GNU General Public License |
16 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | 16 | # along with this program. If not, see <http://www.gnu.org/licenses/>. |
17 | 17 | ||
18 | attributetype ( 1.3.6.1.4.1.11591.4.1.0 NAME 'mu-mailBox' | 18 | # Mailutuls LDAP schema items |
19 | # | ||
20 | # depends upon: | ||
21 | # nis.schema | ||
22 | |||
23 | attributetype ( 1.3.6.1.4.1.11591.5.1.0 NAME 'mu-mailBox' | ||
19 | DESC 'The URL of the user mail box' | 24 | DESC 'The URL of the user mail box' |
20 | EQUALITY caseExactIA5Match | 25 | EQUALITY caseExactIA5Match |
21 | SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) | 26 | SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) |
22 | 27 | ||
23 | attributetype ( 1.3.6.1.4.1.11591.4.1.1 NAME 'mu-mailQuota' | 28 | attributetype ( 1.3.6.1.4.1.11591.5.1.1 NAME 'mu-mailQuota' |
24 | DESC 'Maximum allowed size of the user mailbox' | 29 | DESC 'Maximum allowed size of the user mailbox' |
25 | EQUALITY integerMatch | 30 | EQUALITY integerMatch |
26 | SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ) | 31 | SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ) |
27 | 32 | ||
28 | # Object Class Definitions | 33 | # Object Class Definitions |
29 | 34 | ||
30 | objectclass ( 1.3.6.1.4.1.11591.4.2.0 NAME 'mailutilsAccount' | 35 | objectclass ( 1.3.6.1.4.1.11591.5.2.0 NAME 'mailutilsAccount' |
31 | DESC 'Abstraction of an account with Mailutils attributes' | 36 | DESC 'Abstraction of an account with Mailutils attributes' |
32 | SUP posixAccount AUXILIARY | 37 | SUP posixAccount AUXILIARY |
33 | MUST ( cn $ uid $ uidNumber $ gidNumber $ homeDirectory ) | 38 | MUST ( cn $ uid $ uidNumber $ gidNumber $ homeDirectory ) |
34 | MAY ( userPassword $ loginShell $ gecos $ mu-mailBox $ mu-mailQuota ) ) | 39 | MAY ( userPassword $ loginShell $ gecos $ mu-mailBox $ mu-mailQuota ) ) |
40 | ... | ... |
-
Please register or sign in to post a comment