search for: min_uid

Displaying 7 results from an estimated 7 matches for "min_uid".

Did you mean: min_id
2020 Oct 22
6
UID/GID CentOS 6 to CentOS 7
Hi, we are upgrading some servers from C6 to C7 with a lot of user accounts on them (UID>=500). CentOS 7 has MIN_UID/MIN_GID 1000, Centos 6 has 500 in login.defs. Can I change in /etc/login.defs MIN_UID/MIN_GID to 500 for C7? So I could just grep the users out from passwd/shadow/group files and append them to the Centos7 passwd/shadow/group files. Can this do any damage to CentOS7 later on? Thinking about upda...
2020 Oct 22
0
UID/GID CentOS 6 to CentOS 7
Am 22.10.2020 um 14:11 schrieb Thomas Plant: > Hi, > > we are upgrading some servers from C6 to C7 with a lot of user > accounts on them (UID>=500). > CentOS 7 has MIN_UID/MIN_GID 1000, Centos 6 has 500 in login.defs. > > Can I change in /etc/login.defs MIN_UID/MIN_GID to 500 for C7? So I > could just grep the users out from passwd/shadow/group files and > append them to the Centos7 passwd/shadow/group files. > Can this do any damage to CentOS7 later...
2020 Oct 22
1
UID/GID CentOS 6 to CentOS 7
On Thu, 2020-10-22 at 15:13 +0200, Thomas Plant wrote: > Am 22.10.2020 um 14:11 schrieb Thomas Plant: > > Hi, > > > > we are upgrading some servers from C6 to C7 with a lot of user > > accounts on them (UID>=500). > > CentOS 7 has MIN_UID/MIN_GID 1000, Centos 6 has 500 in login.defs. > > > > Can I change in /etc/login.defs MIN_UID/MIN_GID to 500 for C7? So > > I > > could just grep the users out from passwd/shadow/group files and > > append them to the Centos7 passwd/shadow/group files. > > Can...
2020 Oct 22
0
UID/GID CentOS 6 to CentOS 7
> Hi, > > we are upgrading some servers from C6 to C7 with a lot of user accounts > on them (UID>=500). > CentOS 7 has MIN_UID/MIN_GID 1000, Centos 6 has 500 in login.defs. > > Can I change in /etc/login.defs MIN_UID/MIN_GID to 500 for C7? So I > could just grep the users out from passwd/shadow/group files and append > them to the Centos7 passwd/shadow/group files. > Can this do any damage to CentOS7 later o...
2012 Apr 18
1
[PATCH RFC] sysprep: remove user accounts
..._get_type root in + if typ <> "windows" then ( + let login_def = "/etc/login.defs" in + let lines = Array.to_list (g#read_lines login_def) in + let line_min = Array.filter ( + fun line -> (string_prefix line "UID_MIN") + ) lines in + let _,min_uid = sscanf line_min "%s %d" (fun a b -> a,b) in + let line_max = Array.filter ( + fun line -> (string_prefix line "UID_MAX") + ) lines in + let _,max_uid = sscanf line_max "%s %d" (fun a b -> a,b) in + let passwd = "/etc/passwd" in +...
2016 May 27
2
first_valid_uid
Hi, [Aki Tuomi] - [27.05.2016 22:33] >> I have error log entries like >> >> dovecot: lmtp(22155, mail): Error: user mail: Mail access for users with >> UID 8 not permitted (see first_valid_uid in config file, uid from userdb >> lookup). >> >> This obviously tells me that the user mail (UID 8) is trying to access >> the LMTP daemon. How can I find
2007 Apr 15
0
pdbedit and root SID/RID
...ID 1010, it still gets RID 1000 and group RID 513... Just to make it clear, I'm using Slackware 11.0, samba version is the distro's stock installation, v 3.0.23c. Not using LDAP backend, just the old smbpasswd. Tried changing all users sid with base uid 500 and changed login.defs with MIN_UID to 500 (Slackware defaults to 1000), tried cleaning /var/cache/samba I wonder if this is something on compile time, something that has changed with samba versions greater than 3.0.11... NOTE: Interesting, while writing this mail I tricked with pdbedit and userids(vipw)... look at this: pdbedit...