mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
Add nslcd (nss-pam-ldapd) uid and gid
This commit is contained in:
parent
3dda354610
commit
611ebeb1d0
1 changed files with 2 additions and 0 deletions
|
@ -74,6 +74,7 @@ in
|
|||
bind = 53;
|
||||
wwwrun = 54;
|
||||
spamd = 56;
|
||||
nslcd = 58;
|
||||
|
||||
# When adding a uid, make sure it doesn't match an existing gid.
|
||||
|
||||
|
@ -129,6 +130,7 @@ in
|
|||
adm = 55;
|
||||
spamd = 56;
|
||||
networkmanager = 57;
|
||||
nslcd = 58;
|
||||
|
||||
# When adding a gid, make sure it doesn't match an existing uid.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue