簡體   English   中英

將 Active Directory 組添加到可視化 SVN 存儲庫並授予讀、寫權限

[英]Adding Active Directory Group to visual SVN repo and granting read,write permissions

我是 VisualSVN 命令的新手。 我正在嘗試將活動目錄組(整個組)添加到 SVN 存儲庫的 1 中,並使用 powershell 命令為它們提供對該存儲庫的讀、寫訪問權限。 我參考了鏈接SVN Rights Management Tool using Windows Authentication method

這是關於“用戶”的權限。如何使用 powershell 命令授予整個“組”的權限(稍后可以添加用戶)

升級到 VisualSVN Server 3.4 並使用Add-SvnAccessRule PowerShell cmdlet 為 Active Directory 組帳戶添加新的訪問規則。

例如,如果您需要將 ReadOnly 訪問規則添加到/trunk或存儲庫中的項目,請運行以下 PowerShell 命令:

Add-SvnAccessRule MyRepository -Path /trunk -AccountName DOMAIN\MyGroup -Access ReadOnly

閱讀文章VisualSVN Server PowerShell Cmdlet 參考了解更多信息。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM