Displaying 4 results from an estimated 4 matches for "lpasswd".
Did you mean:
passwd
2024 May 14
1
Samba DC and alternate sudo login
....
>
> So, I'm a little puzzled.
if you install libuser (apt-get install libuser) you get a set of tools
that will always and only operate on local accounts, e.g. commands like
this:
lchsh, lchfn, lid, lnewusers, lgroupadd, luseradd, lgroupdel, luserdel,
lusermod, lgroupmod, lchage, lpasswd
- Kees.
>
> -Greg
>
2024 May 14
2
Samba DC and alternate sudo login
> On Mon, 13 May 2024 17:10:20 -0700
> Gregory Sloop via samba <samba at lists.samba.org> wrote:
>> I feel like this should be super easy, and that I must be doing
>> something dumb, but I need to create another sudo user for the VM's
>> the DC's are running on.
>> I've created a "domain admin" equivalent user in AD - and perhaps
>>
1998 Oct 15
1
Problem to map home dir
...dp.com (Tony D. Birnseth)
# FLAGSM = -DM88K_R3
# LIBSM = -lgen -lbsd -lnsl
# This is for DNIX.
# contributed by Peter Olsson <pol@leissner.se>
# NOTE: You may need an updated libc.a from your vendor as older
# versions have broken mktime calls and no initgroups() call
# NOTE2: You may need -lpasswd if you use shadow passwords
# NOTE3: Please read the file DNIX.txt in the docs directory. It
# contains important information about uid handling under DNIX, you may
# need to patch your C library.
# FLAGSM = -DDNIX -I/usr/include/bsd
# LIBSM = -ln
# This is for Cray, Unicos 8.0
# contributed by v...