Pour les professionnels de l’informatique > Forums - Accueil > Server Core > Is Services for Unix Password Sync available in Server Core 2008 R2?
Poser une questionPoser une question
 

TraitéeIs Services for Unix Password Sync available in Server Core 2008 R2?

  • lundi 12 octobre 2009 15:21Brian K. Doré Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    Is Services for Unix Password Sync available in Server Core 2008 R2?   It looks like a feature of ADDS  (ADDS-Password-Sync)  but I can't see if/how I can enable it on a 2008R2 Core DC.

    Any help, references, pointers would be appreciated.

    Brian

Réponses

  • mardi 13 octobre 2009 13:21Brian K. Doré Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     Traitée

    Those Roles/Features aren't available on my R2 Core DC with Get-WindowsFeature.   I was hoping perhaps the password sync might have been bundled under another heading or feature in core, or perhaps there might be a a way to run the components from SFU 3.5.  

    I guess I'll have to go with the full GUI on my production DCs.    

    Thanks!

    Brian

Toutes les réponses

  • mardi 13 octobre 2009 03:24Mervyn ZhangMSFT, ModeratorMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    Hi Brian,

    As far as I know, Identity Management for UNIX Components is available on Server Core 2008 R2 as part of Active Directory Domain Services.

    To install it via Powershell, please try the following command:

    1.    Import-Module Servermanager

    2.    To install all Identity Management for UNIX components, type the following:

    Add-WindowsFeature ADDS-Identity-Mgmt –restart

    3.    To install only Password Synchronization, type the following:
    Add-WindowsFeature ADDS-Password-Sync -restart


    4.    To install only Server for NIS, type the following:
    Add-WindowsFeature ADDS-NIS -restart

    For more information, please refer to Install Identity Management for UNIX Components
    http://technet.microsoft.com/en-us/library/cc731178.aspx

    Thanks.

    This posting is provided "AS IS" with no warranties, and confers no rights.
  • mardi 13 octobre 2009 13:21Brian K. Doré Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     Traitée

    Those Roles/Features aren't available on my R2 Core DC with Get-WindowsFeature.   I was hoping perhaps the password sync might have been bundled under another heading or feature in core, or perhaps there might be a a way to run the components from SFU 3.5.  

    I guess I'll have to go with the full GUI on my production DCs.    

    Thanks!

    Brian
  • vendredi 16 octobre 2009 08:01Mervyn ZhangMSFT, ModeratorMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    Hi Brian,

    Yes, you’re correct, I didn’t verify the add-windowsfeature command, sorry the incorrect information.

    If you have more questions in the future, you’re welcomed to this forum.

    Thanks.

    This posting is provided "AS IS" with no warranties, and confers no rights.