LDAP-UX Client Services 4.0 with Windows Server 2003 R2 Schema Support Release Notes

Workarounds
When you use LDAP-UX Client Services 4.0 with Microsoft Windows Server 2003 R2 RFC2307 schema,
you must manually perform the followings:
Modify the default template file used by the setup program to create an LDAP-UX DUA profile with
appropriate attribute mappings and search descriptors for all the supported services. See the
“Modifying the Default Template File” section for details.
Modify the output ldif files of the ADS migration scripts before importing them into the Windows
2003 R2 Directory Server. See the “Modifying Output files of Migration Scripts” section for details.
Modifying the Default Template File
The setup program uses the default template file, default_profile_attr_ads_sfu3.ldif for the
SFU 3.0/3.5 schema or default_profile_attr_ads_sfu2.ldif for the SFU 2.0 schema, to create the
DUA profile settings. These files are under the /etc/opt/ldapux directory. You must modify the default
template file before running the LDAP-UX setup.
Use following steps to modify the default template file of the LDAP-UX DUA profile:
1. cd /etc/opt/ldapux
2. Based on the SFU version schema you choose, run one of the following tasks:
If you choose to use the SFU 2.0 default template file, back up the
default_profile_attr_ads_sfu2.ldif file by copying this file to
default_profile_attr_ads_sfu2.ldif.org
cp default_profile_attr_ads_sfu2.ldif default_profile_attr_ads_sfu2.ldif.org
Otherwise, if you choose to use the SFU 3.0/3.5 default template file, back up the
default_profile_attr_ads_sfu3.ldif file by copying this file to
default_profile_attr_ads_sfu3.ldif.org
cp default_profile_attr_ads_sfu3.ldif default_profile_attr_ads_sfu3.ldif.org
3. Save the following lines to a text file. Copy and paste them to replace the contents of
default_profile_attr_ads_sfu2.ldif or default_profile_attr_ads_sfu3.ldif, then
save the file.
attributemap: passwd:gecos=gecos
attributemap: passwd:gidnumber=gidNumber
attributemap: passwd:homedirectory=unixHomeDirectory
attributemap: passwd:loginshell=loginShell
attributemap: passwd:nismapname=nisMapName msSFU30NisDomain
attributemap: passwd:uid=uid
attributemap: passwd:uidnumber=uidNumber
attributemap: passwd:userpassword=*NULL*
servicesearchdescriptor: passwd:?sub?(&(objectclass=user)(uidNumber=*))
attributemap: shadow:shadowexpire=shadowExpire
attributemap: shadow:shadowflag=shadowFlag
attributemap: shadow:shadowinactive=shadowInactive
attributemap: shadow:shadowlastChange=shadowLastChange
attributemap: shadow:shadowmax=shadowMax
attributemap: shadow:shadowmin=shadowMin
attributemap: shadow:shadowwarning=shadowWarning
attributemap: shadow:uid=uid
attributemap: shadow:userpassword=*NULL*
servicesearchdescriptor: shadow:?sub?(&(objectclass=user)(uidNumber=*))
attributemap: group:cn=cn
attributemap: group:gidnumber=gidNumber
attributemap: group:memberuid=memberUid
10