Displaying 3 results from an estimated 3 matches for "netgroupdel".
2020 Mar 19
0
Computer in Samba 4.3.11 domain - logon server unavailable
...:ldap://localhost:3890/
> name resolve order = wins host dns bcast
> add user script = /bin/netuseradd -a -m '%u'
> delete user script = /bin/netuserdel '%u'
> add group script = /bin/netgroupadd -a -p '%g'
> delete group script = /bin/netgroupdel '%g'
> add user to group script = /bin/netgroupmod -m '%u' '%g'
> delete user from group script = /bin/netgroupmod -x '%u' '%g'
> set primary group script = /bin/netusermod -g '%g' '%u'
> add machine script = /b...
2013 Dec 06
1
DNS_INFO_NO_RECORDS when trying to join domain
...es
passdb backend = ldapsam:ldap://localhost
guest account = guest
name resolve order = wins host dns bcast
add user script = /bin/netuseradd -a -m '%u'
delete user script = /bin/netuserdel '%u'
add group script = /bin/netgroupadd -a -p '%g'
delete group script = /bin/netgroupdel '%g'
add user to group script = /bin/netgroupmod -m '%u' '%g'
delete user from group script = /bin/netgroupmod -x '%u' '%g'
set primary group script = /bin/netusermod -g '%g' '%u'
add machine script = /bin/netuseradd -w '%u'
logon...
2020 Mar 19
2
Computer in Samba 4.3.11 domain - logon server unavailable
...n
passdb backend = ldapsam:ldap://localhost:3890/
name resolve order = wins host dns bcast
add user script = /bin/netuseradd -a -m '%u'
delete user script = /bin/netuserdel '%u'
add group script = /bin/netgroupadd -a -p '%g'
delete group script = /bin/netgroupdel '%g'
add user to group script = /bin/netgroupmod -m '%u' '%g'
delete user from group script = /bin/netgroupmod -x '%u' '%g'
set primary group script = /bin/netusermod -g '%g' '%u'
add machine script = /bin/netuseradd -w '%u...