@pg_user_8607 Given the fix is about searching in AD I think the pull request is indeed related, as there is no other error I can find other than unable to find the user(s) in the User Directories Test.
Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Posts
-
RE: Unable to login with Active Directory with Proget 2026.1
-
RE: Unable to login with Active Directory with Proget 2026.1
I do not know why , but updating to Proget 2026.2 solved this issue. Testing user directories works, login also works. No other change made (in LDAP etc)
-
RE: Unable to login with Active Directory with Proget 2026.1
@atripp Ok, I will test again probably in a week. However I did going to admin - security and using AD test tool, which basically said that it can't find the user.
@antonio-oliveira_8481 I am not sure it is the same but I will try.
-
Unable to login with Active Directory with Proget 2026.1
When I upgraded proget 25.0.25 to Proget 2026.0 and 2026.1 users was not able to login using active directory account.
I initially thought this is same with issue reported in https://forums.inedo.com/topic/5754/bug-proget-2026-no-longer-able-to-find-active-directory-users-groups-when-configuring-task-permissions/7
But even upgrading to version 2026.1 does not solve my issue. testing User directories it just indicate that it can't find the user. Also for small additional information, the user with active directory can't use apikey to do "npm view" so this is not just Proget UI.
I am not sure I can find any log anywhere to help you narrowing this problem. For now I am rolled back and updated to 25.0.28 instead. Let me know if there is known current issue or a way to find log useful to resolve this case.
-
RE: Searching packages with symbol like @ and / will return empty
Yes , it is indeed npm packages, yes I was using
/packages.Though when traying to search within
/feedit was also strange as it seems to ignore @ .Both are okay for now. Just put it somewhere in the improvement list, I understand there is some limitation to it, encoding, filter etc and trying to do universal search across different type.
-
Searching packages with symbol like @ and / will return empty
Hello, I believe this is a bug, not sure whether this is reported previously, however when searching packages which is not alphanumeric only it always return empty.
For example, searching for "@schematics/angular", "@schematics", or "/angular" will return empty. While "schematics" or "angular" will return a bunch of packages, including the "@schematics/angular" for "angular", but not when searching "schematics".
I already changed status to cached
-
RE: Use original publish date for imported packages
I noticed this mechanism when I migrated from Artifactory to Proget in my company but only able to comment now. I would say thank you very much for you guys for addressing this, especially since it is done before the migration in my company.
-
Incorrect Vulnerability Assesment for versions later than specified in description
I saw in Inedo that PGV-2330205 and PGV-2425402 are applied to 'all' version of SheetJS
https://security.inedo.com/vulnerability/details/PGV-2330205 and https://security.inedo.com/vulnerability/details/PGV-2425402While as per descriptions in both articles, if you already use version 0.19.2 (or later) for PGV-2330205 and 0.20.2 (or later) for PGV-2425402, the vulnerabilities are supposed to be fixed already, but the package in my Proget server is still displaying vulnerabilities , specifically in my case in version 0.20.3 . I know how to suppress them for entire versions of SheetJs but I think this probably should be addressed for inedo for everyone. I do not know if it is possible to suppress for just specific package or package version, ideally matching SemVer.
Also note that previously I tried to use expiration for reassessing vulnerability and it seems it is unable to set the expiration and it was complaining about time format.
-
Importing Conan Packages empty executions
Hello , I tried to import conan packages from artifactory. As I am not seeing direct import packages from artifactory like other feeds I assume it is not supported, so I tried to import from exported files from the artifactory. However there is no packages being imported, and execution log is empty. I double checked to ensure the import folder is readable to Network Service and it should be, so I wonder what I should check next?
-
RE: Search feed(s) for version string
Thanks, Steve, "All Versions" is the one I used currently and works for now but my specific question is whether I can search by version.
If a package have many versions, the "all versions" can load a bit slower, and additionally I would like to search a specific version for multi operation, such as bulk delete, for example. It is fine not to have this, I just wonder if it is available.
-
Search feed(s) for version string
I suspect this is already available in your internal API since you have this in pgutil
https://docs.inedo.com/docs/proget/api/packages/list-versions, however I can not find any way to be able to specify version in the UI. If I put version in the search string it seems it only check package name. Is this available in the UI anywhere? -
Use original publish date for imported packages
Just wondering whether it is possible when importing from another services such as from Artifactory, the publish date to follow original publish date instead of import date? Or may be a way to update current publish date following the original one?
-
RE: RPM Bulk Edit Delete does not work
Thank you, I only have one type of rpm package
The name and versioning are like the following- ssdh:0.5.0.177-1.el.7.centos
- ssdh:0.5.0.179-1.el.7.centos
The API will call like this
POST https://artifacttest02.dev.petrolink.net/packages/bulk-delete
AHAntiCsrfToken=Tps3B1Cx9nbQARqwWTHx6rE0NqoFG4N8Ujyn6fPvO%2FTQXJRFIHFbkuNblk7ds7E862rGTM9eRWP%2BSXgvnC70Pw%3D%3D&ids=7%3A%3Assdh%3A0.5.0.177-1.el.7.centos%2C7%3A%3Assdh%3A0.5.0.179-1.el.7.centosResponse Status code is 200
-
RE: Using networkservice as service user
Thank you, however I am not sure since I have not retested the installation, from my memory, it does not seems to add write permission either for my local (windows 11), as I was not seeing the Network Service there initially and had to add manually add network service. Same case in a separate testing server (Windows Server 2025 Standard). If you see that in older Windows may be because in later windows this behavior is changed, but not sure.
-
RE: Does npm feed support whoami?
Ok thank you for confirmation. The whoami is useful for troubleshooting things, though not necessary for day to day, so it would be useful to be implemented.
I was stuck with an issue unable to publish to npm feed. Had this available, I would be able to fix it quicker (the issue had multiple sub-issues) as I was not even sure whether I was logged in correctly or not.
-
RE: Using networkservice as service user
I think you found same issue like me, you probably need to grant read permission for NetworkService to C:\ProgramData\Inedo and C:\ProgramData\ProGet . You may also need to do the same if you do any other data storage. The Installer does not add the read permission.