this post was submitted on 15 Nov 2023
0 points (50.0% liked)

Homelab

371 readers
9 users here now

Rules

founded 11 months ago
MODERATORS
 

Hello fellow labberators

I would like to manage users, passwords and groups among my (mostly) ubuntu machines and as I understand it, this is what LDAP is for. I have also read that i need kerberos for authenticating nfs shares.

I will ideally be running all these services on a proxmox server but i cant figure out where to start. What order should I do them in and should i run a separate machine/ct for each or all in one?

Thanks

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 10 months ago (1 children)

You need to explain in high detail your top-view actual needs. If you need NFS, you MIGHT want to be using Kerberos, but you might also get away without using it depending on your network configuration and actual security requirements.

[–] [email protected] 1 points 10 months ago (1 children)

Not the op, but... I wish there was a simple way to centralize users, uids, gids, group membership, and maybe even ssh keys across hosts. Ideally this would be as simple as install package on new host, point at server, wait. I'd settle for managing Windows users and samba separately.

It would also be really cool if there was some easy integration with proxmox LXCs to enable mapping a list(s) of uids/gids into unprivileged containers.

Really long term homedirs, and windows user folders. So my kids and i could just hot desk at any computer in the house. I'd settle for just mounting a drive with their files.

[–] [email protected] 1 points 10 months ago

Yes! Im surprised that in 2023 there's no straightforward way of keeping users, files and settings in sync between machines on a OS that is supposedly good at networking