dirsync dumpdb IMTA_ALIAS_DATABASE
Hello,
this is related to my problem with 2 domains on one host.
internet -> de -> riess -> integration
Chad Stewart's tip to look at the directory
using "dirsync dumpdb IMTA_ALIAS_DATABASE" shows me,
that only "*@integration.riess.de" are in the database.
The users in "*@riess,de" are not shown.
This is also in "imsimta dirsync -F -v "
How can I sync the riess.de or the whole directory?
Fhank you for your help!!!
Regards,
Guido
[525 byte] By [
709066] at [2007-11-25 7:09:39]

You know that there are two branches of the tree, the OSI and the DC side. The DC side is something like a symlink on the filesystem.
On the DC or o=Internet side you need to have certain things setup in order for dirsync to work. Here is what I have on my home system
dn: dc=org, o=internet
objectclass: domain
dc: org
description: top level .org domain in the DC Tree
dn: dc=net, o=internet
objectclass: domain
dc: net
description: top level .net
dn: dc=balius,dc=com,o=internet
objectclass: domain
objectclass: inetDomain
objectclass: mailDomain
objectclass: nsManagedDomain
description: DC node for balius.com hosted domain
dc: balius
inetdomainbasedn: o=balius.com, o=Universe
inetdomainstatus: active
maildomainstatus: active
When I run dirsync on this system it finds all the users in dc=balius,dc=com,o=Internet
the really important attribute here is inetdomainbasedn: o=balius.com, o=Universe, this tells things like Dirsync where to go in the OSI branch of the tree to find the information it needs.
You need to compare the differences between riess.de and integration.riess.de in LDAP in the o=internet branch of the tree.
Because you are doing virtual hosting users in the default domain will be able to login user just 'uid' while users in the non default domain will have to login using 'uid@domain'.
Make sure you use <ServerRoot>/shared/bin/ldap* for your ldap commands, I've heard there can be others included with Solaris but those are not the same. I've also heard we should be fixing that at some point in the future.
708686 at 2007-6-29 17:41:23 >
