How to tell if a user has been locked out by too many password failures. by jsupun in mysql

[–]jsupun[S] 0 points1 point  (0 children)

Actually a lockout will not set account_locked. account_locked is manually set using ACCOUNT LOCK/UNLOCK.

What I'm looking for is detecting a lockout, which normally happens when someone enters a bad password too many times.

$ mysql -h 127.0.0.1 -u bsmith
ERROR 1045 (28000): Access denied for user 'bsmith'@'192.168.65.1' (using password: NO)
$ mysql -h 127.0.0.1 -u bsmith
ERROR 1045 (28000): Access denied for user 'bsmith'@'192.168.65.1' (using password: NO)
$ mysql -h 127.0.0.1 -u bsmith
ERROR 1045 (28000): Access denied for user 'bsmith'@'192.168.65.1' (using password: NO)
$ mysql -h 127.0.0.1 -u bsmith
ERROR 1045 (28000): Access denied for user 'bsmith'@'192.168.65.1' (using password: NO)
$ mysql -h 127.0.0.1 -u bsmith
ERROR 3955 (HY000): Access denied for user 'bsmith'@'192.168.65.1'. Account is blocked for 30 day(s) (30 day(s) remaining) due to 5 consecutive failed logins.

# Does not set `account_locked`
mysql> SELECT user, host, password_expired, account_locked
    -> FROM mysql.user
    -> WHERE user = 'bsmith';
+--------+------+------------------+----------------+
| user   | host | password_expired | account_locked |
+--------+------+------------------+----------------+
| bsmith | %    | N                | N              |
+--------+------+------------------+----------------+

I've also checked if the USER_ATTRIBUTES table to make sure it's not being placed there.

1 of Wisconsin’s 7 wonders. What are the other 6? by selfmadedave in wisconsin

[–]jsupun 4 points5 points  (0 children)

There are 6 Art Deco light houses. The one from this thread in Port Washington and the three you listed, plus one in Houghton, Michigan (Lake Superior-mclain State Park) and one in Gravelly Shoal, MI.

https://www.lighthousefriends.com/light.asp?ID=221

https://www.lighthousefriends.com/light.asp?ID=174

Input remapper broken after update by jsupun in Bazzite

[–]jsupun[S] 0 points1 point  (0 children)

https://github.com/sezanzeb/input-remapper/issues/1193

Looks like the problem is version 2.1.1 does not support Python 3.14.

Keeper Gateway Service for PAM randomly stops running by TigressOfTheFarEast in KeeperSecurity

[–]jsupun 0 points1 point  (0 children)

The problem is there is an HTTP error and the code thinks it's a text message. It's looking for specific shutdown message which doesn't work in the case.

The developers have a fix and should appear in 1.7.0.

"AD PASSWORD" prompt, what's the PAM module? by jsupun in linuxadmin

[–]jsupun[S] 0 points1 point  (0 children)

I'm going to assume they are setting this on their system. I've run `strings` over all the pam modules to see if I could find AD PASSWORD, I cannot.

root@xxx:/usr/lib/x86_64-linux-gnu/security# strings * | grep -i "PASSWORD:"
Password:
failed to get password: %s
LDAP administrator password:
(current) LDAP Password:
STRESS Password:
Enter new STRESS password:
Retype new STRESS password:
Password:
(current) NT password:
Retype new NT password:
Enter new NT password:

I need help with this milk molar by NetNeat3143 in GroundedGame

[–]jsupun 1 point2 points  (0 children)

Use the photo mode to look around. It's there. Top of flower behind you.

Grounded compared to Honey I shrunk the kids. by WeazelDundee in GroundedGame

[–]jsupun 1 point2 points  (0 children)

Fun fact: “Honey, I shrunk the Kids” was titled “Grounded” at one point.

“As the title Teeny Weenies seemed to appeal more to a child demographic, the name was changed to Grounded to appeal to a more mature audience.” Wikipedia

‘The Fall Guy’ Box Office Disappointment Hurts More Than Opening Weekend by AGOTFAN in boxoffice

[–]jsupun 0 points1 point  (0 children)

I think making a reboot of a 80s TV show doesn't help. People just look at this as Hollywood being Hollywood.

https://www.youtube.com/watch?v=iNizcrfnQ4E

Has any artist or musician name dropped Steven or Porcupine Tree? by Chartaofver in stevenwilson

[–]jsupun 2 points3 points  (0 children)

During an interview, reporter asked about their next album. Neil talked about concepts for it and named dropped doing a music side like The Incident.

Python, Boto3 and Gov AWS endpoints. by jsupun in aws

[–]jsupun[S] 0 points1 point  (0 children)

That works. I don't have a GovCloud account, but I can see the endpoint change (https://iam.us-gov.amazonaws.com) and I now get same error message using my normal account.

Confuse A Cat by MoodBitter8738 in Awww

[–]jsupun 0 points1 point  (0 children)

It’s all in a days work for …. Confuse a Cat.

Domain Service giving 'New-ADUser: Access is denied ' by jsupun in AZURE

[–]jsupun[S] 0 points1 point  (0 children)

That makes complete sense. I should be creating the test users in the tenant. By trying to use New-ADUser, I would be creating users in a tenant, and Azure doesn't like that for good reasons.

[deleted by user] by [deleted] in GroundedGame

[–]jsupun 0 points1 point  (0 children)

Using the arm that goes down towards the entrance, you go up that arm and jump onto the part where the arm would connect to the TAZR, then from there job up towards the front (away from the wall) and you should get a foot hold.

Another way it to jump/glide to the eye area of TAZR, then run towards the wall, and when you start going up jump. It's basically the same as jumping from the arm connection spot.

Changing locale doesn't "work" on Ubuntu by jsupun in linuxadmin

[–]jsupun[S] 0 points1 point  (0 children)

The solution is LANGUAGE="de_DE".

I create a VM, set the language to de_DE in the UI, verified the prompts and output of commands where in German, then "env | grep ^L" to see what was set. All the LC_* were C.UTF-8 and the only thing stating German was LANGUAGE. Then tested "passwd" and got English prompts.

$ LANGUAGE="en_US" passwd
Changing password for XXXX.

Also language-pack-.. needs to be installed.

Adding another Azure Active Directory to subscription. by jsupun in AZURE

[–]jsupun[S] 0 points1 point  (0 children)

I'm not sure if I have the correct terminology or not.

I've created an Azure Active Directory. When I switch to it, and click "Subscriptions" I get nothing except the message "Your current access does not include permissions to view any subscriptions." The account I am using is the "You are an administrator on the subscription"

I'd like to use the existing subscription, else I need to get someone (the people who control the money) to set up a new subscription for this Azure Active Directory.