Skip to content
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

User profile page loading problem #78

Open
badam1991 opened this issue Aug 30, 2023 · 6 comments
Open

User profile page loading problem #78

badam1991 opened this issue Aug 30, 2023 · 6 comments

Comments

@badam1991
Copy link

Dear jacobsen9026!

A perfect little device that does just what is needed in an average environment
I am very happy that there is such a great tool that is almost ready

user search works, but the user portal for the user profile does not come up
click the user name and does not proceed further load page
xampp-windows-x64-7.4.29-0-VC15

1 search work ok
2 AD PERMISSION
3 USLIST

I hope you still have the desire to work on the project

@badam1991
Copy link
Author

that I know of and the necessary permission has been granted
I couldn't find any information in the documentation on how to give him all the rights he needs and which rights he is looking for

@jacobsen9026
Copy link
Owner

What you've shown is expected behavior, this app's search would not bring up exact matches if there were any other users with a partial match. It may even be broken in that regard, unable to click "badam" and not end up on that page.

I no longer am developing this version of the app. Instead moving to a .NET Core web hosting environment.
https://github.com/Blazam-App/BLAZAM

Which does everything this does but a lot lot more, this one really only does group memberships. It is still in beta though, so the features are not as polished as this one yet.

If you want to use ADAM, you can change the way the search works in the file /app/api/ad/ADUsers.php in the first method listUsers, specifically....

foreach ($users as $user) {
if (PermissionHandler::hasPermission($user->getDistinguishedName(), PermissionLevel::USERS, PermissionLevel::USER_READ)) {
$usernames[] = $user->getAccountName();
}
}

could be changed to check if the username is an exact match and if so, return only that one.

@badam1991
Copy link
Author

I tried the new version of the BLAZAM it keeps crashing and doesn't even start, I tried several versions of it

ADAM AD Permission
I don't know what right it permission looking for

@jacobsen9026
Copy link
Owner

Simple read is sufficient for searching, but to change group memberships you will need to provide an account with the appropriate permissions.

The permissions test shown in ADAM setup is a create user permission test (it tries to create a randomly named user account and then deletes it if it can), although no create user feature was ever finished.

@badam1991
Copy link
Author

controller delegated administrator domain administrator and user with system administrator rights are written as wrong right

@badam1991
Copy link
Author

so I don't understand why it doesn't work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants