search for: dir_paths

Displaying 20 results from an estimated 32 matches for "dir_paths".

Did you mean: dir_path
2017 Dec 14
2
samba-tool ntacl sysvolcheck ERROR
[root at srv-cds ~]# samba-tool ntacl sysvolcheck Attempting to register passdb backend smbpasswd Successfully added passdb backend 'smbpasswd' Attempting to register passdb backend tdbsam Successfully added passdb backend 'tdbsam' Attempting to register passdb backend samba_dsdb Successfully added passdb backend 'samba_dsdb' Attempting to register passdb backend samba4
2014 Apr 21
2
GPO Create error
I have a domain that I upgraded from a Samba 3/LDAP set up about a year ago. I haven't done anything too interesting with it and it's generally been working OK. I attempted to create a new GPO for my domain. From a Win 7 client I get an error "This security ID may not be assigned as the owner of this object". Thinking this was an issue with sysvol acls, I ran "samba-tool
2014 Mar 10
3
[supermin 3/3] Use the file tuple up to the point where files are copied into the filesystem / chroot
...s = (* Have we seen this parent directory before? *) let dir = Filename.dirname file in if not (dir_seen dir) then - loop (dir :: file :: rest) + loop (dir :: rest) else - file :: loop rest + loop rest in - let files = loop files in + let dir_paths = loop paths in + + let dirs = List.map (fun path -> + {ft_path = path; ft_source_path = path; ft_config = false} + ) dir_paths in + let files = List.filter (fun file -> + not (dir_seen file.ft_path) + ) files in - files + dirs @ files diff --git a/src/chroot.ml b/src/chroot.ml...
2014 Aug 18
1
samba-tool ntacl sysvolcheck throws error
Hi all, We're seeing the following: root at dc3:~# samba-tool ntacl sysvolcheck rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384) Processing section "[netlogon]" Processing section "[sysvol]" ERROR(<type 'exceptions.TypeError'>): uncaught exception - (61, 'No data available') File
2017 Dec 14
2
samba-tool ntacl sysvolcheck ERROR
I am sorry, What OS = Centos 7 What version of Samba = version 4.7.1 How did you provision AD = from samba wiki samba-tool domain join mydomain.cu DC -U"mydomain\administrator" --dns-backend=SAMBA_INTERNAL What is in smb.conf [global] netbios name = SRV-CDS realm = mydomain.CU server role= active directory domain controller workgroup = mydomain dns forwarder =
2015 Feb 16
6
gpo update problem
I have setup 'profiles' and 'home share' per the instructions on Samba wiki. That seemed to go fine. When I moved on to 'folder re-direction' I tried to open GPO management on my W7 client and received a "User policy could not be updated successfully . . ." on the windows CP console. Started googling the error and ran into "samba-tool ntacl
2006 May 29
0
smbd hanging at BDC
Hi all I have a samba pdc(master LDAP Server) with 1 BDC(slave ldap server), the version of Samba at PDC and BDC is samba 3.0.21c. At BDC , there are some shares declared. The shares are used to store Fox pro files. The client uses foxpro and opens DBF file in the share declared. and also Roaming profiles is also used at BDC. The problem is samba hangs frequently. Once rebooted works for some
2020 May 19
2
sysvolcheck and sysvolreset errors
I have a samba DC based on Debian Buster running samba 4.12.2 from Louis' repo. A second DC on Raspbian buster is running samba 4.12.0. I have sysvol replication working using rsync/unison as per the WiKi. I wasn't having any issues until I tried to edit a GPO and found that all the acl settings had disappeared. This may have happened when I upgraded the DCs from 4.11.x to 4.12.x
2014 Mar 08
9
supermin and dpkg-divert
While trying to run libguestfs tests after building with "--enable-appliance --with-supermin-extra-options=--use-installed", I ran into a peculiar error message in the c-api test: ,---- | libguestfs: error: strings: /abssymlink: strings: error while loading | shared libraries: libbfd-2.24-multiarch.so: cannot open shared object | file: No such file or directory `---- The problem here
2017 Jul 06
4
Can't create/update Group Policy in Samba 4.6.5
Hi, My DC doesn't know domains users and groups by name, only by uid/gid. Ex: chmod mike:'EMPRESA\unix_admins' test chown: invalid group mike:EMPRESA\\unix_admins if run with GID work properly chmod mike:30059 test drwxr-xr-x 2 root 30059 4096 Jul 6 00:17 test There is unix_admins group wbinfo --gid-info 30059 EMPRESA\unix_admins:x:30059: In File Server Domain Member
2017 May 09
0
bugid https://bugzilla.samba.org/show_bug.cgi?id=12031
I'm having a similar issue on a new DC I've installed today: [root at theoden ~]# samba-tool ntacl sysvolcheck ERROR(<type 'exceptions.TypeError'>): uncaught exception - must be string, not None File "/usr/lib64/python2.7/site-packages/samba/netcmd/__init__.py", line 176, in _run return self.run(*args, **kwargs) File
2020 May 19
0
sysvolcheck and sysvolreset errors
On 19/05/2020 17:09, Roy Eastwood via samba wrote: > I have a samba DC based on Debian Buster running samba 4.12.2 from Louis' repo. A second DC on Raspbian buster is running samba > 4.12.0. I have sysvol replication working using rsync/unison as per the WiKi. I wasn't having any issues until I tried to edit > a GPO and found that all the acl settings had disappeared. This
2023 May 05
1
Workaround for Bug 14927?
Greetings, This post pertains to Samba version 4.16.8 on FreeBSD 13.1. When GPMC.MSC is invoked from within a Windows server domain member, it displays an inconsistency error: <https://attachments.samba.org/attachment.cgi?id=8386> <https://bugzilla.samba.org/show_bug.cgi?id=14927> # samba-tool ntacl sysvolreset # samba-tool ntacl sysvolcheck ERROR(<class
2015 Feb 16
0
gpo update problem
Hi Bob, > > I have setup 'profiles' and 'home share' per the instructions on Samba > wiki. That seemed to go fine. > > When I moved on to 'folder re-direction' I tried to open GPO management > on my W7 client and received a "User policy could not be updated > successfully . . ." on the windows CP console. Started googling the > error and
2018 Mar 05
2
failed to call wbcSidToUid
2018-03-05 17:28 GMT+01:00 Rowland Penny via samba <samba at lists.samba.org>: > On Mon, 5 Mar 2018 17:15:44 +0100 > Marcin Kruk <askifyouneed at gmail.com> wrote: > > > I do not know if there is a uidNumber in Active Directory, I am not an > > administrator of Microsoft AD. > > So you claimed that I need add an extra parameters uidNumber and > >
2023 Apr 02
1
Inconsistent SYSVOL ACLs
I have two domain controller servers, with samba in version 4.18 On both DCs both the Sysvol share and the subdirectories (including GPOs) have the same permission: getfacl /usr/local/samba/var/lib/samba/sysvol # file: usr/local/samba/var/lib/samba/sysvol # owner: root # group: 3000000 user::rwx user:root:rwx user:3000000:rwx user:3000001:r-x user:3000002:rwx user:3000003:r-x group::rwx
2016 Oct 03
0
Failure permission in Sysvol and GPO
Dear, I'm having trouble handling GPO's my DC. Environment: Samba 4.4.5, primary and secondary DC. I am not allowed to edit the GPO's. The problem occurred after I edit the Default GPO in the primary DC, and then run the rsync to synchronize between the DC's. The following errors arise when squeegee commands: Note: I hid the actual domain name. # samba-tool gpo aclcheck
2017 Jul 06
0
Can't create/update Group Policy in Samba 4.6.5
On Thu, 6 Jul 2017 02:14:42 -0300 Marcio Demetrio Bacci via samba <samba at lists.samba.org> wrote: > Hi, > > My DC doesn't know domains users and groups by name, only by uid/gid. Sounds like you haven't set up the libnss_winbind.so links or /etc/nsswitch.conf > > Ex: chmod mike:'EMPRESA\unix_admins' test > chown: invalid group mike:EMPRESA\\unix_admins
2017 Mar 07
2
Problem sysvolreset
Hi guys! I´m experiencing a problem with samba 4 policies and acl and i don´t known how it starded to do. Some problems like copy Policies, edit them, etc. It seems like permissions, but i´ve checked the list and can´t find a solution. Here are some outputs that i hope can help to understand: # Sysvol permissions: drwxrwxrwx+ 3 root DOMAIN\domain admins 4096 Mar 7 12:17 sysvol #
2016 Oct 05
3
Failure gpupdate
Dear James and Lingpanda Here I have 2 DC's running. Everything was running perfectly. The problem started after I started to rsync to synchronize the Sysvol folder between DC's. I believe it is a permission problem in the GPO's or Sysvol folder. Another detail. Even accessing the gpedit Group Polic Manager via RSAT using the Administrator User, I can no longer edit any GPO. I get