Should Active Directory be a Domain Controller or in a different domain ?

MCSF uses Active Directory to store user details.

1. But does it need to be in a different domain or a domain controller ?

2. Can I just install AD and point MCSF to store users there ?

Regards,
Sachin

[230 byte] By [SachinSurana] at [2008-2-15]
# 1

If you install AD, that will become a DC right :). Now it takes me to your first question, which I suggest you have different box for AD, and different box for CSF components, but they both should be in the same domain.

Can you use an existing domain that you built? absolutely yes, as along as you are domain admin.

HTH

Tilak

Tilak_Msft at 2007-10-8 > top of Msdn Tech,Connected Services Framework,Connected Services Framework...
# 2

Hi Sachin and Tilak,

Thanks for your notes - please also note that the CSF Identity Manager component can not be installed on the same server as Active Directory, because the Identity Manager component uses impersonation, and Active Directory does not permit processes to use impersonation on the same server.

Many Thanks, Sachin and Tilak!!

-Rob.

Rob-MSFT at 2007-10-8 > top of Msdn Tech,Connected Services Framework,Connected Services Framework...
# 3
Yes, but active directory can be installed without being a DC, right ? I mean, can it just not act as a ldap repository.
SachinSurana at 2007-10-8 > top of Msdn Tech,Connected Services Framework,Connected Services Framework...
# 4

I think you are talking about ADAM. That doesn't work with CSF.

Active Directory Application Mode

Active Directory Application Mode (ADAM) is a directory service designed to meet the needs of organizations that cannot rely solely on Active Directory to provide directory services for directory-enabled applications. While Active Directory offers many benefits for managing network infrastructure, organizations often need a more flexible directory service to support directory-enabled applications. ADAM is a Lightweight Directory Access Protocol (LDAP) directory service designed specifically for directory-enabled applications.

http://technet2.microsoft.com/WindowsServer/en/library/05c4f979-41c0-40d7-8687-2549d214643e1033.mspx?mfr=true

Thanks

Tilak_Msft at 2007-10-8 > top of Msdn Tech,Connected Services Framework,Connected Services Framework...