Problem following Cylinder of Destiny Article Sample Config
I never see the /Library/Preferences/DirectoryService/SearchNodeConfig.plist get updated to include the Augment configuration on the Leopard OD server or Leopard client.
and 'dscl /Search'
'read /Users/username'
Still only returns the info about username from the PD and not the additional info about the username in the SD
PD is named mail2 (/LDAPv3/mail2 ) mail2 has an entry in all local /etc/hosts files and Leopard server is able to retrieve info via LDAP from it
SD is the local leopard server - (/LDAPv3/127.0.0.1 )
The plist for augment config was entered like this:
[code]
Augment Attribute List
dsRecTypeStandard:Users
dsAttrTypeStandard:MCXSettings
dsAttrTypeStandard:MCXFlags
dsAttrTypeStandard:IMHandle
dsAttrTypeStandard:MailAttribute
dsAttrTypeStandard:ServicesLocator
Augment Directory Node Name
/LDAPv3/127.0.0.1
Augment Search
Augmented Directory Node Name
/LDAPv3/mail2
__
[/code]
But this is what SearchNodeConfig.plist reads after doing that:
[code]
DHCP LDAP
/Sets/13D03B90-1FD2-41BE-A2E0-C55E86D9B547
Search Node Custom Path Array
/LDAPv3/mail2
/LDAPv3/127.0.0.1
Search Node PlugIn Version
Search Node PlugIn Version 1.7
Search Policy
3
[/code]
I can see with an LDAP java client that a record has been created under the 'cn=augments' on the Leopard Server Open Directory Master.
Can someone help me figure out what the SearchNodeConfig.plist should now look like, and/or help me figure out where I screwed up?
Thanks.