| View previous topic :: View next topic |
| Author |
Message |
Robert Silkensen Quite a regular
Joined: 17 Apr 2008 Posts: 16 Location: VA
|
| Posted: Thu Jul 03, 2008 1:37 pm Post subject: Multi Domain |
|
|
We purchased 500 licenses based on my recommendation and now we can't get the normal Outlook "Sign.exe" to work in both domains. The last update got both domain to work for the signowa stuff but if te user can run sign.exe the owa part doesn't matter.
Status out shows sign.exe is looking into a trusted domain for the user, a domain where we do not even has user accounts - therfore it errors out.
Any way to give it a list of Domains to look into or not look in? |
|
| Back to top |
|
 |
Bjarne Mess Certified Professional


Joined: 01 May 2007 Posts: 735 Location: Copenhagen
|
|
| Back to top |
|
 |
Robert Silkensen Quite a regular
Joined: 17 Apr 2008 Posts: 16 Location: VA
|
| Posted: Mon Jul 28, 2008 5:07 pm Post subject: Multi Domain |
|
|
In the reply to "Can I use eMailsignature for differetn sub domain" Bjarne showed a registry change. My question is do I have to make that registry entry for EVERY user?
We have tow user domain and multiple resource domains and the login script fails about 75% of the time. What gets me is that sometime it works?
Here is a portion of the Log file:
- sign.exe version 5.0.0 has been run for this user.
------------------------------------------------------------
Connection string to settings database:
Provider=sqloledb;Data Source=mssql.mydomain.com;Initial Catalog=eMailSignature;User Id=eMailSignature;Password=*******
7/22/2008 9:23:51 AM Begin finding user DN
User path: LDAP://DC=dev,DC=com
7/22/2008 9:23:52 AM End Finddistinguishedname
User: testuserone ()
7/22/2008 9:23:54 AM License Key valid for version. 5
This user is in "MyDomain" not the "DEV" domain. Will the per-user multi-sub domain fix mentioned abouve fix this? |
|
| Back to top |
|
 |
Jesper Frier Certified Professional


Joined: 09 Sep 2006 Posts: 1940 Location: Stoevring, Denmark
|
| Posted: Mon Jul 28, 2008 5:59 pm Post subject: Multi Domain |
|
|
When user is in domain "MyDomain" run this HKCU registry before Sign.exe in your logon script:
| Code: | Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Office add-on\eMailSignature]
"root"="LDAP://DC=MyDomain,DC=com" |
Then Sign.exe will know where to find user information.
OK now?
Now make HKCU registry keys for all your users. _________________ </Jesper> | Test Email Signature | Showcase |  |
|
| Back to top |
|
 |
Robert Silkensen Quite a regular
Joined: 17 Apr 2008 Posts: 16 Location: VA
|
| Posted: Mon Jul 28, 2008 6:06 pm Post subject: Multi Domains |
|
|
Ok! I'll give it a try.
Thanks for the quick response. |
|
| Back to top |
|
 |
|