Displaying 6 results from an estimated 6 matches for "smbgroupadd".
Did you mean:
mygroupadd
2017 Jul 01
2
integrating samba with pam
...id setup a new domain and
everything looks ok.
My doubt is related to the configuration of the
computers with linux so that they can take advantage of the users and
passwords of ldap. But also, groups that are unix exclusive.
I didnt
find a way to create groups that in samba3 where only unix:
smbgroupadd group
(withouth the -a)
Is this possible?
Also, i
dont want to install winbind in every workstation to authenticate
against samba4. How can i configure pam_ldap and nslcd to validate my
users and groups? I did install kerberos and everything seems ok.
Tnxs
in advance.
2017 Jul 01
0
integrating samba with pam
...can take advantage of the users and
> passwords of ldap. But also, groups that are unix exclusive.
It doesn't work that way, you create groups in AD and then make them
Unix groups as well.
>
> I didnt
> find a way to create groups that in samba3 where only unix:
>
>
> smbgroupadd group
>
> (withouth the -a)
>
> Is this possible?
No, not unless you create a new NT4-style domain and I strongly urge
you not go down this path, they are things of the past and Microsoft
seems to be trying to make it harder and harder to use them.
>
> Also, i
> dont wa...
2004 May 26
0
Phantom workgroup
...c = Yes
log file = /var/log/samba/%m.log
max log size = 0
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
add user script = /usr/sbin/useradd '%u'
delete user script = /usr/sbin/userdel '%u'
add group script = /etc/samba/bin/smbgroupadd '%g'
delete group script = /etc/samba/bin/smbgroupdel '%g'
add user to group script = /usr/bin/gpasswd -a '%u' '%g'
delete user from group script = /usr/bin/gpasswd -d '%u' '%g'
set primary group script = /usr/sbin/user...
2004 May 12
0
Server name appears as domain name
...c = Yes
log file = /var/log/samba/%m.log
max log size = 0
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
add user script = /usr/sbin/useradd '%u'
delete user script = /usr/sbin/userdel '%u'
add group script = /etc/samba/bin/smbgroupadd '%g'
delete group script = /etc/samba/bin/smbgroupdel '%g'
add user to group script = /usr/bin/gpasswd -a '%u' '%g'
delete user from group script = /usr/bin/gpasswd -d '%u' '%g'
set primary group script = /usr/sbin/user...
2005 May 22
1
Strange intermittent join with XP SP2 and Samba 3.0.14a
...a,dc=pri
ldap user suffix = ou=Users
ldap group suffix = ou=Groups
ldap machine suffix = ou=Computers
ldap delete dn = no
add machine script = /etc/samba/scripts/smbldap-useradd.pl -w '%u'
add user script = /etc/samba/scripts/smbuseradd.sh '%u'
add group script = /etc/samba/scripts/smbgroupadd.sh '%g'
add user to group script = /etc/samba/scripts/smbldap-groupmod.pl -m '%u' '%g'
delete user script = /etc/samba/scripts/smbuserdel.sh '%u'
delete group script = /etc/samba/scripts/smbgroupdel.sh '%g'
delete user from group script = /etc/samba/scripts/s...
2017 Jul 01
3
integrating samba with pam
...that they can take advantage of the users and
passwords of ldap. But also, groups that are unix exclusive.
>
> It
doesn't work that way, you create groups in AD and then make them
> Unix
groups as well.
>
>> I didnt find a way to create groups that in samba3
where only unix: smbgroupadd group (withouth the -a) Is this possible?
>
> No, not unless you create a new NT4-style domain and I strongly
urge
> you not go down this path, they are things of the past and
Microsoft
> seems to be trying to make it harder and harder to use
them.
We used to hide some information fro...