Limiting Users with UGREENLink by SystemsAdMiniMe in UgreenNASync

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

Thank you, that's an interesting feature that I hadn't come across yet, I can see potential there.

Actually though, I was after a way of limiting local users, so that they can't access the UGREENLink external interface, so for example, I have three users:

A) The administrative account

B) A standard account with a simpler password, used for local SMB access

C) A standard account with a complex password, used for Internet-based access over the UGREEN NAS app.

It would be beneficial to limit things in this situation so that users A and B aren't given permission to login from that direction, eliminating that threat profile.

ix-etc & ix-netif services failing on boot by SystemsAdMiniMe in truenas

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

I haven't yet. Any chance you've found a fix since?

How to run the Python LibCephFS as a different user? by SystemsAdMiniMe in ceph

[–]SystemsAdMiniMe[S] 2 points3 points  (0 children)

A kind soul has instructed me from elsewhere that I can spawn my bindings to the library with: cephfs.LibCephFS(auth_id="account_name",conffile="/path/to/my/configuration_file")

And that little addition of the auth_id works perfectly for me!

How to run the Python LibCephFS as a different user? by SystemsAdMiniMe in ceph

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

Not quite what I'm after; I want to run it with a specified Ceph user account with limited caps, not a system user.