Displaying 20 results from an estimated 600 matches similar to: "Active Directory on OpenIndiana: cannot set group permission"
2015 May 18
0
Getent Group dont'work
On 18/05/15 11:57, Tomasz B?asiak wrote:
> /Hi
> /
> /sometimes 'getent group <domain group> is OK, but///sometimes is wrong.
>
> //
> //Then I restart windind and for 5-10 minut is OK and//the situation is repeated
>
> Sorry for my English
> /// //
> /
> /
>
>
>
>
> />>Know problem, does 'getent group <a domain
2015 May 18
1
Getent group don't work
Hi
Oracle Linux Server client with Samba 3.6.23 (file server) joined to the
Samba4 AD domain.
----------------
smb.conf
[global]
#--authconfig--start-line--
netbios name = FS
server string = "GSDAD Fileserver"
workgroup = GSDAD
realm = AD.GSD.LAN
security = ads
winbind use default domain = yes
idmap config * : backend = rid
idmap config * : range =
2016 Apr 20
1
Ubuntu 14.04 samba update
I added
log level = 10
log file = /var/log/samba/%m.log
to my smb.conf
in the logs when I run wbinfo -u I get
[2016/04/20 08:24:15.864222, 3, pid=19397, effective(0, 0), real(0, 0),
class=winbind] ../source3/winbindd/winbindd_misc.c:237(winbindd_domain_info)
[19441]: domain_info [SUBDOMAIN]
[2016/04/20 08:24:15.864238, 10, pid=19397, effective(0, 0), real(0, 0),
class=winbind]
2016 Feb 17
0
Problems after migration from samba 3.5.2 to samba 4.3.1
Well.... I know that this problem is very weird, but, does anyone know how
to identify where the problem is??
My domain controler shows only groups... not users, and smbclient shows:
Samba version 4.3.1
PID Username Group Machine Protocol Version
------------------------------------------------------------------------------
13570 -1 -1
2016 Feb 16
2
Problems after migration from samba 3.5.2 to samba 4.3.1
Hi Rowland
> OK, two things jump out at me, I wouldn't use 'EXAMPLE.COM' for the
> workgroup name, I would have just used 'EXAMPLE' i.e. no dot in the name.
>
>
I understand, but, change the workgroup involves migrate domain, right ??
Or can I simply change workgroup and restart samba ??
> Your idmap config stack is incorrect, you only have settings for the
2016 Apr 18
0
FW: Domain member seems to work, wbinfo -u not (update4)
On 18/04/16 12:52, L.P.H. van Belle wrote:
> Ok. I've done the following, any samba dev, please read below.
>
> Looks to me some bug in librpc/ndr/ndr.c
>
> But im not a coder.. so please have a look.
>
>
>
>
>
> Environment.
>
> Debian Jessie, samba 4.2.10 (debian)
>
>
>
> I remove my proxy2 server from the domain, cleared up the AD.
2016 Apr 18
3
FW: Domain member seems to work, wbinfo -u not (update4)
Ok. I've done the following, any samba dev, please read below.
Looks to me some bug in librpc/ndr/ndr.c
But im not a coder.. so please have a look.
Environment.
Debian Jessie, samba 4.2.10 (debian)
I remove my proxy2 server from the domain, cleared up the AD.
Removed all content from /var/(lib/cache)/samba
Removed all other unnneeded services for this test.
Removed all
2016 Apr 20
0
wbinfo -u, wbinfo -g not working after samba update from 4.2.3 to 4.2.10
Hi list,
Some more useful information - I compiled 4.2.11 on CentOS 7.2, and tested with the same configuration files and AD DC, running on MS Windows 2012 R2.
The issue still remains.
Regards,
Dimitar
> From: dimitar.hristov at outlook.com
> To: amartin at xes-inc.com
> Date: Wed, 20 Apr 2016 13:23:05 +0200
> CC: samba at lists.samba.org
> Subject: Re: [Samba] wbinfo -u,
2016 Apr 20
0
wbinfo -u, wbinfo -g not working after samba update from 4.2.3 to 4.2.10
Hai,
Test again but now install 4.4.2
>> All versions below 4.4.2 are affected i.m.o. <<
My guess, bad patch somewhere, I do think
security-2016-04-12-prerequisite-v4-4-regression-fixes.metze01.txt
is the problem, since this is the only patch i remove from the debian patches.
(compaired to the samba 4.4.2 from source and the 4.4.1 from debian)
(!! Above works for me, i dont
2015 Apr 15
1
wbinfo -u/-g/-n works, but not 'wbinfo -i' or 'id'
Quoting Adam Tauno Williams <awilliam at whitemice.org>:
>>>> It should work, it sounds like a mis-configuration somewhere, can you
>>>> post the smb.conf, /etc/nsswitch.conf, /etc/resolv.conf and
>>>> /etc/krb5.conf from the member server.
>>> "wbinfo -u" lists 415 lines
>>> "getent passwd" returns 93 lines
2016 Apr 19
0
wbinfo -u, wbinfo -g not working after samba update from 4.2.3 to 4.2.10
I am also having this issue, however in my case it is worse - samba shares do not work
and "getent passwd <domain user>" also does not work. I tried adding the following to the
"[global]" section of my smb.conf as suggested elsewhere, but no improvement:
client ldap sasl wrapping = plain
My smb.conf is very similar to yours, however I also have the following options set:
2017 Aug 22
2
Setup of Samba with Solaris 11.3 to provide Unix File Shares to Windows Users
Thanks Rowland and Louis,
after changing from ad to rid, i get all users listed with "getent passwd",
not just the ones with uidNumber - which is good. But "getent passwd
MYDOM\\mdecker" still does not resolve. In addition, no groups are listed
with "getent group". Looking at winbindd debug, it seems that after trying
getgrsid on the very first group "Exchange
2016 Apr 19
2
wbinfo -u, wbinfo -g not working after samba update from 4.2.3 to 4.2.10
Hi list,
After the badlock patching of all samba machines in our organization
(all of them are domain members), some functionalities have stopped
working, more particularly:
- wbinfo -g (no output at all)
- wbinfo -u (no output at all)
- getent passwd (displays only local users)
- getent group
working functionalities:
- samba shares
2016 Apr 20
4
wbinfo -u, wbinfo -g not working after samba update from 4.2.3 to 4.2.10
Hi list,
I'd like to update you on the issue, as I did some more tests. First, I've added some directives to smb.conf (in italic):
[global]
netbios name = testserver
security = ADS
workgroup = EXAMPLE
realm = EXAMPLE.COM
log file = /var/log/samba/%m.log
log level = 10
dedicated keytab file = /etc/krb5.keytab
kerberos method
2019 Apr 10
3
chown: changing ownership of 'test': Invalid argument
Hi Roland
On Wed, 10 Apr 2019 at 12:00, Rowland Penny <rpenny at samba.org> wrote:
> On Wed, 10 Apr 2019 11:41:52 +0200
> Ian Coetzee <samba at iancoetzee.za.net> wrote:
>
> > Ho Roland,
> >
> > Replies inline
> >
> > >
> > > > The only user I have is the jeadmin user which is the domain
> > > > admin as well as a
2012 Dec 06
0
SID_TO_UID not working
Hello everyone,
I use winbind against a Samba DC for nsswich, and on one client it works
perfectly (Samba 3.5.15 on all systems). On another client, everything works
except SID_TO_UID (i.e. wbinfo -i, -S ... which breaks directory listings,
too). I've now tried to narrow down the problem in a level 10 log, but I need
some help interpreting. In log.winbindd, I see the following when
2018 Feb 21
0
Could not convert sid: NT_STATUS_NO_SUCH_USER
Hai,
Thank you for having trust in my packages.. :-)
Now if you use my package, i suggest, do read the howto's also...
All you need for a good setup on debian stretch is there.
if anyone find/see's improvements, please tell me... Or change it on github, thats why its there.
First is this an upgraded domain? Or a new domain?
What does `getent passwd username` tell you.
Same for `id
2018 Feb 21
2
Could not convert sid: NT_STATUS_NO_SUCH_USER
hi all,
I can't figure out why winbind can't find ad users with wbinfo calls.
It happens on a member server, Debian GNU/Linux stretch, samba is 4.7.5
from Louis repository:
[global]
security = ADS
workgroup = EXAMPLEAD
realm = EXAMPLE.ORG
idmap config * : backend = tdb
idmap config * : range = 1000000-3000000
idmap config EXAMPLEAD:backend = ad
idmap config
2016 Apr 20
4
Ubuntu 14.04 samba update
When ubuntu 14.04 went from samba 4.1.6 to 4.3.8 it killed my setup. Before
the change I was able to run wbinfo -u and get a list of users. Now when I
run wbinfo -u it returns nothing. I tried dis-joining and rejoining the
domain with no luck,
Here is my complete smb.conf
[global]
security = ads
realm = SUBDOMAIN.DOMAIN.TOP
workgroup = SUBDOMAIN
idmap config * : backend = tdb
idmap config * :
2016 Feb 15
2
Problems after migration from samba 3.5.2 to samba 4.3.1
My smb.conf files.
The OS is a CentOS 7
DC Server 1
-------------------------------
[global]
workgroup = EXAMPLE.COM
realm = campus.example.com
netbios name = DC-SERVER1
server role = active directory domain controller
idmap_ldb:use rfc2307 = yes
dns forwarder = 8.8.8.8
dsdb:schema update allowed = true
winbind max clients = 2000