Displaying 20 results from an estimated 10000 matches similar to: "sysvol replication as non-root?"
2023 Apr 03
2
Inconsistent SYSVOL ACLs
03.04.2023 02:53, Anderson Sampaio Mello via samba ?????:
> First of all thank you all for the answers and for trying to help me.
>
> I agree with you michael regarding the parameters passed in the ./configure
> command, the location is not part of the problem.
>
> The file system used is XFS. and the strace command logs are in the
> attached link
>
2023 Apr 02
1
Inconsistent SYSVOL ACLs
On 02/04/2023 08:05, Anderson Sampaio Mello via samba wrote:
> Thanks for the answer.
>
> The path for the two DCs is correct yes, and yes I compiled it for the two
> DC servers like this:
>
> ./configure --with-systemd --prefix=/usr/local/samba --enable-fhs
And that is possibly your problem:
--with-systemd is the default if the systemd libs are installed
2023 Dec 05
1
Question on sysvol replication, GPOs and sysvolreset
Hello,
I am wondering whether I have all pieces together for a scenatio with
two DCs and GPOs being used.
Obviously the GPOs need to be replicated between DCs, I use "osync" as
per the samba wiki
(https://wiki.samba.org/index.php/Bidirectional_Rsync/osync_based_SysVol_replication_workaround).
In that documentation the sysvolreset command is issued every time on
the second DC after
2023 Dec 05
1
Question on sysvol replication, GPOs and sysvolreset
Try:
http://samba.bigbird.es/doku.php?id=samba:sync-sysvol
I would recommend one way sync always from PDC FSMO owner, as this is the machine the GPOs get created in by default.
And of course :
http://samba.bigbird.es/doku.php?id=samba:sync-idmap.ldb
Regards.
LP
On 5 Dec 2023 at 13:47 +0100, Jakob Curdes via samba <samba at lists.samba.org>, wrote:
> Hello,
>
> I am wondering
2002 Feb 15
3
Samba Team? - "ld.so.1: ls: fatal: relocation error: file /usr/lib/nss_winbind.so.1: symbol socket: referenced symbol not foun d"
I've recompiled samba 2.2.3a and still any time I do a ls -l in a directory
where there are files from a PC I get the error :
ld.so.1: ls: fatal: relocation error: file /usr/lib/nss_winbind.so.1: symbol
socket: referenced symbol not found
If I shut off winbind or take winbind out for my /etc/nsswitch.conf file, I
can get a directory listing and it lists the users ID that winbind assigned
to
2013 May 08
1
Is nss_winbind required?
Hi all,
Is it a necessity to use the winbind nss module?
I have run a few tests and having it enabled creates a massive
bottleneck. It's not nss_winbind itself that is the bottleneck but
something in the background (I'm guessing uid/rid->username code).
If I disable winbind in nsswitch.conf what impact will it have? Will the
system continue to work?
eg:
#nss_winbind enabled on
2002 Feb 15
1
"ld.so.1: ls: fatal: relocation error: file /usr/lib/nss_ winbind.so.1: symbol socket: referenced symbol not found" - Samba Team?
Hey,
I'm getting this error when ever I've written a file from my Win2k Pro
machine to my samba share. Using Samba 2.2.3. Built on Solaris 8. Using
winbindd. I created the sym links as suggested under /lib (really
/usr/lib): nss_winbind.so.1 -> libnss_winbind.so nss_winbind.so.2 ->
libnss_winbind.so
Are there some other sim links I need somewhere or is this error something
2002 Feb 15
2
Samba Team? - "ld.so.1: ls: fatal: relocation error: file /usr/lib/nss_winbind.so.1: symbol socket: referenced symbol not fou n d"
You can test if winbind is able to resolve user IDs internally with "wbinfo
-u". This uses the samba tool "wbinfo" to connect directly to the running
winbind daemon and list all the Windows domain users. If that fails, then
you have problems with the winbind daemon itself. The authentication between
winbind and the PDC can be tested with "wbinfo -t", which is usually
2009 Dec 03
1
Samba from Sunfreeware and nss_winbind.so
Sunfreeware.com has compiled packages of Samba 3.4.2 with kerberos and
ldap support included (if you also install the ldap and kerberos
packages from sunfreeware.) However it does not include the
nss_winbind.so.* or libnss_winbind.so.* files.
Solaris does include nss_winbind.so already (since it is included with
Samba 3.0.x) or I could compile it from the 3.4.x source code. But
then I
2008 Apr 04
2
Samba 3.0.28a under Solaris 8 + libnss_winbind.so problem?
Hi i compiled Samba 3.0.28a under Solaris 8 (sparc). Everything seems to be
fine except the libnss_winbind.so.
i copied it to /usr/lib and linked it to:
libnss_winbind.so.1
libnss_winbind.so.2
nss_winbind.so.1
nss_winbind.so.1
now when i use: id user nothing happens. group user is the same
wbinfo -t / -g / -u all work fine. So it must be something with the nss I
guess?
2007 May 07
1
problem listing directories with AD permissions
Hello List
I'm running Samba 3.0.24,1 on a freebsd 6 server
I've joined the unix server to an active directory domain and set up PAM
I've shared directories and users can access them (provided they belong to
the correct group)
the problem is :
if I list the shared directory
mail# /usr/local/lib > ls -al /usr/local/www/www.dmsware.it/
total 6
drwxr-xr-x 3 root wheel 512 Apr
2010 Sep 23
1
Behavior of R CMD build and library() w.r.t. setGeneric-like functions
Hello developeRs,
Apologies in advance for a rather long email, but to describe the
problem, I need to step through many details. I have been working on a
new dispatching system (futile.paradigm on CRAN) based on functional
programming concepts that is an alternative to S3 and S4 dispatching. I
use a declarative syntax using guard statements to control the
dispatching between function variants. I
2015 Feb 21
2
Samba4, idmap.ldb & ID_TYPE_BOTH
On 20/02/15 21:27, Davor Vusir wrote:
>
> Rowland Penny skrev den 2015-02-19 18:15:
>> OK, there is a discussion over on samba-technical about nss_winbind
>> and the question about Administrator being mapped to 0 was raised.
>> Now I have always thought that it should, but in fairness, I decided
>> to see what happens when it isn't, so I removed Administrator
2011 Jan 20
2
idmap troubles with any version 3.30 or later
Hello list.
The issue I have is that with the changes made to the idmap
functionality of winbind, as regards the enumeration of rfc2307 users
and groups using getent passwd and getent group, only those AD users
that are not in the domains included in the "idmap config (domain)"
statements (the ones in trusted domains that get their ID mappings
auto-assigned by the TDB backend with
2015 Oct 03
2
sysvol acl's broken beyond repair
Hm, can I fix it manually? Maybe sysvolcheck stumbles on the first error
and misses something more severe later on.
2015-10-03 12:09 GMT+03:00 Rowland Penny <rowlandpenny241155 at gmail.com>:
> On 03/10/15 00:50, Krutskikh Ivan wrote:
>
>> Hi everyone.
>>
>> I ran into notorios gpo error on windows clients. When I go to my dc
>> controller and run
>>
2013 Oct 29
3
enumerating group members with nss_winbind (4.0.9 as AD DC)
When I do "getent group", I want to see the group's members enumerated.
With nss_ldap they are; with nss_winbind they aren't:
root at gumbo:~# getent group mgmt
PI\mgmt:*:1040:
There *are* members there (partially redacted):
root at gumbo:~# ldbsearch -Htdb:///var/lib/samba/private/sam.ldb cn=mgmt member
# record 1
dn: CN=mgmt,CN=Users,REDACTED
member:
2002 Feb 28
1
solaris 8/samba3.0alpha15: ld.so.1: ls: fatal: reloca tion error: file /lib/nss_winbind.so.1: symbol socket: referenced symbol not found
I had the same problem. You need to go into your Makefile and add the
[LIBS] definition to the part where winbind.so is linked. Just take it on
to the end of the line and run "make" and "make install" again. You might
want to do a "make uninstall" and a "make clean" first.
-Dan
-----Original Message-----
From: Jelmer Vernooij [mailto:jelmer@nl.linux.org]
2020 Oct 25
2
GPO fail and sysvol perm errors
On Sun, Oct 25, 2020 at 4:24 PM Rowland penny via samba
<samba at lists.samba.org> wrote:
> Yes, that is what it is designed for.
Yes, and yes it does!
Thank you!!
2015 Oct 02
3
sysvol acl's broken beyond repair
Hi everyone.
I ran into notorios gpo error on windows clients. When I go to my dc
controller and run
samba-tool ntacl sysvolcheck
I get an error:
ERROR(<class 'samba.provision.ProvisioningError'>): uncaught exception -
ProvisioningError: DB ACL on GPO directory
/usr/local/samba/var/locks/sysvol/tsnr.mtt/Policies/{31B2F340-016D-11D2-945F-00C04FB984F9}
2006 Jan 31
3
3.0.21b +pam_winbindd
Ive installed and configured samba using
cd samba-3.0.21b/source
./autogen.sh
./configure --with-krb5=/usr/local \
--with-automount \
--with-pam \
--with-utmp \
--with-winbind \
--with-libsmbclient \
--with-ldap \
--with-netlib='-lresolv'
make
make install
cp nsswitch/pam_winbind.so /usr/lib/security
cp