Displaying 3 results from an estimated 3 matches for "luserdel".
Did you mean:
userdel
2024 May 14
1
Samba DC and alternate sudo login
...m 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
...irectory Manager
ldap suffix = dc=central
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...
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
>>