Skip to main content
Publicamos atualizações frequentes em nossa documentação, e a tradução desta página ainda pode estar em andamento. Para obter as informações mais recentes, acesse a documentação em inglês. Se houver problemas com a tradução desta página, entre em contato conosco.

Esta versão do GitHub Enterprise foi descontinuada em 2022-06-03. Nenhum lançamento de patch será feito, mesmo para questões críticas de segurança. Para obter melhor desempenho, melhorar a segurança e novos recursos, upgrade to the latest version of GitHub Enterprise. Para ajuda com a atualização, contact GitHub Enterprise support.

Creating teams

Teams give organizations the ability to create groups of members and control access to repositories. Team members can be granted read, write, or admin permissions to specific repositories.

Teams are central to many of GitHub's collaborative features, such as team @mentions to notify appropriate parties that you'd like to request their input or attention. For more information, see "Roles in an organization."

A team can represent a group within your company or include people with certain interests or expertise. For example, a team of accessibility experts on your GitHub Enterprise Server instance could comprise of people from several different departments. Teams can represent functional concerns that complement a company's existing divisional hierarchy.

Organizations can create multiple levels of nested teams to reflect a company or group's hierarchy structure. For more information, see "About teams."

Creating a team

A prudent combination of teams is a powerful way to control repository access. For example, if your organization allows only your release engineering team to push code to the default branch of any repository, you could give only the release engineering team admin permissions to your organization's repositories and give all other teams read permissions.

  1. In the top right corner of GitHub Enterprise Server, click your profile photo, then click Your organizations. Suas organizações no menu de perfil
  2. Click the name of your organization. Organization name in list of organizations
  3. Abaixo do nome da sua organização, clique em Teams. Guia equipes
  4. No lado direito da aba Teams (Equipes), clique em New team (Nova equipe). Botão New team (Nova equipe)
  5. Em "Create new team" (Criar nova equipe), digite o nome para sua nova equipe. Campo Nome da Equipe
  6. Opcionalmente, no campo "Descrição", digite uma descrição da equipe. Campo descrição da equipe
  7. Decida se a equipe será visível ou secreta. Opções para visibilidade, incluindo visível e secreto
  8. Opcionalmente, se você estiver criando uma child team (equipe secundária), use o menu suspenso para escolher uma equipe principal para sua nova equipe. Menu suspenso listando as equipes existentes da organização
  9. Clique em Create team (Criar equipe).

Creating teams with LDAP Sync enabled

Instances using LDAP for user authentication can use LDAP Sync to manage a team's members. Setting the group's Distinguished Name (DN) in the LDAP group field will map a team to an LDAP group on your LDAP server. If you use LDAP Sync to manage a team's members, you won't be able to manage your team within your GitHub Enterprise Server instance. The mapped team will sync its members in the background and periodically at the interval configured when LDAP Sync is enabled. For more information, see "Enabling LDAP Sync."

You must be a site admin and an organization owner to create a team with LDAP sync enabled.

Como parte de sua configuração de otimização, LDAP Sync não irá transferir sua estrutura de equipe aninhada. Para criar relacionamentos de equipe filhos e pais, você deve recriar manualmente a estrutura de equipe aninhada e sincronizá-la com o grupo LDAP correspondente. Para obter mais informações, consulte "Creating teams" (Criar equipes)

Notes:

  • LDAP Sync only manages the team's member list. You must manage the team's repositories and permissions from within GitHub Enterprise Server.
  • If an LDAP group mapping to a DN is removed, such as if the LDAP group is deleted, then every member is removed from the synced GitHub Enterprise Server team. To fix this, map the team to a new DN, add the team members back, and manually sync the mapping.
  • When LDAP Sync is enabled, if a person is removed from a repository, they will lose access but their forks will not be deleted. If the person is added to a team with access to the original organization repository within three months, their access to the forks will be automatically restored on the next sync.
  1. Ensure that LDAP Sync is enabled.
  2. In the top right corner of GitHub Enterprise Server, click your profile photo, then click Your organizations. Suas organizações no menu de perfil
  3. Click the name of your organization. Organization name in list of organizations
  4. Abaixo do nome da sua organização, clique em Teams. Guia equipes
  5. No lado direito da aba Teams (Equipes), clique em New team (Nova equipe). Botão New team (Nova equipe)
  6. Em "Create new team" (Criar nova equipe), digite o nome para sua nova equipe. Campo Nome da Equipe
  7. Search for an LDAP group's DN to map the team to. If you don't know the DN, type the LDAP group's name. GitHub Enterprise Server will search for and autocomplete any matches. Mapping to the LDAP group DN
  8. Opcionalmente, no campo "Descrição", digite uma descrição da equipe. Campo descrição da equipe
  9. Decida se a equipe será visível ou secreta. Opções para visibilidade, incluindo visível e secreto
  10. Opcionalmente, se você estiver criando uma child team (equipe secundária), use o menu suspenso para escolher uma equipe principal para sua nova equipe. Menu suspenso listando as equipes existentes da organização
  11. Clique em Create team (Criar equipe).