Displaying 4 results from an estimated 4 matches for "lgroupadd".
Did you mean:
groupadd
2024 May 14
1
Samba DC and alternate sudo login
...unchanged
I would suspect you pam is configured to use winbind as well...
>
> 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
>
2006 May 19
2
net rpc join fails the first time but succeeds the second
...ldap user suffix = ou=People
ldap machine suffix = ou=Computers
ldap group suffix = ou=Groups
# Scripts for managing users and computers
add user script = /usr/sbin/luseradd -g "Domain Users" %u
delete user script = /usr/sbin/luserdel -r %u
add group script = /usr/sbin/lgroupadd %g
delete group script = /usr/sbin/groupdel %g
add user to group script = /usr/sbin/lgroupmod -A %u %g
delete user from group script = /usr/sbin/lgroupmod -R %u %g
add machine script = /usr/sbin/luseradd -g "Domain Computers" -c
"Machine" -s /bin/false -d /dev/null -...
2009 Aug 17
3
LDAP useradd command?
Hi,
Is there an equivalent of a useradd for systems that are using LDAP user
management? I know I can build an LDIF file and import it, but it is a bit
of a pain to do it manually all the time.
Is there not an easier / faster way?
Thanks,
Eric
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
>>