-
Notifications
You must be signed in to change notification settings - Fork 260
chore: Update gmsa #1007
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Update gmsa #1007
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| `registerplugin.reg` is used for registering `CCGAKVPlugin.dll`. This file will be downloaded by AKS build pipeline to build `windows-gmsa-ccgakvplugin-[VERSION].zip` with `CCGAKVPlugin.dll`. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| Windows Registry Editor Version 5.00 | ||
|
AbelHu marked this conversation as resolved.
|
||
|
|
||
| ; Registering the interface | ||
| [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{6ECDA518-2010-4437-8BC3-46E752B7B172}] | ||
| @="ICcgDomainAuthCredentials" | ||
| [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{6ECDA518-2010-4437-8BC3-46E752B7B172}\ProxyStubClsid32] | ||
| @="{A6FF50C0-56C0-71CA-5732-BED303A59628}" | ||
|
|
||
| ;Registering the Stub COM object to activate out of proc (in dllhost.exe) | ||
|
|
||
| [HKEY_LOCAL_MACHINE\Software\CLASSES\Appid\{557110E1-88BC-4583-8281-6AAC6F708584}] | ||
| "AccessPermission"=hex:01,00,04,80,44,00,00,00,54,00,00,00,00,00,00,00,14,00,00,00,02,00,30,00,02,00,00,00,00,00,14,00,0B,00,00,00,01,01,\ | ||
| 00,00,00,00,00,05,12,00,00,00,00,00,14,00,0B,00,00,00,01,01,00,00,00,00,00,05,0B,00,00,00,01,02,00,00,00,00,00,05,\ | ||
| 20,00,00,00,20,02,00,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,00,00 | ||
| "LaunchPermission"=hex:01,00,04,80,44,00,00,00,54,00,00,00,00,00,00,00,14,00,00,00,02,00,30,00,02,00,00,00,00,00,14,00,0B,00,00,00,01,01,\ | ||
| 00,00,00,00,00,05,12,00,00,00,00,00,14,00,0B,00,00,00,01,01,00,00,00,00,00,05,0B,00,00,00,01,02,00,00,00,00,00,05,\ | ||
| 20,00,00,00,20,02,00,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,00,00 | ||
|
|
||
| "DllSurrogate"="" | ||
|
|
||
| ;Register the COM implementation | ||
|
|
||
| [HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\CLSID\{CCC2A336-D7F3-4818-A213-272B7924213E}] | ||
| "AppID"="{557110E1-88BC-4583-8281-6AAC6F708584}" | ||
|
|
||
| [HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\CLSID\{CCC2A336-D7F3-4818-A213-272B7924213E}\InprocServer32] | ||
| @="C:\\Windows\\System32\\CCGAKVPlugin.dll" | ||
| "ThreadingModel"="Both" | ||
|
|
||
| ; Register the COM implementation for CCG | ||
| [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CCG\COMClasses\{CCC2A336-D7F3-4818-A213-272B7924213E}] | ||
| @="" | ||
Uh oh!
There was an error while loading. Please reload this page.