ctdb-failover: Split statd_callout add-client/del-client
[Samba.git] / source3 / libads / ldap_schema_oids.h
blobcb17b3c8edec9e8fb248b5b03769a251abb5b541
1 /*
2 Unix SMB/CIFS implementation.
3 ads (active directory) utility library
4 Copyright (C) Guenther Deschner 2005-2007
5 Copyright (C) Gerald (Jerry) Carter 2006
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 3 of the License, or
10 (at your option) any later version.
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
17 You should have received a copy of the GNU General Public License
18 along with this program. If not, see <http://www.gnu.org/licenses/>.
21 #ifndef _LIBADS_LDAP_SCHEMA_OIDS_H_
22 #define _LIBADS_LDAP_SCHEMA_OIDS_H_
24 /* ldap attribute oids (Services for Unix 3.0, 3.5) */
25 #define ADS_ATTR_SFU_UIDNUMBER_OID "1.2.840.113556.1.6.18.1.310"
26 #define ADS_ATTR_SFU_GIDNUMBER_OID "1.2.840.113556.1.6.18.1.311"
27 #define ADS_ATTR_SFU_HOMEDIR_OID "1.2.840.113556.1.6.18.1.344"
28 #define ADS_ATTR_SFU_SHELL_OID "1.2.840.113556.1.6.18.1.312"
29 #define ADS_ATTR_SFU_GECOS_OID "1.2.840.113556.1.6.18.1.337"
30 #define ADS_ATTR_SFU_UID_OID "1.2.840.113556.1.6.18.1.309"
32 /* ldap attribute oids (Services for Unix 2.0) */
33 #define ADS_ATTR_SFU20_UIDNUMBER_OID "1.2.840.113556.1.4.7000.187.70"
34 #define ADS_ATTR_SFU20_GIDNUMBER_OID "1.2.840.113556.1.4.7000.187.71"
35 #define ADS_ATTR_SFU20_HOMEDIR_OID "1.2.840.113556.1.4.7000.187.106"
36 #define ADS_ATTR_SFU20_SHELL_OID "1.2.840.113556.1.4.7000.187.72"
37 #define ADS_ATTR_SFU20_GECOS_OID "1.2.840.113556.1.4.7000.187.97"
38 #define ADS_ATTR_SFU20_UID_OID "1.2.840.113556.1.4.7000.187.102"
41 /* ldap attribute oids (RFC2307) */
42 #define ADS_ATTR_RFC2307_UIDNUMBER_OID "1.3.6.1.1.1.1.0"
43 #define ADS_ATTR_RFC2307_GIDNUMBER_OID "1.3.6.1.1.1.1.1"
44 #define ADS_ATTR_RFC2307_HOMEDIR_OID "1.3.6.1.1.1.1.3"
45 #define ADS_ATTR_RFC2307_SHELL_OID "1.3.6.1.1.1.1.4"
46 #define ADS_ATTR_RFC2307_GECOS_OID "1.3.6.1.1.1.1.2"
47 #define ADS_ATTR_RFC2307_UID_OID "0.9.2342.19200300.100.1.1"
49 #endif