Hello together,
i have an active directory with 2003 domain controllers and Forest/Domain Level 2000.
We also have some filers with unix and active directory integration for user authentication.
We want to raise domain and forest function level first to 2003 and after that to 2008 R2.
We already know about that there is a difference in active directory schema for unix file services. the field names changes with RFC2307.
So here are my questions:
1. When do the field names change ? at raise to 2003 or at raise to 2008 R2 ?
2. How can we transfer the data from the old fields to the new ones (see a list of field names below). Is there any good script or gui for that ?
3. do we have to install something on the new domain controllers to manage these information ?
4. how is the best way to handle all that?
We know how to change the schema on the filer to the new one. But we need some held for the active directory part :)
thanks,
Best
Martin
Field Names:
------------------ actual ----------------------------
/* ldap attribute oids
(Services for Unix 3.0, 3.5) */
#define
ADS_ATTR_SFU_UIDNUMBER_OID "1.2.840.113556.1.6.18.1.310"
#define
ADS_ATTR_SFU_GIDNUMBER_OID "1.2.840.113556.1.6.18.1.311"
#define
ADS_ATTR_SFU_HOMEDIR_OID "1.2.840.113556.1.6.18.1.344"
#define
ADS_ATTR_SFU_SHELL_OID "1.2.840.113556.1.6.18.1.312"
#define
ADS_ATTR_SFU_GECOS_OID "1.2.840.113556.1.6.18.1.337"
#define
ADS_ATTR_SFU_UID_OID "1.2.840.113556.1.6.18.1.309"
------------------RFC 2307------------------------------
/* ldap attribute oids (RFC2307) */
#define
ADS_ATTR_RFC2307_UIDNUMBER_OID "1.3.6.1.1.1.1.0"
#define
ADS_ATTR_RFC2307_GIDNUMBER_OID "1.3.6.1.1.1.1.1"
#define
ADS_ATTR_RFC2307_HOMEDIR_OID "1.3.6.1.1.1.1.3"
#define
ADS_ATTR_RFC2307_SHELL_OID "1.3.6.1.1.1.1.4"
#define
ADS_ATTR_RFC2307_GECOS_OID "1.3.6.1.1.1.1.2"
#define
ADS_ATTR_RFC2307_UID_OID "0.9.2342.19200300.100.1.1"