Environment
Novell Open Enterprise Server 2 SP2 (OES2SP2)
Novell Open Enterprise Server 2 SP3 (OES2SP3)
Domain Services for Windows
DSFW
Novell Open Enterprise Server 2 SP3 (OES2SP3)
Domain Services for Windows
DSFW
Situation
A Zen workstation import contains the following filter
filter: "(&(name=orgnamehere)(|(objectclass=Org*)(objectclass=Loc*)(objectclass=Coun*)(objectclass=St*)))"
The "name" attribute is not returned. This is causing workstation import failures for Zen 10
An example of a LDAP search for dn and name attribute to be returned:
ldapsearch -x -h 192.168.0.10 -p 389 -D cn=admin,o=novell -w novell -b
"o=novell" -s sub '(&(objectClass=user))' dn name
ldapsearch -x -h 192.168.0.10 -p 389 -D cn=admin,o=novell -w novell -b
"o=novell" -s sub '(&(objectClass=user))' dn name
The name will not be returned
Do a search to return all attributes on an object returns all valued attributes
except 'name'
except 'name'
ldapsearch -x -h 192.168.0.10 -p 389 -D cn=admin,o=novell -w novell -b
"o=novell" -s sub '(&(objectClass=user))'
"o=novell" -s sub '(&(objectClass=user))'
Resolution
The workaround is create an attribute mapping on the LDAP Group object of 'name' to 'name'
To create a mapping in iManager
To create a mapping in iManager
- edit the ldap group object for your ldap serverClick on Attribute Map
- Click the "+" icon to add a mapping
- Select name from the eDirectory attribute in the drop down list
- in the Maps to field add name
- Click ok
- Refresh or restart ldap for the changes to take effect.